summaryrefslogtreecommitdiffstats
path: root/llvm/test/Integer
Commit message (Collapse)AuthorAgeFilesLines
...
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-0211-57/+58
| | | | | | | | | | | | 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 PR411:Reid Spencer2007-01-304-8/+8
| | | | | | | | 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
* For PR761:Reid Spencer2007-01-2658-550/+537
| | | | | | | | | | | | | | 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
* Try a negative number with ashr.Reid Spencer2007-01-202-0/+2
| | | | llvm-svn: 33404
* Add a test case for sext bug that Leo found.Reid Spencer2007-01-201-0/+29
| | | | llvm-svn: 33393
* Cover non-byte-width BATs situation.Zhou Sheng2007-01-192-6/+21
| | | | llvm-svn: 33356
* Cover more arithmetics for arbitrary bitwidth integers.Zhou Sheng2007-01-1917-0/+81
| | | | llvm-svn: 33355
* Add one test case for Arbitrary BitWidth Integers.Zhou Sheng2007-01-192-0/+36
| | | | llvm-svn: 33348
* Fix test cases. Patch by Guoling Han.Reid Spencer2007-01-166-30/+31
| | | | llvm-svn: 33272
* Remove this test case. LLVM doesn't currently support comparison of packed.Reid Spencer2007-01-161-58/+0
| | | | llvm-svn: 33271
* New test cases for bit accurate integers developed by Guoling Han.Reid Spencer2007-01-1660-0/+1669
llvm-svn: 33259
OpenPOWER on IntegriCloud