summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/ValueMapper.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Utils: Remove unreachable break, NFCDuncan P. N. Exon Smith2015-01-141-1/+0
* Utils: Handle remapping distinct MDLocationsDuncan P. N. Exon Smith2015-01-141-11/+27
* Utils: Thread distinct-ness through the cloneMD*() functions, NFCDuncan P. N. Exon Smith2015-01-141-7/+11
* Utils: Extract cloneMDNode(), NFCDuncan P. N. Exon Smith2015-01-141-11/+16
* Utils: Move cloneMD*() up, NFCDuncan P. N. Exon Smith2015-01-141-23/+23
* Utils: Add mapping for uniqued MDLocationsDuncan P. N. Exon Smith2015-01-141-3/+23
* Utils: Extract cloneMDTuple(), NFCDuncan P. N. Exon Smith2015-01-141-7/+14
* Utils: Extract shouldRemapUniquedNode(), NFCDuncan P. N. Exon Smith2015-01-141-18/+31
* Utils: Simplify code, NFCDuncan P. N. Exon Smith2015-01-141-2/+1
* Utils: Extract mapUniquedNode(), NFCDuncan P. N. Exon Smith2015-01-141-28/+40
* Utils: MDNode => UniquableMDNode, NFCDuncan P. N. Exon Smith2015-01-141-3/+3
* Utils: Separate out mapDistinctNode(), NFCDuncan P. N. Exon Smith2015-01-141-14/+24
* Utils: Use helper function directly, NFCDuncan P. N. Exon Smith2015-01-141-7/+5
* Utils: Extract helper function, NFCDuncan P. N. Exon Smith2015-01-141-15/+27
* Utils: Use MDTuple::get() directly, NFCDuncan P. N. Exon Smith2015-01-141-2/+2
* IR: Split GenericMDNode into MDTuple and UniquableMDNodeDuncan P. N. Exon Smith2015-01-121-2/+2
* Utils: Keep distinct MDNodes distinct in MapMetadata()Duncan P. N. Exon Smith2015-01-081-0/+14
* Rename MapValue(Metadata*) to MapMetadata()Duncan P. N. Exon Smith2014-12-191-16/+16
* Rename static functiom "map" to be more descriptive and to avoidKaelyn Takata2014-12-091-5/+5
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-47/+128
* Revert "IR: MDNode => Value"Duncan P. N. Exon Smith2014-11-111-4/+7
* IR: MDNode => Value: Instruction::getAllMetadata()Duncan P. N. Exon Smith2014-11-011-5/+4
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-251-10/+10
* Extend RemapInstruction and friends to take an optional new parameter, a Valu...James Molloy2013-05-281-10/+19
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-051-1/+1
* Linker: correctly link in dbg.declareManman Ren2013-01-311-2/+17
* Revert r173946. This breaks compilation of googletest with ClangAlexey Samsonov2013-01-311-11/+2
* Linker: correctly link in dbg.declareManman Ren2013-01-301-2/+11
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-5/+5
* Rename virtual table anchors from Anchor() to anchor() for consistency with t...Craig Topper2012-09-261-1/+1
* We need to map DebugLoc. It leads to Fuction * (through subprogram entry node...Devang Patel2011-08-041-3/+2
* fix rdar://9776316 - type remapping needed for inline asm blobs,Chris Lattner2011-07-151-1/+17
* Undo r135191 (i.e. reapply Chris's patch. Now linker maps NamedMDNodes first,...Devang Patel2011-07-141-2/+3
* revert r135172 until Devang and I figure out the right answer.Chris Lattner2011-07-141-3/+2
* Stop the ValueMapper from calling getAllMetadata, which unpacks DebugLoc intoChris Lattner2011-07-141-2/+3
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-39/+68
* Reinstate r133513 (reverted in r133700) with an additional fix for aJay Foad2011-06-231-0/+14
* Revert r133513:Eric Christopher2011-06-231-14/+0
* Reinstate r133435 and r133449 (reverted in r133499) now that the clangJay Foad2011-06-211-0/+14
* Revert r133435 and r133449 to appease buildbots.Chad Rosier2011-06-211-14/+0
* Change how PHINodes store their operands.Jay Foad2011-06-201-0/+14
* PR9214: Convert Metadata API to use ArrayRef.Jay Foad2011-04-211-2/+2
* fix PR9015, a crash linking recursive metadata.Chris Lattner2011-01-241-6/+11
* Revamp the ValueMapper interfaces in a couple ways:Chris Lattner2011-01-081-105/+64
* Fix PR8313 by changing ValueToValueMap use a TrackingVH.Rafael Espindola2010-10-131-1/+1
* Reapply r112091 and r111922, support for metadata linking, with aDan Gohman2010-08-261-21/+61
* Revert r111922, "MapValue support for MDNodes. This is similar to r109117,Daniel Dunbar2010-08-261-27/+8
* Revert r112091, "Remap metadata attached to instructions when remappingDaniel Dunbar2010-08-261-12/+1
* Remap metadata attached to instructions when remapping individualDan Gohman2010-08-251-1/+12
* Use MapValue in the Linker instead of having a private functionDan Gohman2010-08-241-1/+1
OpenPOWER on IntegriCloud