Make NamedMDNode not be a subclass of Value, and simplify the interface
[oota-llvm.git] / lib / Transforms / Utils / CloneModule.cpp
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