aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/TypeSymbolTable.cpp
Commit message (Expand)AuthorAgeFilesLines
* shrink vmcore by moving symbol table stripping support out of VMCore intoChris Lattner2007-02-071-11/+0
* Eliminate the O(n) version of TypeSymbolTable::remove, it is dead. WhenChris Lattner2007-02-071-21/+21
* TypeSymbolTable::rename is dead, remove itChris Lattner2007-02-071-18/+0
* For PR411:Reid Spencer2007-01-061-4/+4
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-10/+10
* Changed to using LLVM streams.Bill Wendling2006-11-281-11/+10
* Fix VC++ compilation error.Jeff Cohen2006-01-111-0/+1
* Simple is goodChris Lattner2006-01-111-3/+2
* For PR411:Reid Spencer2006-01-101-0/+193