| Commit message (Expand) | Author | Age | Files | Lines |
* | For all RUN lines starting with "not", redirect stderr to /dev/null so tests | Matthijs Kooijman | 2008-06-10 | 9 | -9/+9 |
* | Make structs and arrays first-class types, and add assembly | Dan Gohman | 2008-05-23 | 1 | -2/+4 |
* | Eliminate questionable syntax for stdin redirection. This probably also speed... | Gabor Greif | 2008-05-20 | 5 | -5/+5 |
* | 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 |
* | Revert the change from r51157 in | Dan Gohman | 2008-05-16 | 1 | -3/+3 |
* | IR support for extractvalue and insertvalue instructions. Also, begin | Dan Gohman | 2008-05-15 | 1 | -3/+3 |
* | Add testcase for prev. commit. Minor fixes | Anton Korobeynikov | 2008-03-22 | 1 | -0/+6 |
* | All of these tests had out of date syntax and were never even running through | Nick Lewycky | 2008-03-16 | 7 | -28/+26 |
* | Functions are allowed to return structures. (Note that this test never failed.) | Nick Lewycky | 2008-03-16 | 1 | -7/+0 |
* | Regressions/ is long gone. | Nick Lewycky | 2008-03-16 | 1 | -1/+1 |
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-03-10 | 2 | -17/+18 |
* | Fix PR2113 by verifying allocations. | Chris Lattner | 2008-03-01 | 1 | -0/+8 |
* | Fix this test. | Chris Lattner | 2008-03-01 | 1 | -7/+5 |
* | update this test to pass with duncan's change. | Chris Lattner | 2008-01-22 | 1 | -1/+1 |
* | This test is now the same as byval-1.ll, so remove it. | Duncan Sands | 2008-01-14 | 1 | -2/+0 |
* | Test that byval cannot be used with pointers to | Duncan Sands | 2008-01-14 | 1 | -1/+2 |
* | We now allow byval on fairly general pointer types. | Duncan Sands | 2008-01-14 | 1 | -1/+1 |
* | Be more liberal in what parameter attributes are | Duncan Sands | 2008-01-12 | 1 | -2/+2 |
* | Do not allow attributes beyond a function's last | Duncan Sands | 2008-01-11 | 1 | -0/+10 |
* | Get the verifier to check attributes on calls as well | Duncan Sands | 2007-12-21 | 1 | -0/+10 |
* | Use not instead of ignore when an exit status is expected to always | Dan Gohman | 2007-12-11 | 1 | -1/+1 |
* | Change &| to |&. | Dan Gohman | 2007-11-27 | 2 | -2/+2 |
* | Fix for PR1633: Verifier doesn't fully verify GC intrinsics | Gordon Henriksen | 2007-09-17 | 5 | -0/+70 |
* | Make sure these tests pass for the right reasons (verifier error, rather than | Reid Spencer | 2007-08-01 | 2 | -6/+6 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 19 | -0/+150 |