Fix a bug that caused SimplifyCFG to drop DebugLocs.
[oota-llvm.git] / lib / IR / Metadata.cpp
2015-08-20 Adrian PrantlFix a bug that caused SimplifyCFG to drop DebugLocs.
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-06-17 James Y KnightTweak wording of alignment static_assert messages.
2015-06-17 James Y KnightFix alignment issues in LLVM.
2015-06-01 Owen AndersonMove the name pointer out of Value into a map that...
2015-04-24 Duncan P. N. Exon... IR: Add Function metadata attachments
2015-04-24 Duncan P. N. Exon... IR: Extract set logic from Instruction attachments...
2015-04-24 Duncan P. N. Exon... IR: Use remove_if for Instruction::dropUnknownMetadata()
2015-04-24 Duncan P. N. Exon... IR: Remove MDMapTy and MDPairTy typedefs, NFC
2015-04-24 Duncan P. N. Exon... IR: Rename LLVMContextImpl::MetadataStore to Instructio...
2015-03-31 Duncan P. N. Exon... IR: Enable uniquing callbacks during MDNode::replaceWit...
2015-03-30 Duncan P. N. Exon... IR: Use the new DebugLoc API, NFC
2015-02-10 Duncan P. N. Exon... IR: Add MDNode::replaceWithPermanent()
2015-02-08 Benjamin KramerMetadata: Use <algorithm> to simplify code. NFC.
2015-02-08 Bjorn SteinbrinkCorrectly combine alias.scope metadata by a union inste...
2015-02-02 Duncan P. N. Exon... IR: Split out DebugInfoMetadata.h, NFC
2015-02-02 Duncan P. N. Exon... Fix some file headers, NFC
2015-01-22 Duncan P. N. Exon... IR: Change GenericDwarfNode::getHeader() to StringRef
2015-01-22 Duncan P. N. Exon... IR: DwarfNode => DebugNode, NFC
2015-01-22 Duncan P. N. Exon... IR: Update references to temporaries before deleting
2015-01-20 Duncan P. N. Exon... IR: Move MDNode clone() methods from ValueMapper to...
2015-01-20 Duncan P. N. Exon... IR: Canonicalize GenericDwarfNode empty headers to...
2015-01-20 Duncan P. N. Exon... IR: Detect whether to call recalculateHash() via SFINAE...
2015-01-20 Duncan P. N. Exon... IR: Introduce GenericDwarfNode
2015-01-19 Duncan P. N. Exon... IR: Cleanup MDNode field use, NFC
2015-01-19 Duncan P. N. Exon... IR: Move replaceWithUniqued(), etc., to source file...
2015-01-19 Duncan P. N. Exon... IR: Cleanup MDNode::MDNode(), NFC
2015-01-19 Duncan P. N. Exon... IR: Merge UniquableMDNode back into MDNode, NFC
2015-01-19 Duncan P. N. Exon... IR: Extract MDNodeOpsKey, NFC
2015-01-19 Duncan P. N. Exon... IR: Simplify uniquifyImpl(), NFC
2015-01-19 Duncan P. N. Exon... IR: Simplify erasing from uniquing store, NFC
2015-01-19 Duncan P. N. Exon... IR: Allow temporary nodes to become uniqued or distinct
2015-01-19 Duncan P. N. Exon... IR: Split out countUnresolvedOperands(), NFC
2015-01-19 Duncan P. N. Exon... IR: Remove MDNodeFwdDecl
2015-01-19 Duncan P. N. Exon... IR: Extract out and reuse `storeImpl()`, NFC
2015-01-19 Duncan P. N. Exon... IR: Extract out getUniqued(), NFC
2015-01-19 Duncan P. N. Exon... IR: Reuse `getImpl()` for `getDistinct()`, NFC
2015-01-19 Duncan P. N. Exon... IR: Simplify MDNode::setOperand(), NFC
2015-01-19 Duncan P. N. Exon... IR: Simplify handleChangedOperand() fast path, NFC
2015-01-19 Duncan P. N. Exon... IR: Remove direct comparisons against Metadata::Storage...
2015-01-19 Duncan P. N. Exon... IR: Assert that resolve() is only called on uniqued...
2015-01-19 Duncan P. N. Exon... IR: Unify code for MDNode::isResolved(), NFC
2015-01-19 Duncan P. N. Exon... IR: Store RAUW support and Context in the same pointer...
2015-01-19 Duncan P. N. Exon... IR: Add isUniqued() and isTemporary()
2015-01-19 Duncan P. N. Exon... IR: Use an enum to describe Metadata storage, NFC
2015-01-16 Duncan P. N. Exon... IR: Allow 16-bits for column info
2015-01-14 Duncan P. N. Exon... IR: Fix a use-after-free in RAUW
2015-01-13 Duncan P. N. Exon... IR: Add MDLocation class
2015-01-13 Duncan P. N. Exon... IR: Remove an invalid assertion when replacing resolved...
2015-01-13 Duncan P. N. Exon... Revert "IR: Fix an inverted assertion when replacing...
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
next