aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/SPARC
Commit message (Expand)AuthorAgeFilesLines
...
* Sparc: Perform leaf procedure optimization by defaultVenkatraman Govindaraju2013-06-029-34/+36
* Sparc: Mark functions calling llvm.vastart and llvm.returnaddress intrinsics ...Venkatraman Govindaraju2013-06-012-0/+24
* [Sparc] Generate correct code for leaf functions with stack objects Venkatraman Govindaraju2013-06-011-0/+23
* [Sparc] Add support for leaf functions in sparc backend. Venkatraman Govindaraju2013-05-291-0/+57
* Also expand 64-bit bitcasts.Jakob Stoklund Olesen2013-05-201-0/+16
* Implement spill and fill of I64Regs.Jakob Stoklund Olesen2013-05-201-0/+8
* Mark i64 SETCC as expand so it is turned into a SELECT_CC.Jakob Stoklund Olesen2013-05-201-0/+10
* Don't use %g0 to materialize 0 directly.Jakob Stoklund Olesen2013-05-192-1/+12
* Select i64 values with %icc conditions.Jakob Stoklund Olesen2013-05-191-0/+11
* Add floating point selects on %xcc predicates.Jakob Stoklund Olesen2013-05-191-0/+22
* Implement SPselectfcc for i64 operands.Jakob Stoklund Olesen2013-05-191-0/+11
* [Sparc] Rearrange integer registers' allocation order so that register alloca...Venkatraman Govindaraju2013-05-191-1/+1
* Handle i64 FrameIndex nodes in SPARC v9 mode.Jakob Stoklund Olesen2013-05-191-0/+10
* [Sparc] Implements hasReservedCallFrame and hasFP.Venkatraman Govindaraju2013-05-171-0/+16
* [Sparc] Prevent instructions that defines or uses %o7 to be in call's delay s...Venkatraman Govindaraju2013-05-161-0/+17
* Recognize sparc64 as an alias for sparcv9 triples.Jakob Stoklund Olesen2013-05-141-2/+2
* Cleanup: test source files do not need to be executableArnaud A. de Grandmaison2013-04-221-0/+0
* Passing arguments to varags functions under the SPARC v9 ABI.Jakob Stoklund Olesen2013-04-211-0/+13
* Fix the SETHIimm pattern for 64-bit code.Jakob Stoklund Olesen2013-04-211-0/+6
* Compile varargs functions for SPARCv9.Jakob Stoklund Olesen2013-04-201-0/+62
* Add 64-bit multiply and divide instructions for SPARC v9.Jakob Stoklund Olesen2013-04-161-0/+21
* Use i32 for all SPARC shift amounts, even in 64-bit mode.Jakob Stoklund Olesen2013-04-141-0/+10
* Add support for the abs64 SPARC v9 code model.Jakob Stoklund Olesen2013-04-142-0/+20
* Add support for the SPARC v9 abs44 code model.Jakob Stoklund Olesen2013-04-142-0/+16
* Also put target flags on SPARC constant pool references.Jakob Stoklund Olesen2013-04-141-0/+30
* Fix patterns for 64-bit pointers.Jakob Stoklund Olesen2013-04-141-0/+9
* Define SPARC code models.Jakob Stoklund Olesen2013-04-131-0/+23
* Compute correct frame sizes for SPARC v9 64-bit frames.Jakob Stoklund Olesen2013-04-091-0/+16
* Implement LowerCall_64 for the SPARC v9 64-bit ABI.Jakob Stoklund Olesen2013-04-071-3/+147
* Implement LowerReturn_64 for SPARC v9.Jakob Stoklund Olesen2013-04-061-0/+84
* SPARC v9 stack pointer bias.Jakob Stoklund Olesen2013-04-061-7/+5
* Complete formal arguments for the SPARC v9 64-bit ABI.Jakob Stoklund Olesen2013-04-061-0/+136
* Add SPARC v9 support for select on 64-bit compares.Jakob Stoklund Olesen2013-04-041-0/+22
* Add 64-bit compare + branch for SPARC v9.Jakob Stoklund Olesen2013-04-031-0/+34
* Add 64-bit load and store instructions.Jakob Stoklund Olesen2013-04-021-0/+58
* Basic 64-bit ALU operations.Jakob Stoklund Olesen2013-04-021-0/+21
* Materialize 64-bit immediates.Jakob Stoklund Olesen2013-04-021-0/+46
* Add 64-bit shift instructions.Jakob Stoklund Olesen2013-04-021-0/+14
* Add support for 64-bit calling convention.Jakob Stoklund Olesen2013-04-022-1/+8
* Remove unnecessary leading comment characters in lit-only fileDavid Blaikie2013-03-181-1/+1
* Include '.test' suffix in target specific lit configs that need itDavid Blaikie2013-03-181-1/+1
* Remove duplicate test contents.David Blaikie2013-03-112-28/+1
* Use TargetTransformInfo to control switch-to-lookup table transformationHans Wennborg2012-10-301-84/+0
* Fix broken tests.Benjamin Kramer2012-10-021-1/+1
* Move load_to_switch.ll to test/CodeGen/SPARC/Hans Wennborg2012-09-191-0/+84
* test/CodeGen/SPARC/private.ll: Fixup. Forgot to prune old RUN lines.NAKAMURA Takumi2012-07-031-4/+0
* test/CodeGen/SPARC/private.ll: FileCheck-ize.NAKAMURA Takumi2012-07-031-1/+7
* Regression test for PR2960.Jay Foad2012-05-011-0/+13
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-251-8/+1
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-5/+13