Age | Commit message (Expand) | Author | Files | Lines |
2011-06-17 | stop accepting begin/end around function bodies in the .ll parser, this isn't... | Chris Lattner | 1 | -3/+2 |
2011-06-17 | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner | 1 | -7/+0 |
2010-08-08 | Reject unrepresentable pointer types in intrinsics. Fixes PR7316. | Nick Lewycky | 1 | -0/+21 |
2010-04-04 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 1 | -1/+1 |
2010-04-02 | Revert r100191 since it breaks objc in clang | Mon P Wang | 1 | -1/+1 |
2010-04-02 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 1 | -1/+1 |
2010-03-30 | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson | 1 | -1/+1 |
2010-03-30 | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang | 1 | -1/+1 |
2010-01-05 | Delete useless trailing semicolons. | Dan Gohman | 1 | -1/+1 |
2009-08-25 | Remove obsolete -f flags. | Dan Gohman | 6 | -6/+6 |
2009-05-29 | Dan noticed that the verifier wasn't thoroughly checking uses of | Duncan Sands | 3 | -0/+50 |
2009-05-22 | Revert this. There's no way to verifiy indirect calls, and an optimizer can turn | Torok Edwin | 1 | -11/+0 |
2009-05-22 | Verify that calling conventions match function prototype. | Torok Edwin | 1 | -0/+11 |
2009-01-02 | Reimplement the old and horrible bison parser for .ll files with a nice | Chris Lattner | 3 | -4/+3 |
2008-11-15 | Correct this error message. | Nick Lewycky | 1 | -0/+5 |
2008-08-27 | Diagnose uses of unsized types with the byval attribute in the | Dan Gohman | 1 | -1/+2 |
2008-08-23 | Verify that the alignment argument to llvm.memcpy is a constant | Chris Lattner | 1 | -0/+11 |
2008-06-10 | For all RUN lines starting with "not", redirect stderr to /dev/null so tests | Matthijs Kooijman | 9 | -9/+9 |
2008-05-23 | Make structs and arrays first-class types, and add assembly | Dan Gohman | 1 | -2/+4 |
2008-05-20 | Eliminate questionable syntax for stdin redirection. This probably also speed... | Gabor Greif | 5 | -5/+5 |
2008-05-20 | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif | 1 | -1/+1 |
2008-05-20 | Rename the last test with .llx extension to .ll, resolve duplicate test by re... | Gabor Greif | 1 | -1/+1 |
2008-05-16 | Revert the change from r51157 in | Dan Gohman | 1 | -3/+3 |
2008-05-15 | IR support for extractvalue and insertvalue instructions. Also, begin | Dan Gohman | 1 | -3/+3 |
2008-03-22 | Add testcase for prev. commit. Minor fixes | Anton Korobeynikov | 1 | -0/+6 |
2008-03-16 | All of these tests had out of date syntax and were never even running through | Nick Lewycky | 7 | -28/+26 |
2008-03-16 | Functions are allowed to return structures. (Note that this test never failed.) | Nick Lewycky | 1 | -7/+0 |
2008-03-16 | Regressions/ is long gone. | Nick Lewycky | 1 | -1/+1 |
2008-03-10 | Remove llvm-upgrade and update tests. | Tanya Lattner | 2 | -17/+18 |
2008-03-01 | Fix PR2113 by verifying allocations. | Chris Lattner | 1 | -0/+8 |
2008-03-01 | Fix this test. | Chris Lattner | 1 | -7/+5 |
2008-01-22 | update this test to pass with duncan's change. | Chris Lattner | 1 | -1/+1 |
2008-01-14 | This test is now the same as byval-1.ll, so remove it. | Duncan Sands | 1 | -2/+0 |
2008-01-14 | Test that byval cannot be used with pointers to | Duncan Sands | 1 | -1/+2 |
2008-01-14 | We now allow byval on fairly general pointer types. | Duncan Sands | 1 | -1/+1 |
2008-01-12 | Be more liberal in what parameter attributes are | Duncan Sands | 1 | -2/+2 |
2008-01-11 | Do not allow attributes beyond a function's last | Duncan Sands | 1 | -0/+10 |
2007-12-21 | Get the verifier to check attributes on calls as well | Duncan Sands | 1 | -0/+10 |
2007-12-11 | Use not instead of ignore when an exit status is expected to always | Dan Gohman | 1 | -1/+1 |
2007-11-27 | Change &| to |&. | Dan Gohman | 2 | -2/+2 |
2007-09-17 | Fix for PR1633: Verifier doesn't fully verify GC intrinsics | Gordon Henriksen | 5 | -0/+70 |
2007-08-01 | Make sure these tests pass for the right reasons (verifier error, rather than | Reid Spencer | 2 | -6/+6 |
2007-07-10 | check for correct usage of the byval attribute | Rafael Espindola | 4 | -0/+10 |
2007-06-29 | Convert .cvsignore files | John Criswell | 1 | -3/+0 |
2007-05-05 | remove bogus xfailed testcase | Chris Lattner | 1 | -6/+0 |
2007-04-15 | For PR1319: Upgrade to new test harness | Reid Spencer | 2 | -5/+4 |
2007-04-11 | Make the llvm-runtest function much more amenable by eliminating all the | Reid Spencer | 1 | -1/+1 |
2007-01-26 | For PR761: | Reid Spencer | 1 | -5/+6 |
2006-12-16 | testcases for PR1042 | Chris Lattner | 2 | -0/+23 |
2006-12-13 | New testcase for PR1047 | Chris Lattner | 1 | -0/+7 |