| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | For PR411: | Reid Spencer | 2007-02-05 | 1 | -33/+0 |
| | | | | | | | This test is not particularly useful without type planes. llvm-svn: 33919 | ||||
| * | For PR411: | Reid Spencer | 2007-02-05 | 22 | -236/+14 |
| | | | | | | | | | | | This patch replaces the SymbolTable class with ValueSymbolTable which does not support types planes. This means that all symbol names in LLVM must now be unique. The patch addresses the necessary changes to deal with this and removes code no longer needed as a result. This completes the bulk of the changes for this PR. Some cleanup patches will follow. llvm-svn: 33918 | ||||
| * | Test case for PR1158 | Devang Patel | 2007-02-05 | 1 | -0/+5 |
| | | | | | llvm-svn: 33914 | ||||
| * | Fix unord test. | Lauro Ramos Venancio | 2007-02-05 | 1 | -2/+2 |
| | | | | | llvm-svn: 33910 | ||||
| * | Assembler no longer prints ! at the end of its error messages. | Reid Spencer | 2007-02-05 | 1 | -1/+1 |
| | | | | | llvm-svn: 33908 | ||||
| * | Make the RUN: line readable. | Reid Spencer | 2007-02-05 | 1 | -1/+2 |
| | | | | | llvm-svn: 33906 | ||||
| * | For PR411: | Reid Spencer | 2007-02-05 | 1 | -2/+2 |
| | | | | | | | Don't re-use var names. llvm-svn: 33899 | ||||
| * | new testcase for 1174, currently xfailed | Chris Lattner | 2007-02-05 | 1 | -0/+22 |
| | | | | | llvm-svn: 33898 | ||||
| * | Test for PR1173 | Anton Korobeynikov | 2007-02-05 | 1 | -0/+13 |
| | | | | | llvm-svn: 33895 | ||||
| * | fix bug number | Chris Lattner | 2007-02-05 | 1 | -1/+1 |
| | | | | | llvm-svn: 33894 | ||||
| * | test for pr1173 | Chris Lattner | 2007-02-05 | 1 | -0/+23 |
| | | | | | llvm-svn: 33893 | ||||
| * | testcase for PR1175 | Chris Lattner | 2007-02-04 | 1 | -0/+9 |
| | | | | | llvm-svn: 33891 | ||||
| * | new testcase for x86 backend miscompilation | Chris Lattner | 2007-02-04 | 1 | -0/+21 |
| | | | | | llvm-svn: 33883 | ||||
| * | Prepare for PR411 | Reid Spencer | 2007-02-04 | 2 | -3/+3 |
| | | | | | llvm-svn: 33865 | ||||
| * | For PR1072: | Reid Spencer | 2007-02-03 | 33 | -577/+0 |
| | | | | | | | | Removing -raise has neglible positive or negative side effects so we are opting to remove it. See the PR for comparison details. llvm-svn: 33844 | ||||
| * | Add a test case. | Evan Cheng | 2007-02-03 | 1 | -0/+27 |
| | | | | | llvm-svn: 33833 | ||||
| * | __builtin_isunordered test case. | Evan Cheng | 2007-02-03 | 1 | -0/+18 |
| | | | | | llvm-svn: 33808 | ||||
| * | Improves alloca test. Verifies SP restoration. | Lauro Ramos Venancio | 2007-02-03 | 1 | -1/+4 |
| | | | | | llvm-svn: 33802 | ||||
| * | Changes to support making the shift instructions be true BinaryOperators. | Reid Spencer | 2007-02-02 | 31 | -219/+224 |
| | | | | | | | | | | | | | This feature is needed in order to support shifts of more than 255 bits on large integer types. This changes the syntax for llvm assembly to make shl, ashr and lshr instructions look like a binary operator: shl i32 %X, 1 instead of shl i32 %X, i8 1 Additionally, this should help a few passes perform additional optimizations. llvm-svn: 33776 | ||||
| * | new testcase for serious code pessimization | Chris Lattner | 2007-02-01 | 1 | -0/+43 |
| | | | | | llvm-svn: 33770 | ||||
| * | My mistake, my environment wasn't up to date. This passes now. | Reid Spencer | 2007-02-01 | 1 | -1/+0 |
| | | | | | llvm-svn: 33769 | ||||
| * | XFAIL this on x86 linux as it continues to fail. | Reid Spencer | 2007-02-01 | 1 | -1/+3 |
| | | | | | llvm-svn: 33768 | ||||
| * | Make sure the value passed to test function is initialized. | Reid Spencer | 2007-02-01 | 1 | -0/+1 |
| | | | | | llvm-svn: 33764 | ||||
| * | Add a test case. | Evan Cheng | 2007-02-01 | 1 | -0/+16 |
| | | | | | llvm-svn: 33742 | ||||
| * | Added a thumb vararg test. | Evan Cheng | 2007-02-01 | 1 | -1/+4 |
| | | | | | llvm-svn: 33740 | ||||
| * | new testcase | Chris Lattner | 2007-02-01 | 1 | -0/+25 |
| | | | | | llvm-svn: 33731 | ||||
| * | Fix test case. | Evan Cheng | 2007-01-31 | 1 | -2/+0 |
| | | | | | llvm-svn: 33730 | ||||
| * | Fix test cases. | Evan Cheng | 2007-01-31 | 3 | -10/+11 |
| | | | | | llvm-svn: 33725 | ||||
| * | ARM fix: Miscompilation when frame pointer can't be eliminated. ↵ | Lauro Ramos Venancio | 2007-01-31 | 3 | -3/+3 |
| | | | | | | | Uninitialized frame pointer register is used. llvm-svn: 33703 | ||||
| * | Combine two tests. | Evan Cheng | 2007-01-30 | 2 | -20/+11 |
| | | | | | llvm-svn: 33668 | ||||
| * | For PR411: | Reid Spencer | 2007-01-30 | 21 | -65/+66 |
| | | | | | | | | | Update these tests to not use the same name even though the type of the value differs. After PR411 hits, type planes will be gone and it will be illegal for a name to be used twice, regardless of type. llvm-svn: 33660 | ||||
| * | Add a gxxcmd variable for the g++ command line used to build llvm. | Reid Spencer | 2007-01-30 | 1 | -0/+1 |
| | | | | | llvm-svn: 33659 | ||||
| * | Make the input legal. | Reid Spencer | 2007-01-30 | 1 | -2/+2 |
| | | | | | llvm-svn: 33655 | ||||
| * | Add / merge tests. | Evan Cheng | 2007-01-30 | 2 | -10/+15 |
| | | | | | llvm-svn: 33654 | ||||
| * | test that the 'ir' constraint works. | Chris Lattner | 2007-01-29 | 1 | -0/+7 |
| | | | | | llvm-svn: 33646 | ||||
| * | new testcase | Chris Lattner | 2007-01-29 | 1 | -0/+7 |
| | | | | | llvm-svn: 33642 | ||||
| * | Update this test case to look for sret parameter attribute not csret cc. | Reid Spencer | 2007-01-29 | 1 | -1/+2 |
| | | | | | llvm-svn: 33613 | ||||
| * | Test case for PR1137. This makes sure that we don't get erroneous | Reid Spencer | 2007-01-28 | 1 | -0/+21 |
| | | | | | | | "redefinition" errors that cause the upgrade to fail. llvm-svn: 33593 | ||||
| * | Testcase for an instcombine miscompilation reduced by Anton. | Chris Lattner | 2007-01-27 | 1 | -0/+8 |
| | | | | | llvm-svn: 33590 | ||||
| * | Use -f option so test is repeatable. | Reid Spencer | 2007-01-27 | 1 | -2/+2 |
| | | | | | llvm-svn: 33589 | ||||
| * | Add a test case for PR411. | Reid Spencer | 2007-01-27 | 1 | -0/+13 |
| | | | | | llvm-svn: 33588 | ||||
| * | Make this really do nothing. | Reid Spencer | 2007-01-27 | 1 | -1/+1 |
| | | | | | llvm-svn: 33587 | ||||
| * | add an explanatory comment. | Chris Lattner | 2007-01-27 | 1 | -0/+1 |
| | | | | | llvm-svn: 33565 | ||||
| * | Apparently the last commit is wrong. Reverted. | Reid Spencer | 2007-01-27 | 1 | -1/+2 |
| | | | | | llvm-svn: 33564 | ||||
| * | Remove a double negative. | Reid Spencer | 2007-01-27 | 1 | -2/+1 |
| | | | | | llvm-svn: 33563 | ||||
| * | Thumb tests. | Evan Cheng | 2007-01-27 | 1 | -2/+9 |
| | | | | | llvm-svn: 33561 | ||||
| * | Merge tests. | Evan Cheng | 2007-01-27 | 2 | -31/+28 |
| | | | | | llvm-svn: 33560 | ||||
| * | For PR1122: | Reid Spencer | 2007-01-26 | 1 | -0/+14 |
| | | | | | | | Test the upgradability of nested type definitions. llvm-svn: 33534 | ||||
| * | For PR761: | Reid Spencer | 2007-01-26 | 152 | -926/+919 |
| | | | | | | | | | | | | | | | Remove "target endian/pointersize" or add "target datalayout" to make the test parse properly or set the datalayout because defaults changes. For PR645: Make global names use the @ prefix. For llvm-upgrade changes: Fix test cases or completely remove use of llvm-upgrade for test cases that cannot survive the new renaming or upgrade capabilities. llvm-svn: 33533 | ||||
| * | Fix test case. | Evan Cheng | 2007-01-25 | 1 | -1/+1 |
| | | | | | llvm-svn: 33507 | ||||

