| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2012-02-16 | 2 | -3/+1 |
* | Remove support for parsing the "type i32" syntax for defining a numbered | Chris Lattner | 2011-06-19 | 1 | -58/+0 |
* | Stop accepting and ignoring attributes in function types. Attributes are app... | Chris Lattner | 2011-06-17 | 1 | -19/+0 |
* | make the asmparser reject function and type redefinitions. 'Merging' hasn't ... | Chris Lattner | 2011-06-17 | 1 | -18/+0 |
* | stop accepting begin/end around function bodies in the .ll parser, this isn't... | Chris Lattner | 2011-06-17 | 22 | -665/+0 |
* | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner | 2011-06-17 | 4 | -99/+4 |
* | we are past the point where these tests are useful. | Chris Lattner | 2010-09-02 | 14 | -329/+0 |
* | Delete useless trailing semicolons. | Dan Gohman | 2010-01-05 | 3 | -5/+5 |
* | Eliminate some Tclisms. | Daniel Dunbar | 2009-09-05 | 1 | -1/+1 |
* | Now that numbered types have their number printed, it's no longer | Dan Gohman | 2009-08-12 | 7 | -0/+7 |
* | Make LLVM Assembly dramatically easier to read by aligning the comments, | Dan Gohman | 2009-08-12 | 7 | -131/+131 |
* | Converted a1.ll to unittests. | Misha Brukman | 2009-03-24 | 2 | -44/+0 |
* | alignment of 0 is not valid. | Chris Lattner | 2009-01-05 | 1 | -2/+2 |
* | Reimplement the old and horrible bison parser for .ll files with a nice | Chris Lattner | 2009-01-02 | 1 | -2/+0 |
* | Fix some escaping and quoting in RUN lines, mainly involving { and <. In two | Matthijs Kooijman | 2008-06-10 | 1 | -1/+1 |
* | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | Rename the last test with .llx extension to .ll, resolve duplicate test by re... | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | refactor handling of symbolic constant folding, picking up | Chris Lattner | 2008-04-19 | 1 | -4/+4 |
* | Fix PR1146: parameter attributes are longer part of | Duncan Sands | 2007-11-27 | 1 | -1/+1 |
* | Change all floating constants that are not exactly | Dale Johannesen | 2007-09-05 | 2 | -6/+6 |
* | For PR1553: | Reid Spencer | 2007-07-19 | 1 | -6/+6 |
* | Convert .cvsignore files | John Criswell | 2007-06-29 | 1 | -1/+0 |
* | Changes to fix problems with "make check". Apparently you can redefine | Reid Spencer | 2007-04-14 | 1 | -1/+1 |
* | Fix syntax. | Reid Spencer | 2007-04-14 | 1 | -1/+1 |
* | Don't try to interpret a fictitious file. | Reid Spencer | 2007-04-14 | 1 | -1/+1 |
* | No need to quote things, shell isn't interpreting any more. | Reid Spencer | 2007-04-14 | 1 | -1/+1 |
* | For PR1319: | Reid Spencer | 2007-04-14 | 3 | -5/+6 |
* | FIx this test, thanks to llvm.exp | Reid Spencer | 2007-04-14 | 1 | -10/+10 |
* | Make the llvm-runtest function much more amenable by eliminating all the | Reid Spencer | 2007-04-11 | 1 | -1/+1 |
* | Remove use of implementation keyword. | Reid Spencer | 2007-03-28 | 36 | -36/+0 |
* | implementation keyword is going .. going .. gone. | Reid Spencer | 2007-03-28 | 8 | -16/+0 |
* | Flip the srem tests around. Previous commit was to correct an apparent | Reid Spencer | 2007-03-24 | 7 | -11/+11 |
* | Fix incorrect test cases for srem. The definition of srem is a remainder so | Reid Spencer | 2007-03-24 | 13 | -9/+19 |
* | For PR1258: | Reid Spencer | 2007-03-19 | 5 | -29/+27 |
* | Update for constant folding now generating undef and overflow correctly. | Reid Spencer | 2007-02-27 | 2 | -8/+8 |
* | Shifting by the bit width now produces undef, not 0. | Reid Spencer | 2007-02-27 | 7 | -7/+7 |
* | Remove test cases that produce undefined results. | Reid Spencer | 2007-02-27 | 16 | -33/+5 |
* | For PR411: | Reid Spencer | 2007-02-05 | 1 | -33/+0 |
* | For PR411: | Reid Spencer | 2007-02-05 | 1 | -5/+4 |
* | Prepare for PR411 | Reid Spencer | 2007-02-04 | 1 | -1/+1 |
* | Changes to support making the shift instructions be true BinaryOperators. | Reid Spencer | 2007-02-02 | 11 | -57/+58 |
* | For PR411: | Reid Spencer | 2007-01-30 | 4 | -8/+8 |
* | For PR761: | Reid Spencer | 2007-01-26 | 58 | -550/+537 |
* | Try a negative number with ashr. | Reid Spencer | 2007-01-20 | 2 | -0/+2 |
* | Add a test case for sext bug that Leo found. | Reid Spencer | 2007-01-20 | 1 | -0/+29 |
* | Cover non-byte-width BATs situation. | Zhou Sheng | 2007-01-19 | 2 | -6/+21 |
* | Cover more arithmetics for arbitrary bitwidth integers. | Zhou Sheng | 2007-01-19 | 17 | -0/+81 |
* | Add one test case for Arbitrary BitWidth Integers. | Zhou Sheng | 2007-01-19 | 2 | -0/+36 |
* | Fix test cases. Patch by Guoling Han. | Reid Spencer | 2007-01-16 | 6 | -30/+31 |
* | Remove this test case. LLVM doesn't currently support comparison of packed. | Reid Spencer | 2007-01-16 | 1 | -58/+0 |