aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Remove insignificant test no longer needed.Reid Spencer2007-07-161-6/+0
* Remove the trailing semicolon from function declarations in LLVM,Dan Gohman2007-07-162-2/+2
* rename function to avoid llvm-upgrade warningChris Lattner2007-07-161-1/+1
* Handle decrementing loops properly. Fixes PR1533.Nick Lewycky2007-07-161-0/+20
* new testcaseChris Lattner2007-07-151-0/+6
* Implement shift-simplify.ll:test[45].Chris Lattner2007-07-151-0/+12
* Implement shift-simplify.ll:test3, turning:Chris Lattner2007-07-151-0/+7
* 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
* New test.Devang Patel2007-07-111-0/+21
* Handle packed structs in the CBackend.Lauro Ramos Venancio2007-07-111-0/+9
* Add test case for PR1545.Evan Cheng2007-07-111-0/+41
* check for correct usage of the byval attributeRafael Espindola2007-07-104-0/+10
* 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
* Fix an error where ANTIC_OUT was ending up with more than one expression ofOwen Anderson2007-07-071-0/+14
* 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 a bunch of issues found in a testcase from 400.perlbench.Owen Anderson2007-07-051-0/+54
* 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
* Fix PR1539. Add LoopPassPrinter.Devang Patel2007-07-051-0/+2
* Fix another bug, this time in PREing select instructions.Owen Anderson2007-07-041-0/+18
* Nested try-catch-filter testcase.Duncan Sands2007-07-041-0/+32
* Fix a typo that was killing GVNPRE of select instructions.Owen Anderson2007-07-041-0/+9
* Fix an error in phi translation of GEPs that was causing failures.Owen Anderson2007-07-041-0/+14
* Allow a GR64 to be moved into an MMX register via the "movd" instruction.Bill Wendling2007-07-042-1/+20
* Add support for performing GVNPRE on GEP instructions.Owen Anderson2007-07-031-0/+17
* Add support for performing GVNPRE on cast instructions, and add a testcase fo...Owen Anderson2007-07-031-0/+17
* 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
* Test case for recent patch for IndVarSimplify.cppZhou Sheng2007-07-021-0/+25
* New test.Evan Cheng2007-06-291-0/+50
* New test.Evan Cheng2007-06-291-0/+11
* Convert .cvsignore filesJohn Criswell2007-06-2974-210/+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
* Add a test for performing GVNPRE on select instructions.Owen Anderson2007-06-281-0/+17
* Fix PR 1526.Devang Patel2007-06-281-0/+5