summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Verifier.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Don't call doFinalization from verifyFunction.Rafael Espindola2013-11-131-1/+0
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-011-4/+0
* Enable variable arguments support for intrinsics.Andrew Trick2013-10-311-1/+41
* Add calls to doInitialization() and doFinalization() in verifyFunction()Rafael Espindola2013-10-301-0/+2
* Add support for metadata representing .ident directives.Rafael Espindola2013-10-161-0/+20
* Add a GlobalAlias::isValidLinkage to reduce code duplication.Rafael Espindola2013-10-091-2/+1
* Add support for aliases with linkonce_odr.Rafael Espindola2013-10-061-1/+1
* Debug Info: Use DIScopeRef for DIType::getContext.Manman Ren2013-09-091-2/+2
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-091-20/+5
* Remove verifier check that attribute 'builtin' is only applied to calls toRichard Smith2013-09-071-8/+0
* Add function attribute 'optnone'.Andrea Di Biagio2013-08-231-1/+17
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-061-0/+5
* Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached toEric Christopher2013-08-021-5/+0
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-011-0/+5
* Reject bitcasts between address spaces with different sizesMatt Arsenault2013-07-311-20/+104
* Debug Info Finder: use processDeclare and processValue to list debug infoManman Ren2013-07-231-1/+14
* Disallow global aliases to bitcast between address spacesMatt Arsenault2013-07-201-4/+15
* Remove trailing whitespace, fix file path in commentMatt Arsenault2013-07-201-33/+33
* Debug Info Verifier: simplify DIxxx::VerifyManman Ren2013-07-201-0/+3
* s/compiler_used/compiler.used/.Rafael Espindola2013-07-191-1/+1
* Debug Info: enable verifying by default and disable testing cases that fail.Manman Ren2013-07-191-0/+32
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-061-8/+13
* IRVerifier: Correctly check attribute typesTobias Grosser2013-07-021-1/+2
* Added support for the Builtin attribute.Michael Gottesman2013-06-271-0/+16
* [APFloat] Converted all references to APFloat::isNormal => APFloat::isFiniteN...Michael Gottesman2013-06-191-1/+1
* We want a string representation of the attribute, not the kind as a string.Bill Wendling2013-06-181-2/+2
* Require members of llvm.used to be named.Rafael Espindola2013-06-111-0/+1
* Make it explicit that GlobalAlias are ok in llvm.used.Rafael Espindola2013-05-271-5/+4
* Add a new function attribute 'cold' to functions.Diego Novillo2013-05-241-1/+2
* Add some constraints to use of 'returned':Stephen Lin2013-04-231-0/+4
* Also verify llvm.compiler_used.Rafael Espindola2013-04-221-1/+2
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-221-0/+23
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-201-6/+45
* This patch addresses two cleanup issues:Bill Wendling2013-04-181-81/+71
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-261-3/+3
* Implement the NoBuiltin attribute.Bill Wendling2013-02-221-1/+2
* [tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany2013-02-111-0/+2
* Add 'empty' query methods to the builder and use them in the verifier.Bill Wendling2013-02-101-1/+1
* Make the AttrBuilder creation method of Attribute private so that people won'...Bill Wendling2013-01-311-1/+3
* Revert for now:Bill Wendling2013-01-311-3/+1
* Remove the AttrBuilder version of the Attribute::get function.Bill Wendling2013-01-311-1/+3
* Convert typeIncompatible to return an AttributeSet.Bill Wendling2013-01-301-2/+2
* Attempt to fix dragonegg. Use the number of slots to determine if the Attribu...Bill Wendling2013-01-301-1/+1
* Remove some introspection functions.Bill Wendling2013-01-251-2/+2
* Add an accessor method to get the slot's index. This will limit the use of At...Bill Wendling2013-01-251-12/+12
* Use the AttributeSet query instead of the Attribute query.Bill Wendling2013-01-251-2/+2
* Use AttributeSet instead of Attribute to verify things.Bill Wendling2013-01-211-53/+52
* Push some more methods down to hide the use of the Attribute class.Bill Wendling2013-01-181-29/+49
* [IR] Add 'Append' and 'AppendUnique' module flag behaviors.Daniel Dunbar2013-01-161-13/+33
* [IR] Add verification for module flags with the "require" behavior.Daniel Dunbar2013-01-151-7/+35
OpenPOWER on IntegriCloud