aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR/Verifier.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-70/+496
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-997/+1015
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-111/+547
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-84/+114
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-27/+93
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-144/+298
* Update to LLVM 3.5a.Stephen Hines2014-04-241-438/+483
* The 'optnone' attribute means don't inline anything into this functionPaul Robinson2013-11-181-3/+3
* Debug Info Verifier: disable it by default.Manman Ren2013-11-181-1/+1
* Debug Info Verifier: fix when to find debug info nodes and when to verify them.Manman Ren2013-11-171-5/+11
* Debug Info Verifier: enable public functions of Finder to update the type map.Manman Ren2013-11-171-3/+3
* Debug Info Verifier: remove un-used argument in verifyDebugInfo.Manman Ren2013-11-161-3/+3
* Add addrspacecast instruction.Matt Arsenault2013-11-151-5/+20
* 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