aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/CloneModule.cpp
AgeCommit message (Expand)AuthorFilesLines
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