aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/SPARC
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sparc CodeGen: Fix AnalyzeBranch for PR 10282. Removing addSuccessor() sinceVenkatraman Govindaraju2011-12-031-0/+25
* make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner2011-06-171-2/+0
* Fix more register and coalescing dependencies.Jakob Stoklund Olesen2011-05-041-1/+0
* These tests no longer require linear scan because reserved register coalescin...Jakob Stoklund Olesen2011-04-051-4/+4
* Fix Mips, Sparc, and XCore tests that were dependent on register allocation.Jakob Stoklund Olesen2011-03-311-2/+4
* Generate correct Sparc32 ABI compliant code for functions that return a struct.Venkatraman Govindaraju2011-02-212-4/+5
* Prevent IMPLICIT_DEF/KILL to become a delay filler instruction in SPARC backend.Venkatraman Govindaraju2011-02-121-0/+13
* Pass sret arguments through the stack instead of through registers in Sparc b...Venkatraman Govindaraju2011-01-221-0/+36
* Added ICC, FCC as uses of movcc instruction to generate correct code when -ma...Venkatraman Govindaraju2011-01-221-22/+51
* Sparc backend: Venkatraman Govindaraju2011-01-211-16/+34
* Implement support for byval arguments in Sparc backend.Venkatraman Govindaraju2011-01-211-0/+18
* Sparc backend: Implements a delay slot filler that attempt to fill delay slotsVenkatraman Govindaraju2011-01-201-0/+77
* Implement AnalyzeBranch in Sparc Backend.Venkatraman Govindaraju2011-01-161-7/+7
* Implement RETURNADDR and FRAMEADDR lowering in SPARC backend.Venkatraman Govindaraju2011-01-121-0/+46
* Fix SPARC backend call instruction so that arguments passed through registersVenkatraman Govindaraju2011-01-121-0/+13
* SPARC backend: correct ICC/FCC uses for ADDX and SELECT_CCVenkatraman Govindaraju2011-01-111-0/+76
* If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...Devang Patel2010-12-061-24/+19
* filecheckizeChris Lattner2010-11-232-17/+22
* Inline asm mult-alt constraint tests.John Thompson2010-11-021-0/+323
* Split big test into multiple directories to cater toDale Johannesen2010-04-071-0/+33
* add support for the sparcv9-*-* target triple to turn onChris Lattner2010-02-041-4/+2
* Delete useless trailing semicolons.Dan Gohman2010-01-051-1/+1
* Eliminate some redundant llvm-as calls.Benjamin Kramer2009-10-122-2/+2
* several major improvements to the sparc backend: support for weak linkageChris Lattner2009-09-152-0/+15
* Convert more tests to avoid llvm-as.Dan Gohman2009-09-111-4/+2
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-099-9/+9
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-2/+2
* Add the private linkage.Rafael Espindola2009-01-151-0/+21
* Add testcase for 'r' inline asm operandAnton Korobeynikov2008-10-101-0/+14
* Add sparc test for memory operand used in inline asmAnton Korobeynikov2008-10-101-0/+16
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1