summaryrefslogtreecommitdiff
path: root/lib/VMCore/TypeSymbolTable.cpp
Commit message (Expand)AuthorAge
* shrink vmcore by moving symbol table stripping support out of VMCore intoChris Lattner2007-02-07
* Eliminate the O(n) version of TypeSymbolTable::remove, it is dead. WhenChris Lattner2007-02-07
* TypeSymbolTable::rename is dead, remove itChris Lattner2007-02-07
* For PR411:Reid Spencer2007-01-06
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Changed to using LLVM streams.Bill Wendling2006-11-28
* Fix VC++ compilation error.Jeff Cohen2006-01-11
* Simple is goodChris Lattner2006-01-11
* For PR411:Reid Spencer2006-01-10