summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Verifier.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* IR: Remove MDNodeFwdDeclDuncan P. N. Exon Smith2015-01-191-1/+1
* Standardize {pred,succ,use,user}_empty()Ramkumar Ramachandra2015-01-131-1/+1
* Rename llvm.recoverframeallocation to llvm.framerecoverReid Kleckner2015-01-131-2/+2
* Add the llvm.frameallocate and llvm.recoverframeallocation intrinsicsReid Kleckner2015-01-131-2/+27
* [GC] improve testing around gc.relocate and fix a testPhilip Reames2015-01-071-9/+32
* [PM] Switch the new pass manager to use a reference-based API for IRChandler Carruth2015-01-051-4/+4
* Masked Load/Store - Changed the order of parameters in intrinsics.Elena Demikhovsky2014-12-251-0/+7
* Use CastInst::castIsValid to simplify the verifier.Rafael Espindola2014-12-161-47/+9
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-42/+99
* Masked Load / Store Intrinsics - the CodeGen part.Elena Demikhovsky2014-12-041-0/+13
* A few more checks for gc.statepoints in the VerifierPhilip Reames2014-12-041-0/+11
* Strength Verifier checks around the types involved in a statepointPhilip Reames2014-12-031-6/+23
* Make the Verifier more strict about gc.statepointsPhilip Reames2014-12-031-28/+60
* [Statepoints 1/4] Statepoint infrastructure for garbage collection: IR Intrin...Philip Reames2014-12-011-0/+81
* Revert "Masked Vector Load and Store Intrinsics."Duncan P. N. Exon Smith2014-11-281-13/+0
* Masked Vector Load and Store Intrinsics.Elena Demikhovsky2014-11-231-0/+13
* Add curly braces to workaround an MSVC bug.Zachary Turner2014-11-211-1/+3
* Verifier: Check that all instructions have their parent pointers set upAdrian Prantl2014-11-211-0/+4
* Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie2014-11-191-5/+5
* Revert "IR: MDNode => Value"Duncan P. N. Exon Smith2014-11-111-6/+6
* IR: MDNode => Value: NamedMDNode::getOperator()Duncan P. N. Exon Smith2014-11-051-3/+3
* Remove redundant calls to isMaterializable.Rafael Espindola2014-11-011-2/+2
* IR: MDNode => Value: Instruction::getMetadata()Duncan P. N. Exon Smith2014-11-011-3/+3
* Don't ever call materializeAllPermanently during LTO.Rafael Espindola2014-10-241-1/+1
* Extend the verifier to check usage of 'nonnull' metadata.Philip Reames2014-10-211-0/+8
* Extend the verifier to validate range metadata on calls and invokes.Philip Reames2014-10-201-49/+56
* [Stackmaps] Enable invoking the patchpoint intrinsic.Juergen Ributzka2014-10-171-3/+7
* Be more careful in parsing Module::ModFlagBehavior valueAlexey Samsonov2014-09-081-13/+12
* Verifier: Don't reject varargs callee cleanup functionsReid Kleckner2014-08-291-5/+4
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-211-2/+2
* Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...Craig Topper2014-08-181-2/+2
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-171-2/+2
* Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith2014-07-211-2/+2
* [C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob2014-07-201-2/+2
* Document the maximum LLVM IR alignment, which is 1 << 29 or 0.5 GiBReid Kleckner2014-07-151-0/+8
* IR: Allow comdats to be applied to globals with internal linkageDavid Majnemer2014-07-131-4/+3
* Verifier: Update assert message to reflect LangRefDavid Majnemer2014-06-281-1/+3
* IR: Add COMDATs to the IRDavid Majnemer2014-06-271-0/+33
* [ValueTracking] Extend range metadata to call/invokeJingyue Wu2014-06-191-1/+2
* Fix verifier for GlobalAliases to avoid recursing into global initializers.Bob Wilson2014-06-121-0/+4
* Allow aliases to be unnamed_addr.Rafael Espindola2014-06-061-1/+0
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-051-1/+10
* Clauses in a landingpad are always Constant. Use a stricter type.Rafael Espindola2014-06-041-2/+1
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-031-22/+41
* Use existing helper function.Rafael Espindola2014-05-261-8/+1
* Add comdat key field to llvm.global_ctors and llvm.global_dtorsReid Kleckner2014-05-161-2/+10
* Fix most of PR10367.Rafael Espindola2014-05-161-6/+0
* musttail: Fix the verification of alignment attributesReid Kleckner2014-05-151-11/+16
* Allow sret on the second parameter as well as the firstReid Kleckner2014-05-091-2/+7
* Special case aliases in GlobalValue::getSection.Rafael Espindola2014-05-061-1/+0
OpenPOWER on IntegriCloud