| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | IR: Metadata/Value split: RAUW in a deterministic order | Duncan P. N. Exon Smith | 2014-12-09 | 1 | -21/+38 |
| * | Fix a GCC build failure from r223802 | Duncan P. N. Exon Smith | 2014-12-09 | 1 | -1/+2 |
| * | IR: Split Metadata from Value | Duncan P. N. Exon Smith | 2014-12-09 | 1 | -313/+550 |
| * | IR: Revert r223618 behaviour of MDNode::concatenate() | Duncan P. N. Exon Smith | 2014-12-07 | 1 | -12/+23 |
| * | IR: Drop uniquing for self-referencing MDNodes | Duncan P. N. Exon Smith | 2014-12-07 | 1 | -1/+15 |
| * | IR: Disallow function-local metadata attachments | Duncan P. N. Exon Smith | 2014-12-06 | 1 | -0/+2 |
| * | IR: Disallow complicated function-local metadata | Duncan P. N. Exon Smith | 2014-12-06 | 1 | -48/+27 |
| * | IR: Stop relying on GetStringMapEntryFromValue() | Duncan P. N. Exon Smith | 2014-12-05 | 1 | -1/+3 |
| * | IR: Sink MDNode::Hash down to GenericMDNode::Hash | Duncan P. N. Exon Smith | 2014-11-18 | 1 | -1/+1 |
| * | IR: Move MDNode operands from the back to the front | Duncan P. N. Exon Smith | 2014-11-18 | 1 | -56/+41 |
| * | IR: Split MDNode into GenericMDNode and MDNodeFwdDecl | Duncan P. N. Exon Smith | 2014-11-18 | 1 | -26/+41 |
| * | IR: Simplify uniquing for MDNode | Duncan P. N. Exon Smith | 2014-11-17 | 1 | -54/+35 |
| * | IR: Make MDString inherit from Metadata | Duncan P. N. Exon Smith | 2014-11-14 | 1 | -3/+0 |
| * | IR: Take an LLVMContext in Metadata::Metadata() | Duncan P. N. Exon Smith | 2014-11-14 | 1 | -1/+4 |
| * | Add a blank line, NFC | Duncan P. N. Exon Smith | 2014-11-14 | 1 | -0/+1 |
| * | IR: Rewrite uniquing and creation of MDString | Duncan P. N. Exon Smith | 2014-11-14 | 1 | -7/+15 |
| * | IR: Create the Metadata class | Duncan P. N. Exon Smith | 2014-11-13 | 1 | -2/+2 |
| * | Revert "IR: MDNode => Value" | Duncan P. N. Exon Smith | 2014-11-11 | 1 | -28/+18 |