aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/SPARC
AgeCommit message (Expand)Author
2013-03-18Remove unnecessary leading comment characters in lit-only fileDavid Blaikie
2013-03-18Include '.test' suffix in target specific lit configs that need itDavid Blaikie
2013-03-11Remove duplicate test contents.David Blaikie
2012-10-30Use TargetTransformInfo to control switch-to-lookup table transformationHans Wennborg
2012-10-02Fix broken tests.Benjamin Kramer
2012-09-19Move load_to_switch.ll to test/CodeGen/SPARC/Hans Wennborg
2012-07-03test/CodeGen/SPARC/private.ll: Fixup. Forgot to prune old RUN lines.NAKAMURA Takumi
2012-07-03test/CodeGen/SPARC/private.ll: FileCheck-ize.NAKAMURA Takumi
2012-05-01Regression test for PR2960.Jay Foad
2012-03-25Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-12-03Sparc CodeGen: Fix AnalyzeBranch for PR 10282. Removing addSuccessor() sinceVenkatraman Govindaraju
2011-06-17make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner
2011-05-04Fix more register and coalescing dependencies.Jakob Stoklund Olesen
2011-04-05These tests no longer require linear scan because reserved register coalescin...Jakob Stoklund Olesen
2011-03-31Fix Mips, Sparc, and XCore tests that were dependent on register allocation.Jakob Stoklund Olesen
2011-02-21Generate correct Sparc32 ABI compliant code for functions that return a struct.Venkatraman Govindaraju
2011-02-12Prevent IMPLICIT_DEF/KILL to become a delay filler instruction in SPARC backend.Venkatraman Govindaraju
2011-01-22Pass sret arguments through the stack instead of through registers in Sparc b...Venkatraman Govindaraju
2011-01-22Added ICC, FCC as uses of movcc instruction to generate correct code when -ma...Venkatraman Govindaraju
2011-01-21Sparc backend: Venkatraman Govindaraju
2011-01-21Implement support for byval arguments in Sparc backend.Venkatraman Govindaraju
2011-01-20Sparc backend: Implements a delay slot filler that attempt to fill delay slotsVenkatraman Govindaraju
2011-01-16Implement AnalyzeBranch in Sparc Backend.Venkatraman Govindaraju
2011-01-12Implement RETURNADDR and FRAMEADDR lowering in SPARC backend.Venkatraman Govindaraju
2011-01-12Fix SPARC backend call instruction so that arguments passed through registersVenkatraman Govindaraju
2011-01-11SPARC backend: correct ICC/FCC uses for ADDX and SELECT_CCVenkatraman Govindaraju
2010-12-06If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...Devang Patel
2010-11-23filecheckizeChris Lattner
2010-11-02Inline asm mult-alt constraint tests.John Thompson
2010-04-07Split big test into multiple directories to cater toDale Johannesen
2010-02-04add support for the sparcv9-*-* target triple to turn onChris Lattner
2010-01-05Delete useless trailing semicolons.Dan Gohman
2009-10-12Eliminate some redundant llvm-as calls.Benjamin Kramer
2009-09-15several major improvements to the sparc backend: support for weak linkageChris Lattner
2009-09-11Convert more tests to avoid llvm-as.Dan Gohman
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2009-01-15Add the private linkage.Rafael Espindola
2008-10-10Add testcase for 'r' inline asm operandAnton Korobeynikov
2008-10-10Add sparc test for memory operand used in inline asmAnton Korobeynikov
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-02-19Remove llvm-upgrade and update tests.Tanya Lattner
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-07-13Added test case from PR1540.Evan Cheng
2007-06-29Convert .cvsignore filesJohn Criswell
2007-05-09Do not assert, when case range split metric is zero and JTs are not allowed: ...Anton Korobeynikov
2007-04-21Use the llvm_supports_target function to prevent running of tests forReid Spencer
2007-04-16For PR1319:Reid Spencer