summaryrefslogtreecommitdiffstats
path: root/llvm/test
Commit message (Collapse)AuthorAgeFilesLines
* Added a test case for parameter passing of vector values.Evan Cheng2006-05-301-0/+9
| | | | llvm-svn: 28567
* Fix the test failure on non-Darwin targets.Evan Cheng2006-05-301-1/+1
| | | | llvm-svn: 28566
* Add a lea instruction selection test case.Evan Cheng2006-05-301-0/+7
| | | | llvm-svn: 28549
* Fix a bug with diffing the wrong files. Make output more readable.Reid Spencer2006-05-291-7/+7
| | | | llvm-svn: 28542
* Require both tests to pass.Owen Anderson2006-05-291-1/+1
| | | | llvm-svn: 28531
* Update the testcase to check the full extent of LCSSA.Owen Anderson2006-05-291-0/+1
| | | | llvm-svn: 28530
* Fix a problem where dejagnu won't accept the value of global tcl variableReid Spencer2006-05-283-9/+7
| | | | | | "libdir" for some reason. Changing to llvmlibsdir instead fixes it. llvm-svn: 28526
* Provide an infrastructure for testing the llvm2cpp program (yet to beReid Spencer2006-05-283-0/+90
| | | | | | | | committed). This infrastructure is only activated when RUNLLVM2CPP=1 is specified on the make command line. Currently it is only supported in the Feature test suite. llvm-svn: 28525
* New testcase: check that the inliner constant folds instructions on theChris Lattner2006-05-271-0/+15
| | | | | | fly if it can. llvm-svn: 28515
* Trivial testcase that LCSSA can already handle.Owen Anderson2006-05-262-0/+28
| | | | llvm-svn: 28508
* New testcase for trivial DSEChris Lattner2006-05-261-1/+8
| | | | llvm-svn: 28502
* New testcase, check that the bc file correctly encodes varargs nonccc calls.Chris Lattner2006-05-261-0/+8
| | | | llvm-svn: 28500
* new testcaseChris Lattner2006-05-251-0/+8
| | | | llvm-svn: 28486
* new testcasesChris Lattner2006-05-251-0/+12
| | | | llvm-svn: 28484
* The patch corresponding to this test had to be reverted as unsafe.Chris Lattner2006-05-251-0/+1
| | | | llvm-svn: 28479
* New test case. x86 isel was creating a cycle in the DAG.Evan Cheng2006-05-251-0/+21
| | | | llvm-svn: 28477
* create test/Regression/CodeGen/ARM/ and add a minimal test to itRafael Espindola2006-05-252-0/+7
| | | | llvm-svn: 28468
* -sched-commute-nodes is now on by default.Evan Cheng2006-05-251-2/+1
| | | | llvm-svn: 28467
* Update testcase with recent cbe changeChris Lattner2006-05-241-1/+1
| | | | llvm-svn: 28455
* Testcase for a new instcombine xform, patch contributed by Nick Lewycky!Chris Lattner2006-05-241-0/+8
| | | | llvm-svn: 28449
* One of these xforms is only safe with unsafe math enabled.Chris Lattner2006-05-241-1/+2
| | | | llvm-svn: 28446
* New testcaseChris Lattner2006-05-241-0/+9
| | | | llvm-svn: 28444
* Added a test case for FP equality check.Evan Cheng2006-05-231-0/+9
| | | | llvm-svn: 28434
* new testcase for csretccChris Lattner2006-05-191-0/+5
| | | | llvm-svn: 28413
* new testcaseChris Lattner2006-05-191-0/+23
| | | | llvm-svn: 28396
* Improve error output. Use the third parameter of the "catch" command toReid Spencer2006-05-181-3/+3
| | | | | | | | | capture the error output from the exec option. This generally will capture the stderr messages generated by the tools. This information is then printed if the test fails. This helps to recognize more quickly what the error was. Otherwise, this information is lost. llvm-svn: 28385
* This test is buggy: printf is a varargs function. This fixes the test withChris Lattner2006-05-171-2/+2
| | | | | | the PPC JIT llvm-svn: 28375
* PR736 has already been fixed. Remove XFAIL marker.Evan Cheng2006-05-171-3/+0
| | | | llvm-svn: 28362
* New test case for vector type argument pass by value.Evan Cheng2006-05-171-0/+14
| | | | llvm-svn: 28361
* Added regression that breaks gcc4 buildAndrew Lenharth2006-05-171-0/+15
| | | | llvm-svn: 28358
* add an external symbol testcaseChris Lattner2006-05-171-1/+6
| | | | llvm-svn: 28345
* new test for various forms of callsChris Lattner2006-05-171-0/+23
| | | | llvm-svn: 28344
* test for support to pass/return vectors to calls.Chris Lattner2006-05-171-0/+11
| | | | llvm-svn: 28343
* Another testcase that shouldn't need vrsave twiddlingChris Lattner2006-05-161-1/+7
| | | | llvm-svn: 28332
* Remove this xfail-d test, which doesn't make any senseChris Lattner2006-05-161-12/+0
| | | | llvm-svn: 28328
* New testcase for instcombineChris Lattner2006-05-131-0/+9
| | | | llvm-svn: 28272
* new testcase for a recent rlwimi crash.Chris Lattner2006-05-121-0/+60
| | | | llvm-svn: 28242
* New scheduling test case.Evan Cheng2006-05-122-2/+54
| | | | llvm-svn: 28232
* Update test caseEvan Cheng2006-05-101-0/+1
| | | | llvm-svn: 28216
* New testcase, check that dead code doesn't pessimize instcombineChris Lattner2006-05-101-0/+12
| | | | llvm-svn: 28214
* Another instruction scheduling test caseEvan Cheng2006-05-091-0/+22
| | | | llvm-svn: 28203
* Test case for PR770Evan Cheng2006-05-091-0/+22
| | | | llvm-svn: 28198
* new testcaseChris Lattner2006-05-081-0/+6
| | | | llvm-svn: 28173
* This test passes now, remove xfail markerChris Lattner2006-05-071-2/+1
| | | | | | Change test to be a positive test instead of a negative test llvm-svn: 28159
* new testcase we handle right now.Chris Lattner2006-05-061-6/+20
| | | | llvm-svn: 28147
* new testcaseChris Lattner2006-05-061-0/+33
| | | | llvm-svn: 28142
* new testcase from ghostscript that inf looped instcombineChris Lattner2006-05-061-0/+522
| | | | llvm-svn: 28140
* New testcaseChris Lattner2006-05-051-0/+8
| | | | llvm-svn: 28125
* new testcase that crashes the instcombine passChris Lattner2006-05-041-0/+50
| | | | llvm-svn: 28100
* Use movsd to shuffle in the lowest two elements of a v4f32 / v4i32 vector whenEvan Cheng2006-05-031-0/+11
| | | | | | movlps cannot be used (e.g. when load from m64 has multiple uses). llvm-svn: 28089
OpenPOWER on IntegriCloud