summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/SPARC/inlineasm.ll
AgeCommit message (Expand)Author
2025-06-20[SPARC][IAS] Properly set implied feature sets for ISA levels/extensions (#14...Koakuma
2024-12-15[Sparc,test] Change llc -march= to -mtriple=Fangrui Song
2024-08-20[SPARC] Remove assertions in printOperand for inline asm operands (#104692)Koakuma
2024-06-19[NFC][SPARC] Fix typos and style mismatchesKoakuma
2024-04-05[SPARC] Implement L and H inline asm argument modifiers (#87259)Koakuma
2024-02-05[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov
2022-12-13[SPARC] Mark the %g0 register as constant & use it to materialize zerosKoakuma
2022-12-07Revert "[SPARC] Mark the %g0 register as constant & use it to materialize zeros"Brad Smith
2022-12-07[SPARC] Mark the %g0 register as constant & use it to materialize zerosKoakuma
2022-06-27[SPARC] Don't do leaf optimization on procedures with inline assemblyKoakuma
2022-01-06[Tests] Add elementtype attribute to indirect inline asm operands (NFC)Nikita Popov
2019-12-24Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song
2018-12-13[Sparc] Use float register for integer constrained with "f" in inline asmDaniel Cederman
2018-07-18Revert "[Sparc] Use the IntPair reg class for r constraints with value type f64"Daniel Cederman
2018-07-18[Sparc] Use the IntPair reg class for r constraints with value type f64Daniel Cederman
2018-05-30[Sparc] Select correct register class for FP register constraintsDaniel Cederman
2018-04-20[Sparc] Use synthetic instruction clr to zero register instead of sethiDaniel Cederman
2018-04-20[Sparc] Fix addressing mode when using 64-bit values in inline assemblyDaniel Cederman
2017-05-12[SPARC] Support 'f' and 'e' inline asm constraints.James Y Knight
2016-05-20[Sparc] Enable more inline assembly constraints.Chris Dewhurst
2015-08-10[Sparc] Implement i64 load/store support for 32-bit sparc.James Y Knight
2015-01-14Use the integrated assembler by default on SPARC.Brad Smith
2014-01-22[Sparc] Add support for inline assembly constraints which specify registers b...Venkatraman Govindaraju
2014-01-22[Sparc] Add support for inline assembly constraint 'I'. Venkatraman Govindaraju