IR: MDNode => Value: Add Instruction::getMDNode()
[oota-llvm.git] / lib / IR / Metadata.cpp
2014-10-31 Duncan P. N. Exon... IR: MDNode => Value: Add Instruction::getMDNode()
2014-10-31 Duncan P. N. Exon... IR: Instruction::setMetadata() should use cast_or_null
2014-10-31 Duncan P. N. Exon... IR: MDNode => Value: Instruction::setMetadata()
2014-10-15 Duncan P. N. Exon... IR: Cleanup comments for Value, User, and MDNode
2014-07-24 Hal FinkelAdd scoped-noalias metadata
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-06-20 Yaron KerenThe count() function for STL datatypes returns unsigned...
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-10 Benjamin Kramer[C++11] Modernize the IR library a bit.
2014-03-05 Craig Topper[C++11] Add 'override' keyword to IR library.
2014-03-04 Chandler Carruth[Modules] Move the LeakDetector header into the IR...
2014-03-04 Chandler Carruth[Modules] Move the ConstantRange class into the IR...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-01-28 Rafael EspindolaFix pr14893.
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-04-22 Manman RenStruct-path aware TBAA: update getMostGenericTBAA
2013-03-08 David BlaikieAssert to bounds check MDNode::getOperand.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.