[Verifier] Minor comment update, NFC
[oota-llvm.git] / lib / IR / Instruction.cpp
2015-10-08 Duncan P. N. Exon... IR: Remove implicit iterator conversions from lib/IR...
2015-09-10 David Majnemer[IR] Conservatively mark 'catchpad' as accessing memory
2015-09-03 Joseph Tremoulet[WinEH] Add cleanupendpad instruction
2015-08-23 Joseph Tremoulet[WinEH] Require token linkage in EH pad/ret signatures
2015-07-31 David MajnemerNew EH representation for MSVC compatibility
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 David MajnemerAddress Joseph's review comments.
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-06-24 Pete CooperDevirtualize Instruction::clone_impl
2015-06-15 Yaron KerenDe-duplicate common expression, NFC.
2015-05-26 Philip Reames[PlaceSafepoints] Cleanup InsertSafepointPoll function
2015-04-02 Daniel BerlinReturn iterator from Instruction::eraseFromParent.
2015-03-03 Mehdi AminiRemove getDataLayout() from Instruction/GlobalValue...
2014-12-22 Rafael EspindolaThe leak detector is dead, long live asan and valgrind.
2014-11-11 Duncan P. N. Exon... Revert "IR: MDNode => Value"
2014-11-03 Duncan P. N. Exon... IR: MDNode => Value: Instruction::getAllMetadataOtherTh...
2014-09-10 Sanjay Pateltypo
2014-09-03 Robin MorissetRefactor AtomicExpandPass and add a generic isAtomic...
2014-09-02 Sanjay PatelFix a logic bug when copying fast-math flags.
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-06-11 Chad RosierFix assert comments in Instruction.cpp.
2014-06-02 NAKAMURA TakumiInstruction::isIdenticalToWhenDefined(): Check getNumOp...
2014-05-27 Arnaud A. de Grand... Factor out comparison of Instruction "special" states.
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-03-10 Benjamin Kramer[C++11] Modernize the IR library a bit.
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-04 Chandler Carruth[Modules] Move the LeakDetector header into the IR...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2014-02-25 Rafael EspindolaUse DataLayout from the module when easily available.
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-02-19 Nadav RotemFix a bug in mayHaveSideEffects. Functions that do...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.