| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added a test case for parameter passing of vector values. | Evan Cheng | 2006-05-30 | 1 | -0/+9 |
| | | | | | llvm-svn: 28567 | ||||
| * | Fix the test failure on non-Darwin targets. | Evan Cheng | 2006-05-30 | 1 | -1/+1 |
| | | | | | llvm-svn: 28566 | ||||
| * | Add a lea instruction selection test case. | Evan Cheng | 2006-05-30 | 1 | -0/+7 |
| | | | | | llvm-svn: 28549 | ||||
| * | Fix a bug with diffing the wrong files. Make output more readable. | Reid Spencer | 2006-05-29 | 1 | -7/+7 |
| | | | | | llvm-svn: 28542 | ||||
| * | Require both tests to pass. | Owen Anderson | 2006-05-29 | 1 | -1/+1 |
| | | | | | llvm-svn: 28531 | ||||
| * | Update the testcase to check the full extent of LCSSA. | Owen Anderson | 2006-05-29 | 1 | -0/+1 |
| | | | | | llvm-svn: 28530 | ||||
| * | Fix a problem where dejagnu won't accept the value of global tcl variable | Reid Spencer | 2006-05-28 | 3 | -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 be | Reid Spencer | 2006-05-28 | 3 | -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 the | Chris Lattner | 2006-05-27 | 1 | -0/+15 |
| | | | | | | | fly if it can. llvm-svn: 28515 | ||||
| * | Trivial testcase that LCSSA can already handle. | Owen Anderson | 2006-05-26 | 2 | -0/+28 |
| | | | | | llvm-svn: 28508 | ||||
| * | New testcase for trivial DSE | Chris Lattner | 2006-05-26 | 1 | -1/+8 |
| | | | | | llvm-svn: 28502 | ||||
| * | New testcase, check that the bc file correctly encodes varargs nonccc calls. | Chris Lattner | 2006-05-26 | 1 | -0/+8 |
| | | | | | llvm-svn: 28500 | ||||
| * | new testcase | Chris Lattner | 2006-05-25 | 1 | -0/+8 |
| | | | | | llvm-svn: 28486 | ||||
| * | new testcases | Chris Lattner | 2006-05-25 | 1 | -0/+12 |
| | | | | | llvm-svn: 28484 | ||||
| * | The patch corresponding to this test had to be reverted as unsafe. | Chris Lattner | 2006-05-25 | 1 | -0/+1 |
| | | | | | llvm-svn: 28479 | ||||
| * | New test case. x86 isel was creating a cycle in the DAG. | Evan Cheng | 2006-05-25 | 1 | -0/+21 |
| | | | | | llvm-svn: 28477 | ||||
| * | create test/Regression/CodeGen/ARM/ and add a minimal test to it | Rafael Espindola | 2006-05-25 | 2 | -0/+7 |
| | | | | | llvm-svn: 28468 | ||||
| * | -sched-commute-nodes is now on by default. | Evan Cheng | 2006-05-25 | 1 | -2/+1 |
| | | | | | llvm-svn: 28467 | ||||
| * | Update testcase with recent cbe change | Chris Lattner | 2006-05-24 | 1 | -1/+1 |
| | | | | | llvm-svn: 28455 | ||||
| * | Testcase for a new instcombine xform, patch contributed by Nick Lewycky! | Chris Lattner | 2006-05-24 | 1 | -0/+8 |
| | | | | | llvm-svn: 28449 | ||||
| * | One of these xforms is only safe with unsafe math enabled. | Chris Lattner | 2006-05-24 | 1 | -1/+2 |
| | | | | | llvm-svn: 28446 | ||||
| * | New testcase | Chris Lattner | 2006-05-24 | 1 | -0/+9 |
| | | | | | llvm-svn: 28444 | ||||
| * | Added a test case for FP equality check. | Evan Cheng | 2006-05-23 | 1 | -0/+9 |
| | | | | | llvm-svn: 28434 | ||||
| * | new testcase for csretcc | Chris Lattner | 2006-05-19 | 1 | -0/+5 |
| | | | | | llvm-svn: 28413 | ||||
| * | new testcase | Chris Lattner | 2006-05-19 | 1 | -0/+23 |
| | | | | | llvm-svn: 28396 | ||||
| * | Improve error output. Use the third parameter of the "catch" command to | Reid Spencer | 2006-05-18 | 1 | -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 with | Chris Lattner | 2006-05-17 | 1 | -2/+2 |
| | | | | | | | the PPC JIT llvm-svn: 28375 | ||||
| * | PR736 has already been fixed. Remove XFAIL marker. | Evan Cheng | 2006-05-17 | 1 | -3/+0 |
| | | | | | llvm-svn: 28362 | ||||
| * | New test case for vector type argument pass by value. | Evan Cheng | 2006-05-17 | 1 | -0/+14 |
| | | | | | llvm-svn: 28361 | ||||
| * | Added regression that breaks gcc4 build | Andrew Lenharth | 2006-05-17 | 1 | -0/+15 |
| | | | | | llvm-svn: 28358 | ||||
| * | add an external symbol testcase | Chris Lattner | 2006-05-17 | 1 | -1/+6 |
| | | | | | llvm-svn: 28345 | ||||
| * | new test for various forms of calls | Chris Lattner | 2006-05-17 | 1 | -0/+23 |
| | | | | | llvm-svn: 28344 | ||||
| * | test for support to pass/return vectors to calls. | Chris Lattner | 2006-05-17 | 1 | -0/+11 |
| | | | | | llvm-svn: 28343 | ||||
| * | Another testcase that shouldn't need vrsave twiddling | Chris Lattner | 2006-05-16 | 1 | -1/+7 |
| | | | | | llvm-svn: 28332 | ||||
| * | Remove this xfail-d test, which doesn't make any sense | Chris Lattner | 2006-05-16 | 1 | -12/+0 |
| | | | | | llvm-svn: 28328 | ||||
| * | New testcase for instcombine | Chris Lattner | 2006-05-13 | 1 | -0/+9 |
| | | | | | llvm-svn: 28272 | ||||
| * | new testcase for a recent rlwimi crash. | Chris Lattner | 2006-05-12 | 1 | -0/+60 |
| | | | | | llvm-svn: 28242 | ||||
| * | New scheduling test case. | Evan Cheng | 2006-05-12 | 2 | -2/+54 |
| | | | | | llvm-svn: 28232 | ||||
| * | Update test case | Evan Cheng | 2006-05-10 | 1 | -0/+1 |
| | | | | | llvm-svn: 28216 | ||||
| * | New testcase, check that dead code doesn't pessimize instcombine | Chris Lattner | 2006-05-10 | 1 | -0/+12 |
| | | | | | llvm-svn: 28214 | ||||
| * | Another instruction scheduling test case | Evan Cheng | 2006-05-09 | 1 | -0/+22 |
| | | | | | llvm-svn: 28203 | ||||
| * | Test case for PR770 | Evan Cheng | 2006-05-09 | 1 | -0/+22 |
| | | | | | llvm-svn: 28198 | ||||
| * | new testcase | Chris Lattner | 2006-05-08 | 1 | -0/+6 |
| | | | | | llvm-svn: 28173 | ||||
| * | This test passes now, remove xfail marker | Chris Lattner | 2006-05-07 | 1 | -2/+1 |
| | | | | | | | Change test to be a positive test instead of a negative test llvm-svn: 28159 | ||||
| * | new testcase we handle right now. | Chris Lattner | 2006-05-06 | 1 | -6/+20 |
| | | | | | llvm-svn: 28147 | ||||
| * | new testcase | Chris Lattner | 2006-05-06 | 1 | -0/+33 |
| | | | | | llvm-svn: 28142 | ||||
| * | new testcase from ghostscript that inf looped instcombine | Chris Lattner | 2006-05-06 | 1 | -0/+522 |
| | | | | | llvm-svn: 28140 | ||||
| * | New testcase | Chris Lattner | 2006-05-05 | 1 | -0/+8 |
| | | | | | llvm-svn: 28125 | ||||
| * | new testcase that crashes the instcombine pass | Chris Lattner | 2006-05-04 | 1 | -0/+50 |
| | | | | | llvm-svn: 28100 | ||||
| * | Use movsd to shuffle in the lowest two elements of a v4f32 / v4i32 vector when | Evan Cheng | 2006-05-03 | 1 | -0/+11 |
| | | | | | | | movlps cannot be used (e.g. when load from m64 has multiple uses). llvm-svn: 28089 | ||||

