summaryrefslogtreecommitdiff
path: root/test/Integer
AgeCommit message (Expand)AuthorFilesLines
2011-06-19Remove support for parsing the "type i32" syntax for defining a numberedChris Lattner1-58/+0
2011-06-17Stop accepting and ignoring attributes in function types. Attributes are app...Chris Lattner1-19/+0
2011-06-17make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner1-18/+0
2011-06-17stop accepting begin/end around function bodies in the .ll parser, this isn't...Chris Lattner22-665/+0
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner4-99/+4
2010-09-02we are past the point where these tests are useful.Chris Lattner14-329/+0
2010-01-05Delete useless trailing semicolons.Dan Gohman3-5/+5
2009-09-05Eliminate some Tclisms.Daniel Dunbar1-1/+1
2009-08-12Now that numbered types have their number printed, it's no longerDan Gohman7-0/+7
2009-08-12Make LLVM Assembly dramatically easier to read by aligning the comments,Dan Gohman7-131/+131
2009-03-24Converted a1.ll to unittests.Misha Brukman2-44/+0
2009-01-05alignment of 0 is not valid.Chris Lattner1-2/+2
2009-01-02Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner1-2/+0
2008-06-10Fix some escaping and quoting in RUN lines, mainly involving { and <. In twoMatthijs Kooijman1-1/+1
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif1-1/+1
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif1-1/+1
2008-04-19refactor handling of symbolic constant folding, picking upChris Lattner1-4/+4
2007-11-27Fix PR1146: parameter attributes are longer part ofDuncan Sands1-1/+1
2007-09-05Change all floating constants that are not exactlyDale Johannesen2-6/+6
2007-07-19For PR1553:Reid Spencer1-6/+6
2007-06-29Convert .cvsignore filesJohn Criswell1-1/+0
2007-04-14Changes to fix problems with "make check". Apparently you can redefineReid Spencer1-1/+1
2007-04-14Fix syntax.Reid Spencer1-1/+1
2007-04-14Don't try to interpret a fictitious file.Reid Spencer1-1/+1
2007-04-14No need to quote things, shell isn't interpreting any more.Reid Spencer1-1/+1
2007-04-14For PR1319:Reid Spencer3-5/+6
2007-04-14FIx this test, thanks to llvm.expReid Spencer1-10/+10
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer1-1/+1
2007-03-28Remove use of implementation keyword.Reid Spencer36-36/+0
2007-03-28implementation keyword is going .. going .. gone.Reid Spencer8-16/+0
2007-03-24Flip the srem tests around. Previous commit was to correct an apparentReid Spencer7-11/+11
2007-03-24Fix incorrect test cases for srem. The definition of srem is a remainder soReid Spencer13-9/+19
2007-03-19For PR1258:Reid Spencer5-29/+27
2007-02-27Update for constant folding now generating undef and overflow correctly.Reid Spencer2-8/+8
2007-02-27Shifting by the bit width now produces undef, not 0.Reid Spencer7-7/+7
2007-02-27Remove test cases that produce undefined results.Reid Spencer16-33/+5
2007-02-05For PR411:Reid Spencer1-33/+0
2007-02-05For PR411:Reid Spencer1-5/+4
2007-02-04Prepare for PR411Reid Spencer1-1/+1
2007-02-02Changes to support making the shift instructions be true BinaryOperators.Reid Spencer11-57/+58
2007-01-30For PR411:Reid Spencer4-8/+8
2007-01-26For PR761:Reid Spencer58-550/+537
2007-01-20Try a negative number with ashr.Reid Spencer2-0/+2
2007-01-20Add a test case for sext bug that Leo found.Reid Spencer1-0/+29
2007-01-19Cover non-byte-width BATs situation.Zhou Sheng2-6/+21
2007-01-19Cover more arithmetics for arbitrary bitwidth integers.Zhou Sheng17-0/+81
2007-01-19Add one test case for Arbitrary BitWidth Integers.Zhou Sheng2-0/+36
2007-01-16Fix test cases. Patch by Guoling Han.Reid Spencer6-30/+31
2007-01-16Remove this test case. LLVM doesn't currently support comparison of packed.Reid Spencer1-58/+0
2007-01-16New test cases for bit accurate integers developed by Guoling Han.Reid Spencer60-0/+1669