summaryrefslogtreecommitdiff
path: root/lib/IR/Verifier.cpp
Commit message (Expand)AuthorAge
* verify-di: Add back braces for MSVC compatabilityDuncan P. N. Exon Smith2014-04-15
* verify-di: Implement DebugInfoVerifierDuncan P. N. Exon Smith2014-04-15
* verify-di: split out VerifierSupportDuncan P. N. Exon Smith2014-04-15
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-09
* Verifier: Give the right message for bad atomic loadsDuncan P. N. Exon Smith2014-04-08
* Invert the option to enable debug info verification. No functionalEric Christopher2014-04-07
* Intrinsics: add LLVMHalfElementsVectorType constraintTim Northover2014-03-29
* Intrinsics: expand semantics of LLVMExtendedVectorType (& trunc)Tim Northover2014-03-28
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-27
* Revert "Prevent alias from pointing to weak aliases."Rafael Espindola2014-03-26
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-26
* [C++11] Change DebugInfoFinder to use range-based loopsAlon Mishne2014-03-18
* Reject alias to undefined symbols in the verifier.Rafael Espindola2014-03-12
* Avoid repeated calls to CE->getOperand(0). No functionality change.Rafael Espindola2014-03-12
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-11
* IR: Slightly more verbose error in VerifierJustin Bogner2014-03-10
* [C++11] Fix break due to MSVC bug.Ahmed Charles2014-03-09
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* [Layering] Move InstVisitor.h into the IR library as it is prettyChandler Carruth2014-03-06
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* [C++11] Add 'override' keyword to IR library.Craig Topper2014-03-05
* [Modules] Move the ConstantRange class into the IR library. This isChandler Carruth2014-03-04
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-04
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-04
* Check that GlobalAliases don't have section or alignment.Rafael Espindola2014-02-13
* [PM] Wire up the Verifier for the new pass manager and connect it to theChandler Carruth2014-01-20
* [PM] Make the verifier work independently of any pass manager.Chandler Carruth2014-01-19
* [PM] [cleanup] Rename some of the Verifier's members, re-arrange them,Chandler Carruth2014-01-17
* [PM] Remove the preverifier and directly compute the DominatorTree forChandler Carruth2014-01-17
* Change inalloca rules to make it only apply to the last parameterReid Kleckner2014-01-16
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-14
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-13
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Allow addrspacecast in global aliasesMatt Arsenault2014-01-02
* Begin adding docs and IR-level support for the inalloca attributeReid Kleckner2013-12-19
* Fix the segfault reported in PR 11990.Kaelyn Uhrain2013-12-07
* 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