summaryrefslogtreecommitdiff
path: root/lib/VMCore/TypeSymbolTable.cpp
Commit message (Expand)AuthorAge
* Don't search the entire type table just to delete a type by name.Daniel Dunbar2009-08-06
* Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar2009-07-25
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-07
* Simplify with SmartRWMutex.Owen Anderson2009-06-18
* Move Threading.[h|cpp] from Support to System.Owen Anderson2009-06-18
* Type safety for TypeSymbolTable!Owen Anderson2009-06-17
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-15
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* 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