summaryrefslogtreecommitdiff
path: root/test/Integer
Commit message (Expand)AuthorAge
* implementation keyword is going .. going .. gone.Reid Spencer2007-03-28
* Flip the srem tests around. Previous commit was to correct an apparentReid Spencer2007-03-24
* Fix incorrect test cases for srem. The definition of srem is a remainder soReid Spencer2007-03-24
* For PR1258:Reid Spencer2007-03-19
* Update for constant folding now generating undef and overflow correctly.Reid Spencer2007-02-27
* Shifting by the bit width now produces undef, not 0.Reid Spencer2007-02-27
* Remove test cases that produce undefined results.Reid Spencer2007-02-27
* For PR411:Reid Spencer2007-02-05
* For PR411:Reid Spencer2007-02-05
* Prepare for PR411Reid Spencer2007-02-04
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-02
* For PR411:Reid Spencer2007-01-30
* For PR761:Reid Spencer2007-01-26
* Try a negative number with ashr.Reid Spencer2007-01-20
* Add a test case for sext bug that Leo found.Reid Spencer2007-01-20
* Cover non-byte-width BATs situation.Zhou Sheng2007-01-19
* Cover more arithmetics for arbitrary bitwidth integers.Zhou Sheng2007-01-19
* Add one test case for Arbitrary BitWidth Integers.Zhou Sheng2007-01-19
* Fix test cases. Patch by Guoling Han.Reid Spencer2007-01-16
* Remove this test case. LLVM doesn't currently support comparison of packed.Reid Spencer2007-01-16
* New test cases for bit accurate integers developed by Guoling Han.Reid Spencer2007-01-16