summaryrefslogtreecommitdiff
path: root/lib/IR/Verifier.cpp
Commit message (Expand)AuthorAge
* The 'optnone' attribute means don't inline anything into this functionPaul Robinson2013-11-18
* Debug Info Verifier: disable it by default.Manman Ren2013-11-18
* Debug Info Verifier: fix when to find debug info nodes and when to verify them.Manman Ren2013-11-17
* Debug Info Verifier: enable public functions of Finder to update the type map.Manman Ren2013-11-17
* Debug Info Verifier: remove un-used argument in verifyDebugInfo.Manman Ren2013-11-16
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* Don't call doFinalization from verifyFunction.Rafael Espindola2013-11-13
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-01
* Enable variable arguments support for intrinsics.Andrew Trick2013-10-31
* Add calls to doInitialization() and doFinalization() in verifyFunction()Rafael Espindola2013-10-30
* Add support for metadata representing .ident directives.Rafael Espindola2013-10-16
* Add a GlobalAlias::isValidLinkage to reduce code duplication.Rafael Espindola2013-10-09
* Add support for aliases with linkonce_odr.Rafael Espindola2013-10-06
* Debug Info: Use DIScopeRef for DIType::getContext.Manman Ren2013-09-09
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-09
* Remove verifier check that attribute 'builtin' is only applied to calls toRichard Smith2013-09-07
* Add function attribute 'optnone'.Andrea Di Biagio2013-08-23
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-06
* Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached toEric Christopher2013-08-02
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-01
* Reject bitcasts between address spaces with different sizesMatt Arsenault2013-07-31
* Debug Info Finder: use processDeclare and processValue to list debug infoManman Ren2013-07-23
* Disallow global aliases to bitcast between address spacesMatt Arsenault2013-07-20
* Remove trailing whitespace, fix file path in commentMatt Arsenault2013-07-20
* Debug Info Verifier: simplify DIxxx::VerifyManman Ren2013-07-20
* s/compiler_used/compiler.used/.Rafael Espindola2013-07-19
* Debug Info: enable verifying by default and disable testing cases that fail.Manman Ren2013-07-19
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-06
* IRVerifier: Correctly check attribute typesTobias Grosser2013-07-02
* Added support for the Builtin attribute.Michael Gottesman2013-06-27
* [APFloat] Converted all references to APFloat::isNormal => APFloat::isFiniteN...Michael Gottesman2013-06-19
* We want a string representation of the attribute, not the kind as a string.Bill Wendling2013-06-18
* Require members of llvm.used to be named.Rafael Espindola2013-06-11
* Make it explicit that GlobalAlias are ok in llvm.used.Rafael Espindola2013-05-27
* Add a new function attribute 'cold' to functions.Diego Novillo2013-05-24
* Add some constraints to use of 'returned':Stephen Lin2013-04-23
* Also verify llvm.compiler_used.Rafael Espindola2013-04-22
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-22
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-20
* This patch addresses two cleanup issues:Bill Wendling2013-04-18
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-26
* Implement the NoBuiltin attribute.Bill Wendling2013-02-22
* [tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany2013-02-11
* Add 'empty' query methods to the builder and use them in the verifier.Bill Wendling2013-02-10
* Make the AttrBuilder creation method of Attribute private so that people won'...Bill Wendling2013-01-31
* Revert for now:Bill Wendling2013-01-31
* Remove the AttrBuilder version of the Attribute::get function.Bill Wendling2013-01-31
* Convert typeIncompatible to return an AttributeSet.Bill Wendling2013-01-30
* Attempt to fix dragonegg. Use the number of slots to determine if the Attribu...Bill Wendling2013-01-30
* Remove some introspection functions.Bill Wendling2013-01-25