summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/CloneModule.cpp
Commit message (Expand)AuthorAge
* Factor code to copy global value attributes likeDuncan Sands2008-05-26
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-06
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-10
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-27
* Forget to commit users part of value mapper interfaceAnton Korobeynikov2007-11-09
* During module cloning copy aliases too. This fixes PR1544Anton Korobeynikov2007-07-10
* Implement the "thread_local" keyword.Lauro Ramos Venancio2007-04-12
* For PR411:Reid Spencer2007-02-05
* Switch inliner over to use DenseMap instead of std::map for ValueMap. ThisChris Lattner2007-02-03
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* For PR761:Reid Spencer2007-01-26
* For PR411:Reid Spencer2007-01-06
* Add a CloneModule call that exposes the mapping of values from the old moduleChris Lattner2006-05-17
* rename methodChris Lattner2006-01-24
* When cloning a module, clone the inline asm.Chris Lattner2006-01-23
* Make sure that cloning a module clones its target triple and dependentChris Lattner2006-01-18
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-27
* wrap long lines, preserve calling conventions when cloning functions andChris Lattner2005-05-09
* Remove trailing whitespaceMisha Brukman2005-04-21
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-15
* Convert to SymbolTable's new iteration interface.Reid Spencer2004-05-25
* Finegrainify namespacificationChris Lattner2004-01-09
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Fix spelling.Misha Brukman2003-10-10
* Make sure that the cloned module retains the type symbol table entries!Chris Lattner2003-04-24
* Make sure to preserve endiannes and pointer size when cloning modules!Chris Lattner2003-04-24
* Preserve the new moduleID fieldChris Lattner2003-04-22
* Add new linkage types to support a real frontendChris Lattner2003-04-16
* Initial checkin of Module cloning support stuffChris Lattner2002-11-20