summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/CloneModule.cpp
Commit message (Expand)AuthorAge
...
* 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