aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/CloneModule.cpp
AgeCommit message (Expand)Author
2011-01-08Revamp the ValueMapper interfaces in a couple ways:Chris Lattner
2010-08-26Reapply r112091 and r111922, support for metadata linking, with aDan Gohman
2010-08-26Revert r112091, "Remap metadata attached to instructions when remappingDaniel Dunbar
2010-08-25Remap metadata attached to instructions when remapping individualDan Gohman
2010-08-24Use MapValue in the Linker instead of having a private functionDan Gohman
2010-07-21Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman
2010-06-24Use available typedef for " DenseMap<const Value*, Value*>".Devang Patel
2010-06-23Cosmetic change.Devang Patel
2010-06-22While cloning a module, clone metadata attached with instructions.Devang Patel
2010-06-22Clone named metadata while cloning a module.Devang Patel
2010-06-22Revert my change to clone named metadata. Buildbots are complaining.Bob Wilson
2010-06-22Include named metadata when cloning a module.Bob Wilson
2010-04-20There is no need to install ValueMapper.h header. Devang Patel
2009-10-24MapValue doesn't needs its LLVMContext argument.Dan Gohman
2009-08-27smallvectorize the list of returns built by CloneAndPruneFunctionInto.Chris Lattner
2009-07-22Get rid of the Pass+Context magic.Owen Anderson
2009-07-08Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson
2009-07-08Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson
2009-07-05More LLVMContext-ification.Owen Anderson
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson
2008-10-09Don't drop alignment on globals when cloning.Nick Lewycky
2008-05-26Factor code to copy global value attributes likeDuncan Sands
2008-04-06API changes for class Use size reduction, wave 1.Gabor Greif
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-10Adding a collector name attribute to Function in the IR. These Gordon Henriksen
2007-11-27Fix PR1146: parameter attributes are longer part ofDuncan Sands
2007-11-09Forget to commit users part of value mapper interfaceAnton Korobeynikov
2007-07-10During module cloning copy aliases too. This fixes PR1544Anton Korobeynikov
2007-04-12Implement the "thread_local" keyword.Lauro Ramos Venancio
2007-02-05For PR411:Reid Spencer
2007-02-03Switch inliner over to use DenseMap instead of std::map for ValueMap. ThisChris Lattner
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer
2007-01-26For PR761:Reid Spencer
2007-01-06For PR411:Reid Spencer
2006-05-17Add a CloneModule call that exposes the mapping of values from the old moduleChris Lattner
2006-01-24rename methodChris Lattner
2006-01-23When cloning a module, clone the inline asm.Chris Lattner
2006-01-18Make sure that cloning a module clones its target triple and dependentChris Lattner
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-05-09wrap long lines, preserve calling conventions when cloning functions andChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner
2004-05-25Convert to SymbolTable's new iteration interface.Reid Spencer
2004-01-09Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-10Fix spelling.Misha Brukman
2003-04-24Make sure that the cloned module retains the type symbol table entries!Chris Lattner
2003-04-24Make sure to preserve endiannes and pointer size when cloning modules!Chris Lattner
2003-04-22Preserve the new moduleID fieldChris Lattner