IR: Fix an inverted assertion when replacing resolved operands
[oota-llvm.git] / lib / IR / Metadata.cpp
2015-01-13 Duncan P. N. Exon... IR: Fix an inverted assertion when replacing resolved...
2015-01-12 Duncan P. N. Exon... IR: Prepare for a new UniquableMDNode subclass, NFC
2015-01-12 Duncan P. N. Exon... IR: Stop erasing MDNodes from uniquing sets during...
2015-01-12 Duncan P. N. Exon... IR: Move creation logic to MDNodeFwdDecl, NFC
2015-01-12 Duncan P. N. Exon... IR: Move creation logic down to MDTuple, NFC
2015-01-12 Duncan P. N. Exon... IR: Push storeDistinctInContext() down to UniquableMDNo...
2015-01-12 Duncan P. N. Exon... IR: Split GenericMDNode into MDTuple and UniquableMDNode
2015-01-12 Duncan P. N. Exon... IR: Invert logic to simplify control flow, NFC
2015-01-12 Duncan P. N. Exon... IR: Separate out decrementUnresolvedOperandCount()...
2015-01-12 Duncan P. N. Exon... IR: Prevent handleChangedOperand() recursion
2015-01-12 Duncan P. N. Exon... IR: Add test for handleChangedOperand() recursion
2015-01-12 Duncan P. N. Exon... IR: Separate out recalculateHash(), NFC
2015-01-12 Duncan P. N. Exon... IR: Separate out helper: resolveAfterOperandChange...
2015-01-12 Duncan P. N. Exon... IR: Use SubclassData32 directly, NFC
2015-01-12 Duncan P. N. Exon... IR: Don't allow operands to become unresolved
2015-01-12 Duncan P. N. Exon... IR: Remove redundant comment, NFC
2015-01-12 Duncan P. N. Exon... IR: Simplify code, NFC
2015-01-12 Duncan P. N. Exon... IR: Simplify replaceOperandWith(), NFC
2015-01-12 Duncan P. N. Exon... IR: Remove redundant calls to MDNode::setHash(), NFC
2015-01-07 Duncan P. N. Exon... IR: Add MDNode::getDistinct()
2015-01-07 Duncan P. N. Exon... Linker: Don't use MDNode::replaceOperandWith()
2015-01-05 Duncan P. N. Exon... IR: Don't drop MDNode uniquing on null operands
2015-01-05 Duncan P. N. Exon... IR: Prune arguments to ValueAsMetadata::ValueAsMetadata()
2014-12-22 Rafael EspindolaThe leak detector is dead, long live asan and valgrind.
2014-12-17 Nick LewyckyDelete debugging cruft that crept in with r223802.
2014-12-12 Duncan P. N. Exon... IR: Don't track nullptr on metadata RAUW
2014-12-10 Duncan P. N. Exon... IR: Move call to dropAllReferences() to MDNode subclasses
2014-12-09 Duncan P. N. Exon... IR: Fix memory corruption in MDNode new/delete
2014-12-09 Duncan P. N. Exon... IR: Metadata: Detect an RAUW recursion
2014-12-09 Duncan P. N. Exon... IR: Metadata/Value split: RAUW in a deterministic order
2014-12-09 Duncan P. N. Exon... Fix a GCC build failure from r223802
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-07 Duncan P. N. Exon... IR: Revert r223618 behaviour of MDNode::concatenate()
2014-12-07 Duncan P. N. Exon... IR: Drop uniquing for self-referencing MDNodes
2014-12-06 Duncan P. N. Exon... IR: Disallow function-local metadata attachments
2014-12-06 Duncan P. N. Exon... IR: Disallow complicated function-local metadata
2014-12-05 Duncan P. N. Exon... IR: Stop relying on GetStringMapEntryFromValue()
2014-11-18 Duncan P. N. Exon... IR: Sink MDNode::Hash down to GenericMDNode::Hash
2014-11-18 Duncan P. N. Exon... IR: Move MDNode operands from the back to the front
2014-11-18 Duncan P. N. Exon... IR: Split MDNode into GenericMDNode and MDNodeFwdDecl
2014-11-17 Duncan P. N. Exon... IR: Simplify uniquing for MDNode
2014-11-14 Duncan P. N. Exon... IR: Make MDString inherit from Metadata
2014-11-14 Duncan P. N. Exon... IR: Take an LLVMContext in Metadata::Metadata()
2014-11-14 Duncan P. N. Exon... Add a blank line, NFC
2014-11-14 Duncan P. N. Exon... IR: Rewrite uniquing and creation of MDString
2014-11-13 Duncan P. N. Exon... IR: Create the Metadata class
2014-11-11 Duncan P. N. Exon... Revert "IR: MDNode => Value"
2014-11-05 Duncan P. N. Exon... IR: MDNode => Value: NamedMDNode::getOperator()
2014-11-05 Duncan P. N. Exon... IR: MDNode => Value: NamedMDNode::addOperand()
2014-11-05 Duncan P. N. Exon... IR: Metadata: Remove unnecessary dyn_cast
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: 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.