summaryrefslogtreecommitdiff
path: root/lib/IR/Verifier.cpp
Commit message (Expand)AuthorAge
* Verifier: Update assert message to reflect LangRefDavid Majnemer2014-06-28
* IR: Add COMDATs to the IRDavid Majnemer2014-06-27
* [ValueTracking] Extend range metadata to call/invokeJingyue Wu2014-06-19
* Fix verifier for GlobalAliases to avoid recursing into global initializers.Bob Wilson2014-06-12
* Allow aliases to be unnamed_addr.Rafael Espindola2014-06-06
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-05
* Clauses in a landingpad are always Constant. Use a stricter type.Rafael Espindola2014-06-04
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-03
* Use existing helper function.Rafael Espindola2014-05-26
* Add comdat key field to llvm.global_ctors and llvm.global_dtorsReid Kleckner2014-05-16
* Fix most of PR10367.Rafael Espindola2014-05-16
* musttail: Fix the verification of alignment attributesReid Kleckner2014-05-15
* Allow sret on the second parameter as well as the firstReid Kleckner2014-05-09
* Special case aliases in GlobalValue::getSection.Rafael Espindola2014-05-06
* Special case aliases in GlobalValue::getAlignment.Rafael Espindola2014-05-06
* Aliases are always definitions. Delete dead code.Rafael Espindola2014-05-02
* IR: Conservatively verify inalloca argumentsDavid Majnemer2014-04-30
* Add 'musttail' marker to call instructionsReid Kleckner2014-04-24
* 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