aboutsummaryrefslogtreecommitdiffstats
path: root/test/Verifier
Commit message (Expand)AuthorAgeFilesLines
...
* Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson2010-03-301-1/+1
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-301-1/+1
* Delete useless trailing semicolons.Dan Gohman2010-01-051-1/+1
* Remove obsolete -f flags.Dan Gohman2009-08-256-6/+6
* Dan noticed that the verifier wasn't thoroughly checking uses ofDuncan Sands2009-05-293-0/+50
* Revert this. There's no way to verifiy indirect calls, and an optimizer can turnTorok Edwin2009-05-221-11/+0
* Verify that calling conventions match function prototype.Torok Edwin2009-05-221-0/+11
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-023-4/+3
* Correct this error message.Nick Lewycky2008-11-151-0/+5
* Diagnose uses of unsized types with the byval attribute in theDan Gohman2008-08-271-1/+2
* Verify that the alignment argument to llvm.memcpy is a constantChris Lattner2008-08-231-0/+11
* For all RUN lines starting with "not", redirect stderr to /dev/null so testsMatthijs Kooijman2008-06-109-9/+9
* Make structs and arrays first-class types, and add assemblyDan Gohman2008-05-231-2/+4
* Eliminate questionable syntax for stdin redirection. This probably also speed...Gabor Greif2008-05-205-5/+5
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* Revert the change from r51157 inDan Gohman2008-05-161-3/+3
* IR support for extractvalue and insertvalue instructions. Also, beginDan Gohman2008-05-151-3/+3
* 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
* check for correct usage of the byval attributeRafael Espindola2007-07-104-0/+10
* Convert .cvsignore filesJohn Criswell2007-06-291-3/+0
* remove bogus xfailed testcaseChris Lattner2007-05-051-6/+0
* For PR1319: Upgrade to new test harnessReid Spencer2007-04-152-5/+4
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1
* For PR761:Reid Spencer2007-01-261-5/+6
* testcases for PR1042Chris Lattner2006-12-162-0/+23
* New testcase for PR1047Chris Lattner2006-12-131-0/+7
* Make sure this file gets upgraded with llvm-upgradeReid Spencer2006-12-021-2/+2
* Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer2006-11-231-1/+1
* testcase that causes the asmparser to assertChris Lattner2006-10-151-0/+9
* Testcase for PR826Chris Lattner2006-07-111-0/+11
* Fix an accidental commit.Chris Lattner2006-04-131-1/+1
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-123-3/+2