aboutsummaryrefslogtreecommitdiff
path: root/test/Integer
AgeCommit message (Expand)Author
2010-01-05Delete useless trailing semicolons.Dan Gohman
2009-09-05Eliminate some Tclisms.Daniel Dunbar
2009-08-12Now that numbered types have their number printed, it's no longerDan Gohman
2009-08-12Make LLVM Assembly dramatically easier to read by aligning the comments,Dan Gohman
2009-03-24Converted a1.ll to unittests.Misha Brukman
2009-01-05alignment of 0 is not valid.Chris Lattner
2009-01-02Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner
2008-06-10Fix some escaping and quoting in RUN lines, mainly involving { and <. In twoMatthijs Kooijman
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-04-19refactor handling of symbolic constant folding, picking upChris Lattner
2007-11-27Fix PR1146: parameter attributes are longer part ofDuncan Sands
2007-09-05Change all floating constants that are not exactlyDale Johannesen
2007-07-19For PR1553:Reid Spencer
2007-06-29Convert .cvsignore filesJohn Criswell
2007-04-14Changes to fix problems with "make check". Apparently you can redefineReid Spencer
2007-04-14Fix syntax.Reid Spencer
2007-04-14Don't try to interpret a fictitious file.Reid Spencer
2007-04-14No need to quote things, shell isn't interpreting any more.Reid Spencer
2007-04-14For PR1319:Reid Spencer
2007-04-14FIx this test, thanks to llvm.expReid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-03-28Remove use of implementation keyword.Reid Spencer
2007-03-28implementation keyword is going .. going .. gone.Reid Spencer
2007-03-24Flip the srem tests around. Previous commit was to correct an apparentReid Spencer
2007-03-24Fix incorrect test cases for srem. The definition of srem is a remainder soReid Spencer
2007-03-19For PR1258:Reid Spencer
2007-02-27Update for constant folding now generating undef and overflow correctly.Reid Spencer
2007-02-27Shifting by the bit width now produces undef, not 0.Reid Spencer
2007-02-27Remove test cases that produce undefined results.Reid Spencer
2007-02-05For PR411:Reid Spencer
2007-02-05For PR411:Reid Spencer
2007-02-04Prepare for PR411Reid Spencer
2007-02-02Changes to support making the shift instructions be true BinaryOperators.Reid Spencer
2007-01-30For PR411:Reid Spencer
2007-01-26For PR761:Reid Spencer
2007-01-20Try a negative number with ashr.Reid Spencer
2007-01-20Add a test case for sext bug that Leo found.Reid Spencer
2007-01-19Cover non-byte-width BATs situation.Zhou Sheng
2007-01-19Cover more arithmetics for arbitrary bitwidth integers.Zhou Sheng
2007-01-19Add one test case for Arbitrary BitWidth Integers.Zhou Sheng
2007-01-16Fix test cases. Patch by Guoling Han.Reid Spencer
2007-01-16Remove this test case. LLVM doesn't currently support comparison of packed.Reid Spencer
2007-01-16New test cases for bit accurate integers developed by Guoling Han.Reid Spencer