Silencing an "enumeral and non-enumeral type in conditional expression" warning;...
[oota-llvm.git] / lib / IR / Verifier.cpp
2014-10-24 Rafael EspindolaDon't ever call materializeAllPermanently during LTO.
2014-10-21 Philip ReamesExtend the verifier to check usage of 'nonnull' metadata.
2014-10-20 Philip ReamesExtend the verifier to validate range metadata on calls...
2014-10-17 Juergen Ributzka[Stackmaps] Enable invoking the patchpoint intrinsic.
2014-09-08 Alexey SamsonovBe more careful in parsing Module::ModFlagBehavior...
2014-08-29 Reid KlecknerVerifier: Don't reject varargs callee cleanup functions
2014-08-21 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-18 Craig TopperRevert "Repace SmallPtrSet with SmallPtrSetImpl in...
2014-08-17 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-07-21 Duncan P. N. Exon... Revert "[C++11] Add predecessors(BasicBlock *) / succes...
2014-07-20 Manuel Jacob[C++11] Add predecessors(BasicBlock *) / successors...
2014-07-15 Reid KlecknerDocument the maximum LLVM IR alignment, which is 1...
2014-07-13 David MajnemerIR: Allow comdats to be applied to globals with interna...
2014-06-28 David MajnemerVerifier: Update assert message to reflect LangRef
2014-06-27 David MajnemerIR: Add COMDATs to the IR
2014-06-19 Jingyue Wu[ValueTracking] Extend range metadata to call/invoke
2014-06-12 Bob WilsonFix verifier for GlobalAliases to avoid recursing into...
2014-06-06 Rafael EspindolaAllow aliases to be unnamed_addr.
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-06-04 Rafael EspindolaClauses in a landingpad are always Constant. Use a...
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-05-26 Rafael EspindolaUse existing helper function.
2014-05-16 Reid KlecknerAdd comdat key field to llvm.global_ctors and llvm...
2014-05-16 Rafael EspindolaFix most of PR10367.
2014-05-15 Reid Klecknermusttail: Fix the verification of alignment attributes
2014-05-09 Reid KlecknerAllow sret on the second parameter as well as the first
2014-05-06 Rafael EspindolaSpecial case aliases in GlobalValue::getSection.
2014-05-06 Rafael EspindolaSpecial case aliases in GlobalValue::getAlignment.
2014-05-02 Rafael EspindolaAliases are always definitions. Delete dead code.
2014-04-30 David MajnemerIR: Conservatively verify inalloca arguments
2014-04-24 Reid KlecknerAdd 'musttail' marker to call instructions
2014-04-15 Duncan P. N. Exon... verify-di: Add back braces for MSVC compatability
2014-04-15 Duncan P. N. Exon... verify-di: Implement DebugInfoVerifier
2014-04-15 Duncan P. N. Exon... verify-di: split out VerifierSupport
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-08 Duncan P. N. Exon... Verifier: Give the right message for bad atomic loads
2014-04-07 Eric ChristopherInvert the option to enable debug info verification...
2014-03-29 Tim NorthoverIntrinsics: add LLVMHalfElementsVectorType constraint
2014-03-28 Tim NorthoverIntrinsics: expand semantics of LLVMExtendedVectorType...
2014-03-27 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-26 Rafael EspindolaRevert "Prevent alias from pointing to weak aliases."
2014-03-26 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-18 Alon Mishne[C++11] Change DebugInfoFinder to use range-based loops
2014-03-12 Rafael EspindolaReject alias to undefined symbols in the verifier.
2014-03-12 Rafael EspindolaAvoid repeated calls to CE->getOperand(0). No functiona...
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-03-10 Justin BognerIR: Slightly more verbose error in Verifier
2014-03-09 Ahmed Charles[C++11] Fix break due to MSVC bug.
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-06 Chandler Carruth[Layering] Move InstVisitor.h into the IR library as...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to IR library.
2014-03-04 Chandler Carruth[Modules] Move the ConstantRange class into the IR...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2014-02-13 Rafael EspindolaCheck that GlobalAliases don't have section or alignment.
2014-01-20 Chandler Carruth[PM] Wire up the Verifier for the new pass manager...
2014-01-19 Chandler Carruth[PM] Make the verifier work independently of any pass...
2014-01-17 Chandler Carruth[PM] [cleanup] Rename some of the Verifier's members...
2014-01-17 Chandler Carruth[PM] Remove the preverifier and directly compute the...
2014-01-16 Reid KlecknerChange inalloca rules to make it only apply to the...
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-14 Nico RieckRevert "Decouple dllexport/dllimport from linkage"
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-13 Chandler Carruth[PM] Split DominatorTree into a concrete analysis resul...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2014-01-02 Matt ArsenaultAllow addrspacecast in global aliases
2013-12-19 Reid KlecknerBegin adding docs and IR-level support for the inalloca...
2013-12-07 Kaelyn UhrainFix the segfault reported in PR 11990.
2013-11-18 Paul RobinsonThe 'optnone' attribute means don't inline anything...
2013-11-18 Manman RenDebug Info Verifier: disable it by default.
2013-11-17 Manman RenDebug Info Verifier: fix when to find debug info nodes...
2013-11-17 Manman RenDebug Info Verifier: enable public functions of Finder...
2013-11-16 Manman RenDebug Info Verifier: remove un-used argument in verifyD...
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-13 Rafael EspindolaDon't call doFinalization from verifyFunction.
2013-11-01 Rafael EspindolaRemove linkonce_odr_auto_hide.
2013-10-31 Andrew TrickEnable variable arguments support for intrinsics.
2013-10-30 Rafael EspindolaAdd calls to doInitialization() and doFinalization...
2013-10-16 Rafael EspindolaAdd support for metadata representing .ident directives.
2013-10-09 Rafael EspindolaAdd a GlobalAlias::isValidLinkage to reduce code duplic...
2013-10-06 Rafael EspindolaAdd support for aliases with linkonce_odr.
2013-09-09 Manman RenDebug Info: Use DIScopeRef for DIType::getContext.
2013-09-09 Bob WilsonRevert patches to add case-range support for PR1255.
2013-09-07 Richard SmithRemove verifier check that attribute 'builtin' is only...
2013-08-23 Andrea Di BiagioAdd function attribute 'optnone'.
2013-08-06 Manman RenDebug Info Finder|Verifier: handle DbgLoc attached...
2013-08-02 Eric ChristopherTemporarily revert "Debug Info Finder|Verifier: handle...
2013-08-01 Manman RenDebug Info Finder|Verifier: handle DbgLoc attached...
2013-07-31 Matt ArsenaultReject bitcasts between address spaces with different...
2013-07-23 Manman RenDebug Info Finder: use processDeclare and processValue...
2013-07-20 Matt ArsenaultDisallow global aliases to bitcast between address...
2013-07-20 Matt ArsenaultRemove trailing whitespace, fix file path in comment
2013-07-20 Manman RenDebug Info Verifier: simplify DIxxx::Verify
2013-07-19 Rafael Espindolas/compiler_used/compiler.used/.
2013-07-19 Manman RenDebug Info: enable verifying by default and disable...
2013-07-06 Nick LewyckyExtend 'readonly' and 'readnone' to work on function...
2013-07-02 Tobias GrosserIRVerifier: Correctly check attribute types
next