aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/CloneModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* rename methodChris Lattner2006-01-241-1/+1
* When cloning a module, clone the inline asm.Chris Lattner2006-01-231-0/+1
* Make sure that cloning a module clones its target triple and dependentChris Lattner2006-01-181-3/+7
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-271-1/+1
* wrap long lines, preserve calling conventions when cloning functions andChris Lattner2005-05-091-6/+13
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-151-4/+4
* Convert to SymbolTable's new iteration interface.Reid Spencer2004-05-251-5/+7
* Finegrainify namespacificationChris Lattner2004-01-091-5/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Fix spelling.Misha Brukman2003-10-101-1/+1
* Make sure that the cloned module retains the type symbol table entries!Chris Lattner2003-04-241-0/+9
* Make sure to preserve endiannes and pointer size when cloning modules!Chris Lattner2003-04-241-0/+2
* Preserve the new moduleID fieldChris Lattner2003-04-221-1/+1
* Add new linkage types to support a real frontendChris Lattner2003-04-161-7/+6
* Initial checkin of Module cloning support stuffChris Lattner2002-11-201-0/+73