Age | Commit message (Expand) | Author | Files | Lines |
2015-12-01 | Bring r254336 back: | Rafael Espindola | 1 | -3/+3 |
2015-11-30 | This reverts commit r254336 and r254344. | Rafael Espindola | 1 | -3/+3 |
2015-11-30 | Start deciding earlier what to link. | Rafael Espindola | 1 | -3/+3 |
2015-11-27 | Simplify the linking of recursive data. | Rafael Espindola | 1 | -2/+10 |
2015-11-15 | Fix mapping of unmaterialized global values during metadata linking | Teresa Johnson | 1 | -5/+15 |
2015-08-21 | [opaque pointer type]: Pass explicit pointee type when building a constant GEP. | David Blaikie | 1 | -2/+7 |
2015-08-07 | ValueMapper: Resolve uniquing cycles more aggressively | Duncan P. N. Exon Smith | 1 | -9/+14 |
2015-08-07 | ValueMapper: Pull out helper to resolve cycles, NFC | Duncan P. N. Exon Smith | 1 | -8/+10 |
2015-08-05 | ValueMapper: Rotate distinct node remapping algorithm | Duncan P. N. Exon Smith | 1 | -34/+40 |
2015-08-05 | ValueMapper: Simplify remap() helper function, NFC | Duncan P. N. Exon Smith | 1 | -33/+22 |
2015-08-04 | Fix 80-column | Duncan P. N. Exon Smith | 1 | -1/+2 |
2015-08-04 | Linker: Fix ASan failure from r243961 | Duncan P. N. Exon Smith | 1 | -9/+11 |
2015-08-04 | Linker: Fix references to uniqued nodes after r243883 | Duncan P. N. Exon Smith | 1 | -1/+3 |
2015-08-03 | Linker: Move distinct MDNodes instead of cloning | Duncan P. N. Exon Smith | 1 | -15/+23 |
2015-08-03 | ValueMapper: Only check for cycles if operands change | Duncan P. N. Exon Smith | 1 | -6/+7 |
2015-08-03 | ValueMapper: Use a range-based for, NFC | Duncan P. N. Exon Smith | 1 | -6/+3 |
2015-08-03 | ValueMapper: Reuse local variable, NFC | Duncan P. N. Exon Smith | 1 | -2/+2 |
2015-06-01 | [opaque pointer type] Explicitly store the pointee type of the result of a GEP | David Blaikie | 1 | -1/+4 |
2015-05-05 | [opaque pointer type] Track explicit GEP pointee type through in-memory IR | David Blaikie | 1 | -0/+3 |
2015-04-29 | [opaque pointer type] Store the value type of an alloca | David Blaikie | 1 | -2/+5 |
2015-04-23 | Recommit r235458: [opaque pointer type] Avoid using PointerType::getElementTy... | David Blaikie | 1 | -1/+13 |
2015-04-22 | Revert "[opaque pointer type] Avoid using PointerType::getElementType for a f... | David Blaikie | 1 | -12/+1 |
2015-04-21 | [opaque pointer type] Avoid using PointerType::getElementType for a few cases... | David Blaikie | 1 | -1/+12 |
2015-03-17 | MapMetadata: Allow unresolved metadata if it won't change | Duncan P. N. Exon Smith | 1 | -1/+5 |
2015-02-04 | Utils: Resolve cycles under distinct MDNodes | Duncan P. N. Exon Smith | 1 | -20/+45 |
2015-01-20 | IR: Move MDNode clone() methods from ValueMapper to MDNode, NFC | Duncan P. N. Exon Smith | 1 | -34/+2 |
2015-01-20 | IR: Introduce GenericDwarfNode | Duncan P. N. Exon Smith | 1 | -0/+8 |
2015-01-19 | IR: Merge UniquableMDNode back into MDNode, NFC | Duncan P. N. Exon Smith | 1 | -14/+14 |
2015-01-19 | Utils: Simplify MapMetadata(), NFC | Duncan P. N. Exon Smith | 1 | -22/+37 |
2015-01-19 | Skip upcast, NFC | Duncan P. N. Exon Smith | 1 | -1/+1 |
2015-01-19 | Fix whitespace, NFC | Duncan P. N. Exon Smith | 1 | -3/+3 |
2015-01-19 | Utils: Simplify MapMetadata(), NFC | Duncan P. N. Exon Smith | 1 | -80/+36 |
2015-01-19 | Cleanup whitespace, NFC | Duncan P. N. Exon Smith | 1 | -3/+3 |
2015-01-19 | IR: Return unique_ptr from MDNode::getTemporary() | Duncan P. N. Exon Smith | 1 | -7/+4 |
2015-01-19 | IR: Remove MDNodeFwdDecl | Duncan P. N. Exon Smith | 1 | -4/+4 |
2015-01-19 | IR: Add isUniqued() and isTemporary() | Duncan P. N. Exon Smith | 1 | -1/+1 |
2015-01-14 | Remove trailing slash from r225924 | Duncan P. N. Exon Smith | 1 | -1/+1 |
2015-01-14 | Utils: Remove unreachable break, NFC | Duncan P. N. Exon Smith | 1 | -1/+0 |
2015-01-14 | Utils: Handle remapping distinct MDLocations | Duncan P. N. Exon Smith | 1 | -11/+27 |
2015-01-14 | Utils: Thread distinct-ness through the cloneMD*() functions, NFC | Duncan P. N. Exon Smith | 1 | -7/+11 |
2015-01-14 | Utils: Extract cloneMDNode(), NFC | Duncan P. N. Exon Smith | 1 | -11/+16 |
2015-01-14 | Utils: Move cloneMD*() up, NFC | Duncan P. N. Exon Smith | 1 | -23/+23 |
2015-01-14 | Utils: Add mapping for uniqued MDLocations | Duncan P. N. Exon Smith | 1 | -3/+23 |
2015-01-14 | Utils: Extract cloneMDTuple(), NFC | Duncan P. N. Exon Smith | 1 | -7/+14 |
2015-01-14 | Utils: Extract shouldRemapUniquedNode(), NFC | Duncan P. N. Exon Smith | 1 | -18/+31 |
2015-01-14 | Utils: Simplify code, NFC | Duncan P. N. Exon Smith | 1 | -2/+1 |
2015-01-14 | Utils: Extract mapUniquedNode(), NFC | Duncan P. N. Exon Smith | 1 | -28/+40 |
2015-01-14 | Utils: MDNode => UniquableMDNode, NFC | Duncan P. N. Exon Smith | 1 | -3/+3 |
2015-01-14 | Utils: Separate out mapDistinctNode(), NFC | Duncan P. N. Exon Smith | 1 | -14/+24 |
2015-01-14 | Utils: Use helper function directly, NFC | Duncan P. N. Exon Smith | 1 | -7/+5 |