summaryrefslogtreecommitdiff
path: root/test/CodeGen/SPARC
Commit message (Expand)AuthorAge
* Fix more register and coalescing dependencies.Jakob Stoklund Olesen2011-05-04
* These tests no longer require linear scan because reserved register coalescin...Jakob Stoklund Olesen2011-04-05
* Fix Mips, Sparc, and XCore tests that were dependent on register allocation.Jakob Stoklund Olesen2011-03-31
* Generate correct Sparc32 ABI compliant code for functions that return a struct.Venkatraman Govindaraju2011-02-21
* Prevent IMPLICIT_DEF/KILL to become a delay filler instruction in SPARC backend.Venkatraman Govindaraju2011-02-12
* Pass sret arguments through the stack instead of through registers in Sparc b...Venkatraman Govindaraju2011-01-22
* Added ICC, FCC as uses of movcc instruction to generate correct code when -ma...Venkatraman Govindaraju2011-01-22
* Sparc backend: Venkatraman Govindaraju2011-01-21
* Implement support for byval arguments in Sparc backend.Venkatraman Govindaraju2011-01-21
* Sparc backend: Implements a delay slot filler that attempt to fill delay slotsVenkatraman Govindaraju2011-01-20
* Implement AnalyzeBranch in Sparc Backend.Venkatraman Govindaraju2011-01-16
* Implement RETURNADDR and FRAMEADDR lowering in SPARC backend.Venkatraman Govindaraju2011-01-12
* Fix SPARC backend call instruction so that arguments passed through registersVenkatraman Govindaraju2011-01-12
* SPARC backend: correct ICC/FCC uses for ADDX and SELECT_CCVenkatraman Govindaraju2011-01-11
* If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...Devang Patel2010-12-06
* filecheckizeChris Lattner2010-11-23
* Inline asm mult-alt constraint tests.John Thompson2010-11-02
* Split big test into multiple directories to cater toDale Johannesen2010-04-07
* add support for the sparcv9-*-* target triple to turn onChris Lattner2010-02-04
* Delete useless trailing semicolons.Dan Gohman2010-01-05
* Eliminate some redundant llvm-as calls.Benjamin Kramer2009-10-12
* several major improvements to the sparc backend: support for weak linkageChris Lattner2009-09-15
* Convert more tests to avoid llvm-as.Dan Gohman2009-09-11
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Add the private linkage.Rafael Espindola2009-01-15
* Add testcase for 'r' inline asm operandAnton Korobeynikov2008-10-10
* Add sparc test for memory operand used in inline asmAnton Korobeynikov2008-10-10
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-19
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-15
* Added test case from PR1540.Evan Cheng2007-07-13
* Convert .cvsignore filesJohn Criswell2007-06-29
* Do not assert, when case range split metric is zero and JTs are not allowed: ...Anton Korobeynikov2007-05-09
* Use the llvm_supports_target function to prevent running of tests forReid Spencer2007-04-21
* For PR1319:Reid Spencer2007-04-16
* For PR1319: Upgrade to new test harness.Reid Spencer2007-04-15
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* upgrade a random testChris Lattner2007-03-28
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-12
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-23
* move V8 testcases hereChris Lattner2006-02-05