aboutsummaryrefslogtreecommitdiffstats
path: root/test/Verifier
Commit message (Expand)AuthorAgeFilesLines
* Add testcase for prev. commit. Minor fixesAnton Korobeynikov2008-03-221-0/+6
* All of these tests had out of date syntax and were never even running throughNick Lewycky2008-03-167-28/+26
* Functions are allowed to return structures. (Note that this test never failed.)Nick Lewycky2008-03-161-7/+0
* Regressions/ is long gone.Nick Lewycky2008-03-161-1/+1
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-102-17/+18
* Fix PR2113 by verifying allocations.Chris Lattner2008-03-011-0/+8
* Fix this test.Chris Lattner2008-03-011-7/+5
* update this test to pass with duncan's change.Chris Lattner2008-01-221-1/+1
* This test is now the same as byval-1.ll, so remove it.Duncan Sands2008-01-141-2/+0
* Test that byval cannot be used with pointers toDuncan Sands2008-01-141-1/+2
* We now allow byval on fairly general pointer types.Duncan Sands2008-01-141-1/+1
* Be more liberal in what parameter attributes areDuncan Sands2008-01-121-2/+2
* Do not allow attributes beyond a function's lastDuncan Sands2008-01-111-0/+10
* Get the verifier to check attributes on calls as wellDuncan Sands2007-12-211-0/+10
* Use not instead of ignore when an exit status is expected to alwaysDan Gohman2007-12-111-1/+1
* Change &| to |&.Dan Gohman2007-11-272-2/+2
* Fix for PR1633: Verifier doesn't fully verify GC intrinsicsGordon Henriksen2007-09-175-0/+70
* Make sure these tests pass for the right reasons (verifier error, rather thanReid Spencer2007-08-012-6/+6
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-1819-0/+150