summaryrefslogtreecommitdiff
path: root/test/Verifier
Commit message (Expand)AuthorAge
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* more tests not making the jump into the brave new world.Chris Lattner2011-07-09
* stop accepting begin/end around function bodies in the .ll parser, this isn't...Chris Lattner2011-06-17
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* Reject unrepresentable pointer types in intrinsics. Fixes PR7316.Nick Lewycky2010-08-08
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-04
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-02
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-02
* Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson2010-03-30
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-30
* Delete useless trailing semicolons.Dan Gohman2010-01-05
* Remove obsolete -f flags.Dan Gohman2009-08-25
* Dan noticed that the verifier wasn't thoroughly checking uses ofDuncan Sands2009-05-29
* Revert this. There's no way to verifiy indirect calls, and an optimizer can turnTorok Edwin2009-05-22
* Verify that calling conventions match function prototype.Torok Edwin2009-05-22
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-02
* Correct this error message.Nick Lewycky2008-11-15
* Diagnose uses of unsized types with the byval attribute in theDan Gohman2008-08-27
* Verify that the alignment argument to llvm.memcpy is a constantChris Lattner2008-08-23
* For all RUN lines starting with "not", redirect stderr to /dev/null so testsMatthijs Kooijman2008-06-10
* Make structs and arrays first-class types, and add assemblyDan Gohman2008-05-23
* Eliminate questionable syntax for stdin redirection. This probably also speed...Gabor Greif2008-05-20
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* Revert the change from r51157 inDan Gohman2008-05-16
* IR support for extractvalue and insertvalue instructions. Also, beginDan Gohman2008-05-15
* Add testcase for prev. commit. Minor fixesAnton Korobeynikov2008-03-22
* All of these tests had out of date syntax and were never even running throughNick Lewycky2008-03-16
* Functions are allowed to return structures. (Note that this test never failed.)Nick Lewycky2008-03-16
* Regressions/ is long gone.Nick Lewycky2008-03-16
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-10
* Fix PR2113 by verifying allocations.Chris Lattner2008-03-01
* Fix this test.Chris Lattner2008-03-01
* update this test to pass with duncan's change.Chris Lattner2008-01-22
* This test is now the same as byval-1.ll, so remove it.Duncan Sands2008-01-14
* Test that byval cannot be used with pointers toDuncan Sands2008-01-14
* We now allow byval on fairly general pointer types.Duncan Sands2008-01-14
* Be more liberal in what parameter attributes areDuncan Sands2008-01-12
* Do not allow attributes beyond a function's lastDuncan Sands2008-01-11
* Get the verifier to check attributes on calls as wellDuncan Sands2007-12-21
* Use not instead of ignore when an exit status is expected to alwaysDan Gohman2007-12-11
* Change &| to |&.Dan Gohman2007-11-27
* Fix for PR1633: Verifier doesn't fully verify GC intrinsicsGordon Henriksen2007-09-17
* Make sure these tests pass for the right reasons (verifier error, rather thanReid Spencer2007-08-01
* check for correct usage of the byval attributeRafael Espindola2007-07-10
* Convert .cvsignore filesJohn Criswell2007-06-29
* remove bogus xfailed testcaseChris Lattner2007-05-05
* For PR1319: Upgrade to new test harnessReid Spencer2007-04-15
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* For PR761:Reid Spencer2007-01-26