aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/CloneModule.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-10-24MapValue doesn't needs its LLVMContext argument.Dan Gohman1-3/+2
2009-08-27smallvectorize the list of returns built by CloneAndPruneFunctionInto.Chris Lattner1-1/+1
2009-07-22Get rid of the Pass+Context magic.Owen Anderson1-2/+2
2009-07-08Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson1-2/+2
2009-07-08Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson1-1/+2
2009-07-05More LLVMContext-ification.Owen Anderson1-2/+3
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson1-1/+1
2008-10-09Don't drop alignment on globals when cloning.Nick Lewycky1-5/+9
2008-05-26Factor code to copy global value attributes likeDuncan Sands1-4/+1
2008-04-06API changes for class Use size reduction, wave 1.Gabor Greif1-2/+2
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-12-10Adding a collector name attribute to Function in the IR. These Gordon Henriksen1-0/+2
2007-11-27Fix PR1146: parameter attributes are longer part ofDuncan Sands1-2/+1
2007-11-09Forget to commit users part of value mapper interfaceAnton Korobeynikov1-1/+1
2007-07-10During module cloning copy aliases too. This fixes PR1544Anton Korobeynikov1-0/+15
2007-04-12Implement the "thread_local" keyword.Lauro Ramos Venancio1-0/+2
2007-02-05For PR411:Reid Spencer1-1/+0
2007-02-03Switch inliner over to use DenseMap instead of std::map for ValueMap. ThisChris Lattner1-3/+3
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer1-1/+1
2007-01-26For PR761:Reid Spencer1-2/+1
2007-01-06For PR411:Reid Spencer1-5/+5
2006-05-17Add a CloneModule call that exposes the mapping of values from the old moduleChris Lattner1-4/+8
2006-01-24rename methodChris Lattner1-1/+1
2006-01-23When cloning a module, clone the inline asm.Chris Lattner1-0/+1
2006-01-18Make sure that cloning a module clones its target triple and dependentChris Lattner1-3/+7
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen1-1/+1
2005-05-09wrap long lines, preserve calling conventions when cloning functions andChris Lattner1-6/+13
2005-04-21Remove trailing whitespaceMisha Brukman1-2/+2
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner1-4/+4
2004-05-25Convert to SymbolTable's new iteration interface.Reid Spencer1-5/+7
2004-01-09Finegrainify namespacificationChris Lattner1-5/+2
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-0/+4
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell1-0/+7
2003-10-10Fix spelling.Misha Brukman1-1/+1
2003-04-24Make sure that the cloned module retains the type symbol table entries!Chris Lattner1-0/+9
2003-04-24Make sure to preserve endiannes and pointer size when cloning modules!Chris Lattner1-0/+2
2003-04-22Preserve the new moduleID fieldChris Lattner1-1/+1
2003-04-16Add new linkage types to support a real frontendChris Lattner1-7/+6
2002-11-20Initial checkin of Module cloning support stuffChris Lattner1-0/+73