aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/CloneModule.cpp
AgeCommit message (Expand)Author
2004-05-25Convert to SymbolTable's new iteration interface.Reid Spencer
2004-01-09Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-10Fix spelling.Misha Brukman
2003-04-24Make sure that the cloned module retains the type symbol table entries!Chris Lattner
2003-04-24Make sure to preserve endiannes and pointer size when cloning modules!Chris Lattner
2003-04-22Preserve the new moduleID fieldChris Lattner
2003-04-16Add new linkage types to support a real frontendChris Lattner
2002-11-20Initial checkin of Module cloning support stuffChris Lattner