summaryrefslogtreecommitdiff
path: root/test/CodeGen/SPARC
AgeCommit message (Expand)AuthorFilesLines
2012-10-02Fix broken tests.Benjamin Kramer1-1/+1
2012-09-19Move load_to_switch.ll to test/CodeGen/SPARC/Hans Wennborg1-0/+84
2012-07-03test/CodeGen/SPARC/private.ll: Fixup. Forgot to prune old RUN lines.NAKAMURA Takumi1-4/+0
2012-07-03test/CodeGen/SPARC/private.ll: FileCheck-ize.NAKAMURA Takumi1-1/+7
2012-05-01Regression test for PR2960.Jay Foad1-0/+13
2012-03-25Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky1-8/+1
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2-5/+13
2011-12-03Sparc CodeGen: Fix AnalyzeBranch for PR 10282. Removing addSuccessor() sinceVenkatraman Govindaraju1-0/+25
2011-06-17make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner1-2/+0
2011-05-04Fix more register and coalescing dependencies.Jakob Stoklund Olesen1-1/+0
2011-04-05These tests no longer require linear scan because reserved register coalescin...Jakob Stoklund Olesen1-4/+4
2011-03-31Fix Mips, Sparc, and XCore tests that were dependent on register allocation.Jakob Stoklund Olesen1-2/+4
2011-02-21Generate correct Sparc32 ABI compliant code for functions that return a struct.Venkatraman Govindaraju2-4/+5
2011-02-12Prevent IMPLICIT_DEF/KILL to become a delay filler instruction in SPARC backend.Venkatraman Govindaraju1-0/+13
2011-01-22Pass sret arguments through the stack instead of through registers in Sparc b...Venkatraman Govindaraju1-0/+36
2011-01-22Added ICC, FCC as uses of movcc instruction to generate correct code when -ma...Venkatraman Govindaraju1-22/+51
2011-01-21Sparc backend: Venkatraman Govindaraju1-16/+34
2011-01-21Implement support for byval arguments in Sparc backend.Venkatraman Govindaraju1-0/+18
2011-01-20Sparc backend: Implements a delay slot filler that attempt to fill delay slotsVenkatraman Govindaraju1-0/+77
2011-01-16Implement AnalyzeBranch in Sparc Backend.Venkatraman Govindaraju1-7/+7
2011-01-12Implement RETURNADDR and FRAMEADDR lowering in SPARC backend.Venkatraman Govindaraju1-0/+46
2011-01-12Fix SPARC backend call instruction so that arguments passed through registersVenkatraman Govindaraju1-0/+13
2011-01-11SPARC backend: correct ICC/FCC uses for ADDX and SELECT_CCVenkatraman Govindaraju1-0/+76
2010-12-06If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...Devang Patel1-24/+19
2010-11-23filecheckizeChris Lattner2-17/+22
2010-11-02Inline asm mult-alt constraint tests.John Thompson1-0/+323
2010-04-07Split big test into multiple directories to cater toDale Johannesen1-0/+33
2010-02-04add support for the sparcv9-*-* target triple to turn onChris Lattner1-4/+2
2010-01-05Delete useless trailing semicolons.Dan Gohman1-1/+1
2009-10-12Eliminate some redundant llvm-as calls.Benjamin Kramer2-2/+2
2009-09-15several major improvements to the sparc backend: support for weak linkageChris Lattner2-0/+15
2009-09-11Convert more tests to avoid llvm-as.Dan Gohman1-4/+2
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman9-9/+9
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman1-2/+2
2009-01-15Add the private linkage.Rafael Espindola1-0/+21
2008-10-10Add testcase for 'r' inline asm operandAnton Korobeynikov1-0/+14
2008-10-10Add sparc test for memory operand used in inline asmAnton Korobeynikov1-0/+16
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif1-1/+1
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif1-1/+1
2008-02-19Remove llvm-upgrade and update tests.Tanya Lattner3-24/+26
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman1-1/+1
2007-07-13Added test case from PR1540.Evan Cheng1-0/+11
2007-06-29Convert .cvsignore filesJohn Criswell1-3/+0
2007-05-09Do not assert, when case range split metric is zero and JTs are not allowed: ...Anton Korobeynikov1-0/+30
2007-04-21Use the llvm_supports_target function to prevent running of tests forReid Spencer1-1/+3
2007-04-16For PR1319:Reid Spencer2-6/+8
2007-04-15For PR1319: Upgrade to new test harness.Reid Spencer1-2/+2
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer1-1/+1
2007-03-28upgrade a random testChris Lattner1-4/+4
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer4-8/+8