Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | we are past the point where these tests are useful. | Chris Lattner | 2010-09-02 | 1 | -25/+0 |
| | | | | llvm-svn: 112887 | ||||
* | Remove test cases that produce undefined results. | Reid Spencer | 2007-02-27 | 1 | -2/+0 |
| | | | | llvm-svn: 34650 | ||||
* | Changes to support making the shift instructions be true BinaryOperators. | Reid Spencer | 2007-02-02 | 1 | -6/+6 |
| | | | | | | | | | | | | 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 | ||||
* | For PR761: | Reid Spencer | 2007-01-26 | 1 | -19/+19 |
| | | | | | | | | | | | | | | 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 | ||||
* | Cover more arithmetics for arbitrary bitwidth integers. | Zhou Sheng | 2007-01-19 | 1 | -0/+4 |
| | | | | llvm-svn: 33355 | ||||
* | New test cases for bit accurate integers developed by Guoling Han. | Reid Spencer | 2007-01-16 | 1 | -0/+23 |
llvm-svn: 33259 |