aboutsummaryrefslogtreecommitdiffstats
path: root/test/Integer
Commit message (Expand)AuthorAgeFilesLines
* Fix some escaping and quoting in RUN lines, mainly involving { and <. In twoMatthijs Kooijman2008-06-101-1/+1
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* refactor handling of symbolic constant folding, picking upChris Lattner2008-04-191-4/+4
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-1/+1
* Change all floating constants that are not exactlyDale Johannesen2007-09-052-6/+6
* For PR1553:Reid Spencer2007-07-191-6/+6
* Convert .cvsignore filesJohn Criswell2007-06-291-1/+0
* Changes to fix problems with "make check". Apparently you can redefineReid Spencer2007-04-141-1/+1
* Fix syntax.Reid Spencer2007-04-141-1/+1
* Don't try to interpret a fictitious file.Reid Spencer2007-04-141-1/+1
* No need to quote things, shell isn't interpreting any more.Reid Spencer2007-04-141-1/+1
* For PR1319:Reid Spencer2007-04-143-5/+6
* FIx this test, thanks to llvm.expReid Spencer2007-04-141-10/+10
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1
* Remove use of implementation keyword.Reid Spencer2007-03-2836-36/+0
* implementation keyword is going .. going .. gone.Reid Spencer2007-03-288-16/+0
* Flip the srem tests around. Previous commit was to correct an apparentReid Spencer2007-03-247-11/+11
* Fix incorrect test cases for srem. The definition of srem is a remainder soReid Spencer2007-03-2413-9/+19
* For PR1258:Reid Spencer2007-03-195-29/+27
* Update for constant folding now generating undef and overflow correctly.Reid Spencer2007-02-272-8/+8
* Shifting by the bit width now produces undef, not 0.Reid Spencer2007-02-277-7/+7
* Remove test cases that produce undefined results.Reid Spencer2007-02-2716-33/+5
* For PR411:Reid Spencer2007-02-051-33/+0
* For PR411:Reid Spencer2007-02-051-5/+4
* Prepare for PR411Reid Spencer2007-02-041-1/+1
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-0211-57/+58
* For PR411:Reid Spencer2007-01-304-8/+8
* For PR761:Reid Spencer2007-01-2658-550/+537
* Try a negative number with ashr.Reid Spencer2007-01-202-0/+2
* Add a test case for sext bug that Leo found.Reid Spencer2007-01-201-0/+29
* Cover non-byte-width BATs situation.Zhou Sheng2007-01-192-6/+21
* Cover more arithmetics for arbitrary bitwidth integers.Zhou Sheng2007-01-1917-0/+81
* Add one test case for Arbitrary BitWidth Integers.Zhou Sheng2007-01-192-0/+36
* Fix test cases. Patch by Guoling Han.Reid Spencer2007-01-166-30/+31
* Remove this test case. LLVM doesn't currently support comparison of packed.Reid Spencer2007-01-161-58/+0
* New test cases for bit accurate integers developed by Guoling Han.Reid Spencer2007-01-1660-0/+1669