Add function for testing string attributes to InvokeInst and CallSite. NFC.
[oota-llvm.git] / include / llvm / IR / Instruction.h
2015-12-14 David Majnemer[IR] Remove terminatepad
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-12-08 Sanjoy DasAdd Instruction::getFunction; NFC
2015-11-11 Duncan P. N. Exon... ADT: Avoid relying on UB in ilist_node::getNextNode()
2015-10-07 Duncan P. N. Exon... IR: Create SymbolTableList wrapper around iplist, NFC
2015-09-03 Joseph Tremoulet[WinEH] Add cleanupendpad instruction
2015-08-20 Adrian PrantlRename Instruction::dropUnknownMetadata() to dropUnknow...
2015-07-31 David MajnemerNew EH representation for MSVC compatibility
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-07-07 Jonathan RoelofsFix comment typo. NFC
2015-06-24 Pete CooperDevirtualize Instruction::clone_impl
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-26 Philip Reames[PlaceSafepoints] Cleanup InsertSafepointPoll function
2015-05-13 Jonathan RoelofsFix typo on Instruction::insert{After,Before}(). NFC
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-02 Daniel BerlinMark this inline properly
2015-04-02 Daniel BerlinReturn iterator from Instruction::eraseFromParent.
2015-03-30 Duncan P. N. Exon... IR: Use the new DebugLoc API, NFC
2015-03-03 Mehdi AminiRemove getDataLayout() from Instruction/GlobalValue...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-07 Benjamin KramerMove DebugLocs around instead of copying.
2014-11-11 Duncan P. N. Exon... Revert "IR: MDNode => Value"
2014-11-03 Duncan P. N. Exon... IR: MDNode => Value: Instruction::getAllMetadataOtherTh...
2014-11-01 Duncan P. N. Exon... IR: MDNode => Value: Instruction::getAllMetadata()
2014-11-01 Duncan P. N. Exon... IR: MDNode => Value: Instruction::getMetadata()
2014-10-31 Duncan P. N. Exon... IR: MDNode => Value: Add Instruction::getMDNode()
2014-10-31 Duncan P. N. Exon... IR: MDNode => Value: Instruction::setMetadata()
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-08-29 Sanjay Patelanother typo
2014-08-29 Sanjay Pateltypo
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-05 Chandler Carruth[Layering] Move DebugLoc.h into the IR library. The...
2014-02-25 Rafael EspindolaUse DataLayout from the module when easily available.
2014-01-28 Rafael EspindolaFix pr14893.
2013-02-19 Nadav RotemFix a bug in mayHaveSideEffects. Functions that do...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...