[C++] Use 'nullptr'. Transforms edition.
[oota-llvm.git] / lib / Transforms / Utils / CloneModule.cpp
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-27 Bill WendlingRemove the dependent libraries feature.
2012-06-23 Hans WennborgExtend the IL for selecting TLS models (PR9788)
2011-08-15 Eli FriedmanFix llvm::CloneModule to correctly clone globals. ...
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-08-26 Dan GohmanReapply r112091 and r111922, support for metadata linki...
2010-08-26 Daniel DunbarRevert r112091, "Remap metadata attached to instruction...
2010-08-25 Dan GohmanRemap metadata attached to instructions when remapping...
2010-08-24 Dan GohmanUse MapValue in the Linker instead of having a private...
2010-07-21 Dan GohmanMake NamedMDNode not be a subclass of Value, and simpli...
2010-06-24 Devang PatelUse available typedef for " DenseMap<const Value*,...
2010-06-23 Devang PatelCosmetic change.
2010-06-22 Devang PatelWhile cloning a module, clone metadata attached with...
2010-06-22 Devang PatelClone named metadata while cloning a module.
2010-06-22 Bob WilsonRevert my change to clone named metadata. Buildbots...
2010-06-22 Bob WilsonInclude named metadata when cloning a module.
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-27 Chris Lattnersmallvectorize the list of returns built by CloneAndPru...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-08 Owen AndersonSwitch GlobalVariable ctors to a sane API, where *eithe...
2009-07-08 Owen AndersonPush LLVMContext through GlobalVariables and IRBuilder.
2009-07-05 Owen AndersonMore LLVMContext-ification.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2008-10-09 Nick LewyckyDon't drop alignment on globals when cloning.
2008-05-26 Duncan SandsFactor code to copy global value attributes like
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-10 Gordon HenriksenAdding a collector name attribute to Function in the...
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-11-09 Anton KorobeynikovForget to commit users part of value mapper interface
2007-07-10 Anton KorobeynikovDuring module cloning copy aliases too. This fixes...
2007-04-12 Lauro Ramos VenancioImplement the "thread_local" keyword.
2007-02-05 Reid SpencerFor PR411:
2007-02-03 Chris LattnerSwitch inliner over to use DenseMap instead of std...
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-26 Reid SpencerFor PR761:
2007-01-06 Reid SpencerFor PR411:
2006-05-17 Chris LattnerAdd a CloneModule call that exposes the mapping of...
2006-01-24 Chris Lattnerrename method
2006-01-23 Chris LattnerWhen cloning a module, clone the inline asm.
2006-01-18 Chris LattnerMake sure that cloning a module clones its target tripl...
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-05-09 Chris Lattnerwrap long lines, preserve calling conventions when...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2004-05-25 Reid SpencerConvert to SymbolTable's new iteration interface.
2004-01-09 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-10 Misha BrukmanFix spelling.
2003-04-24 Chris LattnerMake sure that the cloned module retains the type symbo...
2003-04-24 Chris LattnerMake sure to preserve endiannes and pointer size when...
2003-04-22 Chris LattnerPreserve the new moduleID field
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2002-11-20 Chris LattnerInitial checkin of Module cloning support stuff