summaryrefslogtreecommitdiff
path: root/test/Verifier
Commit message (Expand)AuthorAge
* Also verify llvm.compiler_used.Rafael Espindola2013-04-22
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-22
* Rewrite test/Verifier tests to use FileCheck instead of grepEli Bendersky2013-04-08
* [IR] Add 'Append' and 'AppendUnique' module flag behaviors.Daniel Dunbar2013-01-16
* [IR] Add verification for module flags with the "require" behavior.Daniel Dunbar2013-01-15
* [IR] Add verifier support for llvm.module.flags.Daniel Dunbar2013-01-15
* Assert that dominates is not given a multiple edge. Finding out if we haveRafael Espindola2012-08-17
* The normal edge of an invoke is not allowed to branch to a block with aEli Friedman2012-08-10
* Fix a typo (the the => the)Sylvestre Ledru2012-07-23
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-02
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-02
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02
* Make tests which first provide a negative assertion via 'not', thenChandler Carruth2012-07-02
* make the verifier accept @llvm.donothing as the only intrinsic that can be in...Nuno Lopes2012-06-28
* revert r158660, since Chris has some issues with this patch (namely using cod...Nuno Lopes2012-06-18
* add the 'alloc' metadata node to represent the size of offset of buffers poin...Nuno Lopes2012-06-18
* Use dominates(Instruction, Use) in the verifier.Rafael Espindola2012-06-01
* Add some tests checking that the verifier rejects cases where a definitionRafael Espindola2012-06-01
* Fix typos noticed by Benjamin Kramer.Rafael Espindola2012-05-31
* Require intervals in the range metadata to be in a canonical form: They mustRafael Espindola2012-05-31
* These tests used intrinsics with the wrong prototype. They weren't caught be...Chris Lattner2012-05-27
* Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands2012-04-16
* Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands2012-04-16
* Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'mDuncan Sands2012-04-14
* Express the number of ULPs in fpaccuracy metadata as a real rather than aDuncan Sands2012-04-10
* First part of PR12251. Add documentation and verifier support for the rangeRafael Espindola2012-03-24
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Teach the verifier to reject all non-constant arguments to the secondChandler Carruth2011-12-12
* 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