| Commit message (Expand) | Author | Age | Files | Lines |
* | [opaque pointer type] Explicitly store the pointee type of the result of a GEP | David Blaikie | 2015-06-01 | 1 | -1/+4 |
* | [opaque pointer type] Track explicit GEP pointee type through in-memory IR | David Blaikie | 2015-05-05 | 1 | -0/+3 |
* | [opaque pointer type] Store the value type of an alloca | David Blaikie | 2015-04-29 | 1 | -2/+5 |
* | Recommit r235458: [opaque pointer type] Avoid using PointerType::getElementTy... | David Blaikie | 2015-04-23 | 1 | -1/+13 |
* | Revert "[opaque pointer type] Avoid using PointerType::getElementType for a f... | David Blaikie | 2015-04-22 | 1 | -12/+1 |
* | [opaque pointer type] Avoid using PointerType::getElementType for a few cases... | David Blaikie | 2015-04-21 | 1 | -1/+12 |
* | MapMetadata: Allow unresolved metadata if it won't change | Duncan P. N. Exon Smith | 2015-03-17 | 1 | -1/+5 |
* | Utils: Resolve cycles under distinct MDNodes | Duncan P. N. Exon Smith | 2015-02-04 | 1 | -20/+45 |
* | IR: Move MDNode clone() methods from ValueMapper to MDNode, NFC | Duncan P. N. Exon Smith | 2015-01-20 | 1 | -34/+2 |
* | IR: Introduce GenericDwarfNode | Duncan P. N. Exon Smith | 2015-01-20 | 1 | -0/+8 |
* | IR: Merge UniquableMDNode back into MDNode, NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -14/+14 |
* | Utils: Simplify MapMetadata(), NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -22/+37 |
* | Skip upcast, NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -1/+1 |
* | Fix whitespace, NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -3/+3 |
* | Utils: Simplify MapMetadata(), NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -80/+36 |
* | Cleanup whitespace, NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -3/+3 |
* | IR: Return unique_ptr from MDNode::getTemporary() | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -7/+4 |
* | IR: Remove MDNodeFwdDecl | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -4/+4 |
* | IR: Add isUniqued() and isTemporary() | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -1/+1 |
* | Remove trailing slash from r225924 | Duncan P. N. Exon Smith | 2015-01-14 | 1 | -1/+1 |
* | Utils: Remove unreachable break, NFC | Duncan P. N. Exon Smith | 2015-01-14 | 1 | -1/+0 |
* | Utils: Handle remapping distinct MDLocations | Duncan P. N. Exon Smith | 2015-01-14 | 1 | -11/+27 |
* | Utils: Thread distinct-ness through the cloneMD*() functions, NFC | Duncan P. N. Exon Smith | 2015-01-14 | 1 | -7/+11 |
* | Utils: Extract cloneMDNode(), NFC | Duncan P. N. Exon Smith | 2015-01-14 | 1 | -11/+16 |
* | Utils: Move cloneMD*() up, NFC | Duncan P. N. Exon Smith | 2015-01-14 | 1 | -23/+23 |
* | Utils: Add mapping for uniqued MDLocations | Duncan P. N. Exon Smith | 2015-01-14 | 1 | -3/+23 |
* | Utils: Extract cloneMDTuple(), NFC | Duncan P. N. Exon Smith | 2015-01-14 | 1 | -7/+14 |
* | Utils: Extract shouldRemapUniquedNode(), NFC | Duncan P. N. Exon Smith | 2015-01-14 | 1 | -18/+31 |
* | Utils: Simplify code, NFC | Duncan P. N. Exon Smith | 2015-01-14 | 1 | -2/+1 |
* | Utils: Extract mapUniquedNode(), NFC | Duncan P. N. Exon Smith | 2015-01-14 | 1 | -28/+40 |
* | Utils: MDNode => UniquableMDNode, NFC | Duncan P. N. Exon Smith | 2015-01-14 | 1 | -3/+3 |
* | Utils: Separate out mapDistinctNode(), NFC | Duncan P. N. Exon Smith | 2015-01-14 | 1 | -14/+24 |
* | Utils: Use helper function directly, NFC | Duncan P. N. Exon Smith | 2015-01-14 | 1 | -7/+5 |
* | Utils: Extract helper function, NFC | Duncan P. N. Exon Smith | 2015-01-14 | 1 | -15/+27 |
* | Utils: Use MDTuple::get() directly, NFC | Duncan P. N. Exon Smith | 2015-01-14 | 1 | -2/+2 |
* | IR: Split GenericMDNode into MDTuple and UniquableMDNode | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -2/+2 |
* | Utils: Keep distinct MDNodes distinct in MapMetadata() | Duncan P. N. Exon Smith | 2015-01-08 | 1 | -0/+14 |
* | Rename MapValue(Metadata*) to MapMetadata() | Duncan P. N. Exon Smith | 2014-12-19 | 1 | -16/+16 |
* | Rename static functiom "map" to be more descriptive and to avoid | Kaelyn Takata | 2014-12-09 | 1 | -5/+5 |
* | IR: Split Metadata from Value | Duncan P. N. Exon Smith | 2014-12-09 | 1 | -47/+128 |
* | Revert "IR: MDNode => Value" | Duncan P. N. Exon Smith | 2014-11-11 | 1 | -4/+7 |
* | IR: MDNode => Value: Instruction::getAllMetadata() | Duncan P. N. Exon Smith | 2014-11-01 | 1 | -5/+4 |
* | [C++] Use 'nullptr'. Transforms edition. | Craig Topper | 2014-04-25 | 1 | -10/+10 |
* | Extend RemapInstruction and friends to take an optional new parameter, a Valu... | James Molloy | 2013-05-28 | 1 | -10/+19 |
* | Add ArrayRef constructor from None, and do the cleanups that this constructor... | Dmitri Gribenko | 2013-05-05 | 1 | -1/+1 |
* | Linker: correctly link in dbg.declare | Manman Ren | 2013-01-31 | 1 | -2/+17 |
* | Revert r173946. This breaks compilation of googletest with Clang | Alexey Samsonov | 2013-01-31 | 1 | -11/+2 |
* | Linker: correctly link in dbg.declare | Manman Ren | 2013-01-30 | 1 | -2/+11 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -5/+5 |
* | Rename virtual table anchors from Anchor() to anchor() for consistency with t... | Craig Topper | 2012-09-26 | 1 | -1/+1 |