aboutsummaryrefslogtreecommitdiffstats
path: root/test/Integer
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-095-22/+22
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* Rewrite test/Integer tests to use FileCheck instead of grepEli Bendersky2013-04-083-5/+7
* Remove the dependent libraries feature.Bill Wendling2012-11-271-2/+0
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-021-1/+1
* remove two (useless) tests that use incorrect intrinsic prototypes, detected ...Chris Lattner2012-05-272-55/+0
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Remove support for parsing the "type i32" syntax for defining a numberedChris Lattner2011-06-191-58/+0
* Stop accepting and ignoring attributes in function types. Attributes are app...Chris Lattner2011-06-171-19/+0
* make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner2011-06-171-18/+0
* stop accepting begin/end around function bodies in the .ll parser, this isn't...Chris Lattner2011-06-1722-665/+0
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-174-99/+4
* we are past the point where these tests are useful.Chris Lattner2010-09-0214-329/+0
* Delete useless trailing semicolons.Dan Gohman2010-01-053-5/+5
* Eliminate some Tclisms.Daniel Dunbar2009-09-051-1/+1
* Now that numbered types have their number printed, it's no longerDan Gohman2009-08-127-0/+7
* Make LLVM Assembly dramatically easier to read by aligning the comments,Dan Gohman2009-08-127-131/+131
* Converted a1.ll to unittests.Misha Brukman2009-03-242-44/+0
* alignment of 0 is not valid.Chris Lattner2009-01-051-2/+2
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-021-2/+0
* 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