summaryrefslogtreecommitdiff
path: root/test/Integer
Commit message (Expand)AuthorAge
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Rewrite test/Integer tests to use FileCheck instead of grepEli Bendersky2013-04-08
* Remove the dependent libraries feature.Bill Wendling2012-11-27
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02
* remove two (useless) tests that use incorrect intrinsic prototypes, detected ...Chris Lattner2012-05-27
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Remove support for parsing the "type i32" syntax for defining a numberedChris Lattner2011-06-19
* Stop accepting and ignoring attributes in function types. Attributes are app...Chris Lattner2011-06-17
* make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner2011-06-17
* stop accepting begin/end around function bodies in the .ll parser, this isn't...Chris Lattner2011-06-17
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* we are past the point where these tests are useful.Chris Lattner2010-09-02
* Delete useless trailing semicolons.Dan Gohman2010-01-05
* Eliminate some Tclisms.Daniel Dunbar2009-09-05
* Now that numbered types have their number printed, it's no longerDan Gohman2009-08-12
* Make LLVM Assembly dramatically easier to read by aligning the comments,Dan Gohman2009-08-12
* Converted a1.ll to unittests.Misha Brukman2009-03-24
* alignment of 0 is not valid.Chris Lattner2009-01-05
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-02
* Fix some escaping and quoting in RUN lines, mainly involving { and <. In twoMatthijs Kooijman2008-06-10
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* refactor handling of symbolic constant folding, picking upChris Lattner2008-04-19
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-27
* Change all floating constants that are not exactlyDale Johannesen2007-09-05
* For PR1553:Reid Spencer2007-07-19
* Convert .cvsignore filesJohn Criswell2007-06-29
* Changes to fix problems with "make check". Apparently you can redefineReid Spencer2007-04-14
* Fix syntax.Reid Spencer2007-04-14
* Don't try to interpret a fictitious file.Reid Spencer2007-04-14
* No need to quote things, shell isn't interpreting any more.Reid Spencer2007-04-14
* For PR1319:Reid Spencer2007-04-14
* FIx this test, thanks to llvm.expReid Spencer2007-04-14
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* Remove use of implementation keyword.Reid Spencer2007-03-28
* implementation keyword is going .. going .. gone.Reid Spencer2007-03-28
* Flip the srem tests around. Previous commit was to correct an apparentReid Spencer2007-03-24
* Fix incorrect test cases for srem. The definition of srem is a remainder soReid Spencer2007-03-24
* For PR1258:Reid Spencer2007-03-19
* Update for constant folding now generating undef and overflow correctly.Reid Spencer2007-02-27
* Shifting by the bit width now produces undef, not 0.Reid Spencer2007-02-27
* Remove test cases that produce undefined results.Reid Spencer2007-02-27
* For PR411:Reid Spencer2007-02-05
* For PR411:Reid Spencer2007-02-05
* Prepare for PR411Reid Spencer2007-02-04
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-02
* For PR411:Reid Spencer2007-01-30
* For PR761:Reid Spencer2007-01-26
* Try a negative number with ashr.Reid Spencer2007-01-20
* Add a test case for sext bug that Leo found.Reid Spencer2007-01-20