Simplify the linking of recursive data.
[oota-llvm.git] / include / llvm / Transforms / Utils / ValueMapper.h
2015-11-27 Rafael EspindolaSimplify the linking of recursive data.
2015-11-15 Teresa JohnsonFix mapping of unmaterialized global values during...
2015-10-19 David BlaikieFix -Wdeprecated regarding ORC copying ValueMaterializers
2015-08-03 Duncan P. N. Exon... Linker: Move distinct MDNodes instead of cloning
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-12-19 Duncan P. N. Exon... Rename MapValue(Metadata*) to MapMetadata()
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-05-19 NAKAMURA TakumiReformat blank lines.
2014-05-19 NAKAMURA TakumiWhitespace.
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-04 Chandler Carruth[Modules] Move ValueMap to the IR library. While this...
2013-05-28 James MolloyExtend RemapInstruction and friends to take an optional...
2012-09-26 Craig TopperRename virtual table anchors from Anchor() to anchor...
2012-03-28 Chandler CarruthSwitch to WeakVHs in the value mapper, and aggressively...
2011-08-03 Jay FoadUse cast<> instead of a C-style cast to get some free...
2011-07-10 Chandler CarruthMake the destructor virtual to silence GCC's -Wnon...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-01-08 Chris LattnerRevamp the ValueMapper interfaces in a couple ways:
2010-10-13 Rafael EspindolaFix PR8313 by changing ValueToValueMap use a TrackingVH.
2010-08-26 Dan GohmanReapply r112091 and r111922, support for metadata linki...
2010-08-24 Dan GohmanUse MapValue in the Linker instead of having a private...
2010-04-20 Devang PatelThere is no need to install ValueMapper.h header.
2009-10-24 Dan GohmanMapValue doesn't needs its LLVMContext argument.
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-06 Owen Anderson"LLVMContext* " --> "LLVMContext *"
2009-07-05 Owen AndersonMore LLVMContext-ification.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-11-09 Anton KorobeynikovMake this header public