aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/TypeSymbolTable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wcast-qual warnings.Dan Gohman2010-04-191-2/+4
* Change errs() to dbgs().David Greene2010-01-051-10/+11
* Pass StringRef by value.Daniel Dunbar2009-11-061-4/+3
* remove a bunch of locking from LLVMContextImpl. Since only one threadChris Lattner2009-11-011-31/+0
* Fix the build when DEBUG_SYMBOL_TABLE is set.Dan Gohman2009-09-121-1/+1
* Kill off more cerr/cout uses and prune includes a bit.Benjamin Kramer2009-08-231-14/+14
* Don't search the entire type table just to delete a type by name.Daniel Dunbar2009-08-061-0/+11
* Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar2009-07-251-5/+6
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-071-5/+5
* Simplify with SmartRWMutex.Owen Anderson2009-06-181-21/+11
* Move Threading.[h|cpp] from Support to System.Owen Anderson2009-06-181-1/+1
* Type safety for TypeSymbolTable!Owen Anderson2009-06-171-3/+34
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-151-1/+3
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* 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