| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | IR: Simplify replaceOperandWith(), NFC | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -4/+3 |
| * | IR: Remove redundant calls to MDNode::setHash(), NFC | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -2/+0 |
| * | IR: Add MDNode::getDistinct() | Duncan P. N. Exon Smith | 2015-01-07 | 1 | -2/+12 |
| * | Linker: Don't use MDNode::replaceOperandWith() | Duncan P. N. Exon Smith | 2015-01-07 | 1 | -0/+5 |
| * | IR: Don't drop MDNode uniquing on null operands | Duncan P. N. Exon Smith | 2015-01-05 | 1 | -7/+2 |
| * | IR: Prune arguments to ValueAsMetadata::ValueAsMetadata() | Duncan P. N. Exon Smith | 2015-01-05 | 1 | -2/+2 |
| * | The leak detector is dead, long live asan and valgrind. | Rafael Espindola | 2014-12-22 | 1 | -3/+0 |
| * | Delete debugging cruft that crept in with r223802. | Nick Lewycky | 2014-12-17 | 1 | -3/+0 |
| * | IR: Don't track nullptr on metadata RAUW | Duncan P. N. Exon Smith | 2014-12-12 | 1 | -1/+2 |
| * | IR: Move call to dropAllReferences() to MDNode subclasses | Duncan P. N. Exon Smith | 2014-12-10 | 1 | -0/+1 |
| * | IR: Fix memory corruption in MDNode new/delete | Duncan P. N. Exon Smith | 2014-12-09 | 1 | -4/+8 |
| * | IR: Metadata: Detect an RAUW recursion | Duncan P. N. Exon Smith | 2014-12-09 | 1 | -0/+9 |