IR: MDNode => Value: Add Instruction::getMDNode()
[oota-llvm.git] / include / llvm / IR / Instruction.h
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...