Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | __builtin_isunordered test case. | Evan Cheng | 2007-02-03 | 1 | -0/+18 |
* | Improves alloca test. Verifies SP restoration. | Lauro Ramos Venancio | 2007-02-03 | 1 | -1/+4 |
* | Changes to support making the shift instructions be true BinaryOperators. | Reid Spencer | 2007-02-02 | 31 | -219/+224 |
* | new testcase for serious code pessimization | Chris Lattner | 2007-02-01 | 1 | -0/+43 |
* | My mistake, my environment wasn't up to date. This passes now. | Reid Spencer | 2007-02-01 | 1 | -1/+0 |
* | XFAIL this on x86 linux as it continues to fail. | Reid Spencer | 2007-02-01 | 1 | -1/+3 |
* | Make sure the value passed to test function is initialized. | Reid Spencer | 2007-02-01 | 1 | -0/+1 |
* | Add a test case. | Evan Cheng | 2007-02-01 | 1 | -0/+16 |
* | Added a thumb vararg test. | Evan Cheng | 2007-02-01 | 1 | -1/+4 |
* | new testcase | Chris Lattner | 2007-02-01 | 1 | -0/+25 |
* | Fix test case. | Evan Cheng | 2007-01-31 | 1 | -2/+0 |
* | Fix test cases. | Evan Cheng | 2007-01-31 | 3 | -10/+11 |
* | ARM fix: Miscompilation when frame pointer can't be eliminated. Uninitialized... | Lauro Ramos Venancio | 2007-01-31 | 3 | -3/+3 |
* | Combine two tests. | Evan Cheng | 2007-01-30 | 2 | -20/+11 |
* | For PR411: | Reid Spencer | 2007-01-30 | 21 | -65/+66 |
* | Add a gxxcmd variable for the g++ command line used to build llvm. | Reid Spencer | 2007-01-30 | 1 | -0/+1 |
* | Make the input legal. | Reid Spencer | 2007-01-30 | 1 | -2/+2 |
* | Add / merge tests. | Evan Cheng | 2007-01-30 | 2 | -10/+15 |
* | test that the 'ir' constraint works. | Chris Lattner | 2007-01-29 | 1 | -0/+7 |
* | new testcase | Chris Lattner | 2007-01-29 | 1 | -0/+7 |
* | Update this test case to look for sret parameter attribute not csret cc. | Reid Spencer | 2007-01-29 | 1 | -1/+2 |
* | Test case for PR1137. This makes sure that we don't get erroneous | Reid Spencer | 2007-01-28 | 1 | -0/+21 |
* | Testcase for an instcombine miscompilation reduced by Anton. | Chris Lattner | 2007-01-27 | 1 | -0/+8 |
* | Use -f option so test is repeatable. | Reid Spencer | 2007-01-27 | 1 | -2/+2 |
* | Add a test case for PR411. | Reid Spencer | 2007-01-27 | 1 | -0/+13 |
* | Make this really do nothing. | Reid Spencer | 2007-01-27 | 1 | -1/+1 |
* | add an explanatory comment. | Chris Lattner | 2007-01-27 | 1 | -0/+1 |
* | Apparently the last commit is wrong. Reverted. | Reid Spencer | 2007-01-27 | 1 | -1/+2 |
* | Remove a double negative. | Reid Spencer | 2007-01-27 | 1 | -2/+1 |
* | Thumb tests. | Evan Cheng | 2007-01-27 | 1 | -2/+9 |
* | Merge tests. | Evan Cheng | 2007-01-27 | 2 | -31/+28 |
* | For PR1122: | Reid Spencer | 2007-01-26 | 1 | -0/+14 |
* | For PR761: | Reid Spencer | 2007-01-26 | 152 | -926/+919 |
* | Fix test case. | Evan Cheng | 2007-01-25 | 1 | -1/+1 |
* | fix fcopysign test | Lauro Ramos Venancio | 2007-01-25 | 1 | -4/+4 |
* | new testcase | Chris Lattner | 2007-01-25 | 1 | -0/+9 |
* | Added some load from stack frames test cases. | Evan Cheng | 2007-01-24 | 1 | -0/+34 |
* | Thumb test cases. | Evan Cheng | 2007-01-23 | 1 | -10/+21 |
* | Thumb test cases. | Evan Cheng | 2007-01-23 | 1 | -21/+25 |
* | Fix test case. | Evan Cheng | 2007-01-23 | 1 | -1/+1 |
* | Make it work for both Linux and Mac OS. | Evan Cheng | 2007-01-22 | 1 | -2/+3 |
* | Pasto | Evan Cheng | 2007-01-22 | 1 | -1/+1 |
* | Fix test case. | Evan Cheng | 2007-01-22 | 2 | -3/+2 |
* | new testcase | Chris Lattner | 2007-01-21 | 1 | -0/+11 |
* | Try a negative number with ashr. | Reid Spencer | 2007-01-20 | 2 | -0/+2 |
* | Fix incorrect run line. | Owen Anderson | 2007-01-20 | 1 | -1/+1 |
* | Add a test case for sext bug that Leo found. | Reid Spencer | 2007-01-20 | 1 | -0/+29 |
* | Add test case extracted from lencod. Spiller was infinite looping in GetRegFo... | Evan Cheng | 2007-01-19 | 2 | -2/+104 |
* | Make this test actually test what its supposed to test. | Reid Spencer | 2007-01-19 | 1 | -1/+2 |
* | Cover non-byte-width BATs situation. | Zhou Sheng | 2007-01-19 | 2 | -6/+21 |