aboutsummaryrefslogtreecommitdiffstats
path: root/test/Verifier
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-1819-22/+144
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0922-77/+275
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2316-69/+221
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-026-8/+39
* Update LLVM for rebase to r212749.Stephen Hines2014-07-217-1/+75
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-297-16/+129
* Update to LLVM 3.5a.Stephen Hines2014-04-2419-16/+153
* Add Verifier test case for variable argument intrinsics.Andrew Trick2013-10-311-0/+16
* Add support for metadata representing .ident directives.Rafael Espindola2013-10-163-0/+35
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* Reject bitcasts between address spaces with different sizesMatt Arsenault2013-07-319-0/+97
* Fix typo in test.Jakub Staszak2013-07-221-1/+1
* Disallow global aliases to bitcast between address spacesMatt Arsenault2013-07-201-0/+8
* s/compiler_used/compiler.used/.Rafael Espindola2013-07-191-2/+2
* Also verify llvm.compiler_used.Rafael Espindola2013-04-221-0/+6
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-225-0/+28
* Rewrite test/Verifier tests to use FileCheck instead of grepEli Bendersky2013-04-0813-19/+28
* [IR] Add 'Append' and 'AppendUnique' module flag behaviors.Daniel Dunbar2013-01-161-1/+10
* [IR] Add verification for module flags with the "require" behavior.Daniel Dunbar2013-01-151-2/+16
* [IR] Add verifier support for llvm.module.flags.Daniel Dunbar2013-01-151-0/+37
* Assert that dominates is not given a multiple edge. Finding out if we haveRafael Espindola2012-08-171-1/+0
* The normal edge of an invoke is not allowed to branch to a block with aEli Friedman2012-08-101-2/+17
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-021-1/+1
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-0216-16/+16
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-0211-11/+11
* Make tests which first provide a negative assertion via 'not', thenChandler Carruth2012-07-021-1/+2
* make the verifier accept @llvm.donothing as the only intrinsic that can be in...Nuno Lopes2012-06-283-24/+65
* revert r158660, since Chris has some issues with this patch (namely using cod...Nuno Lopes2012-06-182-67/+0
* add the 'alloc' metadata node to represent the size of offset of buffers poin...Nuno Lopes2012-06-182-0/+67
* Use dominates(Instruction, Use) in the verifier.Rafael Espindola2012-06-011-2/+2
* Add some tests checking that the verifier rejects cases where a definitionRafael Espindola2012-06-011-0/+57
* Fix typos noticed by Benjamin Kramer.Rafael Espindola2012-05-311-5/+29
* Require intervals in the range metadata to be in a canonical form: They mustRafael Espindola2012-05-312-0/+54
* These tests used intrinsics with the wrong prototype. They weren't caught be...Chris Lattner2012-05-271-2/+2
* Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands2012-04-161-12/+0
* Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands2012-04-161-6/+18
* Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'mDuncan Sands2012-04-142-31/+31
* Express the number of ULPs in fpaccuracy metadata as a real rather than aDuncan Sands2012-04-101-0/+31
* First part of PR12251. Add documentation and verifier support for the rangeRafael Espindola2012-03-242-0/+100
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Teach the verifier to reject all non-constant arguments to the secondChandler Carruth2011-12-121-0/+16
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-092-2/+2
* more tests not making the jump into the brave new world.Chris Lattner2011-07-091-4/+0
* stop accepting begin/end around function bodies in the .ll parser, this isn't...Chris Lattner2011-06-171-3/+2
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-171-7/+0
* Reject unrepresentable pointer types in intrinsics. Fixes PR7316.Nick Lewycky2010-08-081-0/+21
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-041-1/+1
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-021-1/+1
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-021-1/+1