aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Added test case from PR1540.Evan Cheng2007-07-131-0/+11
* Skeleton of post-RA scheduler; doesn't do anything yet.Dale Johannesen2007-07-132-9/+9
* these tests do not need a triple on Solaris. Thanks sabre!Gabor Greif2007-07-132-2/+2
* fix the remaining 3 testcases that missed a target tripleGabor Greif2007-07-123-4/+4
* Handle packed structs in the CBackend.Lauro Ramos Venancio2007-07-111-0/+9
* Add test case for PR1545.Evan Cheng2007-07-111-0/+41
* Change the peep for EXTRACT_VECTOR_ELT of BUILD_PAIR to look forDan Gohman2007-07-102-0/+18
* Add a regression test for folding spill code into scalar min and max.Dan Gohman2007-07-101-0/+20
* Change getCopyToParts and getCopyFromParts to always use target-endianDan Gohman2007-07-091-0/+13
* force a cpu without SSEChris Lattner2007-07-091-1/+1
* allow this to work on ppc-darwinChris Lattner2007-07-091-4/+4
* remove this bogus t-tChris Lattner2007-07-091-1/+0
* add target triple to fix PR1546Chris Lattner2007-07-091-1/+1
* Add explicit triples to these tests so that llc behaves as expected onDan Gohman2007-07-093-9/+24
* Add an explicit triple to the big-endian tests so that the assemblyDan Gohman2007-07-062-6/+12
* Test that byte offsets are used to index into the listDuncan Sands2007-07-061-0/+1621
* Fix test.Evan Cheng2007-07-051-1/+1
* avoid ambiguity in target selectionChris Lattner2007-07-051-2/+0
* Add a parameter to getCopyToParts and getCopyFromParts to specify whetherDan Gohman2007-07-052-0/+18
* Allow a GR64 to be moved into an MMX register via the "movd" instruction.Bill Wendling2007-07-042-1/+20
* New testcases for rev 37847 (PR's 1489 and 1505).Dale Johannesen2007-07-033-0/+140
* Add a basic test-case for passing and returning <4 x double> andDan Gohman2007-07-021-0/+14
* New test case. DAGCombiner should be able to fold -sin(-x)Dan Gohman2007-07-021-0/+12
* New test.Evan Cheng2007-06-291-0/+50
* New test.Evan Cheng2007-06-291-0/+11
* Convert .cvsignore filesJohn Criswell2007-06-2910-28/+0
* New test.Evan Cheng2007-06-291-0/+85
* New tests.Evan Cheng2007-06-292-0/+27
* Fix an assertion failure in legalizing bitcast operators on targets whereDan Gohman2007-06-291-0/+13
* Fix tests.Evan Cheng2007-06-212-1/+3
* New tests.Evan Cheng2007-06-211-0/+16
* Added some if-conversion tests.Evan Cheng2007-06-208-0/+201
* New test case: identity operation of RHS / LHS of a VECTOR_SHUFFLE.Evan Cheng2007-06-191-0/+11
* ensure we don't regress on these tests. We generate aweful code in x86-32 forChris Lattner2007-06-171-0/+13
* XFAILing until I can fix properly.Bill Wendling2007-06-161-0/+1
* Testcase for MMX int to MMX register failure.Bill Wendling2007-06-161-0/+17
* make this test harder, include a tied register.Chris Lattner2007-06-151-0/+7
* Workaround for PR1508.Duncan Sands2007-06-152-1/+5
* Do not treat FP_REG_KILL as terminator in branch analysis (X86).Dale Johannesen2007-06-141-0/+137
* "Simplified" testcase for PR1422.Duncan Sands2007-06-061-0/+2864
* new testcase for PR1495Chris Lattner2007-06-061-0/+129
* New test.Evan Cheng2007-06-051-0/+28
* Tail merging wasn't working for predecessors of landing pads. PR 1496.Dale Johannesen2007-06-041-0/+454
* Implement smarter algorithm for choosing which blocks to tail-merge.Dale Johannesen2007-06-011-3/+2
* Add a test for PR1424.Lauro Ramos Venancio2007-05-311-0/+237
* new testcase for PR1473Chris Lattner2007-05-301-0/+14
* Add a new test case.Evan Cheng2007-05-241-0/+34
* tail merging shrinks this code a bit. Could do more in future.Dale Johannesen2007-05-231-2/+3
* new testcases for -enable-tail-merge default handlingDale Johannesen2007-05-222-0/+136
* Test assumes tail merging is off; this must now be explicit.Dale Johannesen2007-05-221-1/+1