| Commit message (Expand) | Author | Age | Files | Lines |
* | IR: Change GenericDwarfNode::getHeader() to StringRef | Duncan P. N. Exon Smith | 2015-01-22 | 1 | -6/+4 |
* | IR: DwarfNode => DebugNode, NFC | Duncan P. N. Exon Smith | 2015-01-22 | 1 | -7/+7 |
* | IR: Update references to temporaries before deleting | Duncan P. N. Exon Smith | 2015-01-22 | 1 | -0/+1 |
* | IR: Move MDNode clone() methods from ValueMapper to MDNode, NFC | Duncan P. N. Exon Smith | 2015-01-20 | 1 | -0/+11 |
* | IR: Canonicalize GenericDwarfNode empty headers to null | Duncan P. N. Exon Smith | 2015-01-20 | 1 | -0/+4 |
* | IR: Detect whether to call recalculateHash() via SFINAE, NFC | Duncan P. N. Exon Smith | 2015-01-20 | 1 | -18/+33 |
* | IR: Introduce GenericDwarfNode | Duncan P. N. Exon Smith | 2015-01-20 | 1 | -5/+40 |
* | IR: Cleanup MDNode field use, NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -19/+14 |
* | IR: Move replaceWithUniqued(), etc., to source file, NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -0/+19 |
* | IR: Cleanup MDNode::MDNode(), NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -10/+9 |
* | IR: Merge UniquableMDNode back into MDNode, NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -41/+36 |
* | IR: Extract MDNodeOpsKey, NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -27/+2 |
* | IR: Simplify uniquifyImpl(), NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -27/+27 |
* | IR: Simplify erasing from uniquing store, NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -7/+1 |
* | IR: Allow temporary nodes to become uniqued or distinct | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -0/+27 |
* | IR: Split out countUnresolvedOperands(), NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -4/+8 |
* | IR: Remove MDNodeFwdDecl | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -12/+12 |
* | IR: Extract out and reuse `storeImpl()`, NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -28/+20 |
* | IR: Extract out getUniqued(), NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -28/+24 |
* | IR: Reuse `getImpl()` for `getDistinct()`, NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -48/+54 |
* | IR: Simplify MDNode::setOperand(), NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -5/+1 |
* | IR: Simplify handleChangedOperand() fast path, NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -3/+1 |
* | IR: Remove direct comparisons against Metadata::Storage, NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -3/+3 |
* | IR: Assert that resolve() is only called on uniqued nodes, NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -1/+3 |
* | IR: Unify code for MDNode::isResolved(), NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -6/+0 |
* | IR: Store RAUW support and Context in the same pointer, NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -5/+9 |
* | IR: Add isUniqued() and isTemporary() | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -1/+1 |
* | IR: Use an enum to describe Metadata storage, NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -19/+18 |
* | IR: Allow 16-bits for column info | Duncan P. N. Exon Smith | 2015-01-16 | 1 | -3/+3 |
* | IR: Fix a use-after-free in RAUW | Duncan P. N. Exon Smith | 2015-01-14 | 1 | -0/+5 |
* | IR: Add MDLocation class | Duncan P. N. Exon Smith | 2015-01-13 | 1 | -3/+90 |
* | IR: Remove an invalid assertion when replacing resolved operands | Duncan P. N. Exon Smith | 2015-01-13 | 1 | -3/+5 |
* | Revert "IR: Fix an inverted assertion when replacing resolved operands" | Duncan P. N. Exon Smith | 2015-01-13 | 1 | -1/+1 |
* | IR: Fix an inverted assertion when replacing resolved operands | Duncan P. N. Exon Smith | 2015-01-13 | 1 | -1/+1 |
* | IR: Prepare for a new UniquableMDNode subclass, NFC | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -11/+56 |
* | IR: Stop erasing MDNodes from uniquing sets during teardown | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -12/+0 |
* | IR: Move creation logic to MDNodeFwdDecl, NFC | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -6/+2 |
* | IR: Move creation logic down to MDTuple, NFC | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -6/+6 |
* | IR: Push storeDistinctInContext() down to UniquableMDNode, NFC | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -1/+1 |
* | IR: Split GenericMDNode into MDTuple and UniquableMDNode | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -36/+39 |
* | IR: Invert logic to simplify control flow, NFC | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -8/+5 |
* | IR: Separate out decrementUnresolvedOperandCount(), NFC | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -6/+8 |
* | IR: Prevent handleChangedOperand() recursion | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -8/+6 |
* | IR: Add test for handleChangedOperand() recursion | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -2/+0 |
* | IR: Separate out recalculateHash(), NFC | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -11/+13 |
* | IR: Separate out helper: resolveAfterOperandChange(), NFC | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -15/+18 |
* | IR: Use SubclassData32 directly, NFC | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -8/+11 |
* | IR: Don't allow operands to become unresolved | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -6/+10 |
* | IR: Remove redundant comment, NFC | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -1/+0 |
* | IR: Simplify code, NFC | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -1/+1 |