aboutsummaryrefslogtreecommitdiffstats
path: root/test/Integer/a31.ll.out
Commit message (Collapse)AuthorAgeFilesLines
* implementation keyword is going .. going .. gone.Reid Spencer2007-03-281-2/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35404 91177308-0d34-0410-b5e6-96231b3b80d8
* Flip the srem tests around. Previous commit was to correct an apparentReid Spencer2007-03-241-2/+2
| | | | | | | | bug in the srem implementation. Turns out it was a documentation bug instead. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35304 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix incorrect test cases for srem. The definition of srem is a remainder soReid Spencer2007-03-241-1/+2
| | | | | | | that the sign of the result follows the sign of the divisor. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35301 91177308-0d34-0410-b5e6-96231b3b80d8
* Shifting by the bit width now produces undef, not 0.Reid Spencer2007-02-271-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34675 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove test cases that produce undefined results.Reid Spencer2007-02-271-2/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34650 91177308-0d34-0410-b5e6-96231b3b80d8
* For PR761:Reid Spencer2007-01-261-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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33533 91177308-0d34-0410-b5e6-96231b3b80d8
* Cover more arithmetics for arbitrary bitwidth integers.Zhou Sheng2007-01-191-0/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33355 91177308-0d34-0410-b5e6-96231b3b80d8
* New test cases for bit accurate integers developed by Guoling Han.Reid Spencer2007-01-161-0/+18
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33259 91177308-0d34-0410-b5e6-96231b3b80d8