summaryrefslogtreecommitdiff
path: root/test/Integer
AgeCommit message (Expand)Author
2016-05-10Make "@name =" mandatory for globals in .ll files.Rafael Espindola
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar
2013-04-08Rewrite test/Integer tests to use FileCheck instead of grepEli Bendersky
2012-11-27Remove the dependent libraries feature.Bill Wendling
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth
2012-05-27remove two (useless) tests that use incorrect intrinsic prototypes, detected ...Chris Lattner
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-06-19Remove support for parsing the "type i32" syntax for defining a numberedChris Lattner
2011-06-17Stop accepting and ignoring attributes in function types. Attributes are app...Chris Lattner
2011-06-17make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner
2011-06-17stop accepting begin/end around function bodies in the .ll parser, this isn't...Chris Lattner
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner
2010-09-02we are past the point where these tests are useful.Chris Lattner
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