| Commit message (Expand) | Author | Age | Files | Lines | 
| ... |  | 
| *  | 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 | 
| *  | We need to map DebugLoc. It leads to Fuction * (through subprogram entry node... | Devang Patel | 2011-08-04 | 1 | -3/+2 | 
| *  | fix rdar://9776316 - type remapping needed for inline asm blobs, | Chris Lattner | 2011-07-15 | 1 | -1/+17 | 
| *  | Undo r135191 (i.e. reapply Chris's patch. Now linker maps NamedMDNodes first,... | Devang Patel | 2011-07-14 | 1 | -2/+3 | 
| *  | revert r135172 until Devang and I figure out the right answer. | Chris Lattner | 2011-07-14 | 1 | -3/+2 | 
| *  | Stop the ValueMapper from calling getAllMetadata, which unpacks DebugLoc into | Chris Lattner | 2011-07-14 | 1 | -2/+3 | 
| *  | Land the long talked about "type system rewrite" patch.  This | Chris Lattner | 2011-07-09 | 1 | -39/+68 | 
| *  | Reinstate r133513 (reverted in r133700) with an additional fix for a | Jay Foad | 2011-06-23 | 1 | -0/+14 | 
| *  | Revert r133513: | Eric Christopher | 2011-06-23 | 1 | -14/+0 | 
| *  | Reinstate r133435 and r133449 (reverted in r133499) now that the clang | Jay Foad | 2011-06-21 | 1 | -0/+14 | 
| *  | Revert r133435 and r133449 to appease buildbots. | Chad Rosier | 2011-06-21 | 1 | -14/+0 | 
| *  | Change how PHINodes store their operands. | Jay Foad | 2011-06-20 | 1 | -0/+14 | 
| *  | PR9214: Convert Metadata API to use ArrayRef. | Jay Foad | 2011-04-21 | 1 | -2/+2 | 
| *  | fix PR9015, a crash linking recursive metadata. | Chris Lattner | 2011-01-24 | 1 | -6/+11 | 
| *  | Revamp the ValueMapper interfaces in a couple ways: | Chris Lattner | 2011-01-08 | 1 | -105/+64 | 
| *  | Fix PR8313 by changing ValueToValueMap use a TrackingVH. | Rafael Espindola | 2010-10-13 | 1 | -1/+1 | 
| *  | Reapply r112091 and r111922, support for metadata linking, with a | Dan Gohman | 2010-08-26 | 1 | -21/+61 | 
| *  | Revert r111922, "MapValue support for MDNodes. This is similar to r109117, | Daniel Dunbar | 2010-08-26 | 1 | -27/+8 | 
| *  | Revert r112091, "Remap metadata attached to instructions when remapping | Daniel Dunbar | 2010-08-26 | 1 | -12/+1 | 
| *  | Remap metadata attached to instructions when remapping individual | Dan Gohman | 2010-08-25 | 1 | -1/+12 | 
| *  | Use MapValue in the Linker instead of having a private function | Dan Gohman | 2010-08-24 | 1 | -1/+1 | 
| *  | MapValue support for MDNodes. This is similar to r109117, except | Dan Gohman | 2010-08-24 | 1 | -8/+27 | 
| *  | Revert this because we can't clone cyclic MDNodes which are creating during a | Nick Lewycky | 2010-07-24 | 1 | -3/+4 | 
| *  | Whether function-local or not, a MDNode may reference a Function in which case | Nick Lewycky | 2010-07-24 | 1 | -4/+3 | 
| *  | Speculatively revert 109117 | Devang Patel | 2010-07-22 | 1 | -27/+6 | 
| *  | Map MDNode correctly.  | Devang Patel | 2010-07-22 | 1 | -6/+27 | 
| *  | MDString is already checked earlier. | Devang Patel | 2010-07-02 | 1 | -1/+1 | 
| *  | Cosmetic change. | Devang Patel | 2010-06-23 | 1 | -4/+4 | 
| *  | Revert 106592 for now. It causes clang-selfhost build failure. | Devang Patel | 2010-06-22 | 1 | -34/+13 |