aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/CloneModule.cpp
AgeCommit message (Expand)Author
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
2003-04-16Add new linkage types to support a real frontendChris Lattner
2002-11-20Initial checkin of Module cloning support stuffChris Lattner