summaryrefslogtreecommitdiff
path: root/lib/VMCore/TypeSymbolTable.cpp
Commit message (Expand)AuthorAge
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* eliminate the Type::getDescription() method, using "<<" instead. This Chris Lattner2011-06-18
* Fix -Wcast-qual warnings.Dan Gohman2010-04-19
* Change errs() to dbgs().David Greene2010-01-05
* Pass StringRef by value.Daniel Dunbar2009-11-06
* remove a bunch of locking from LLVMContextImpl. Since only one threadChris Lattner2009-11-01
* Fix the build when DEBUG_SYMBOL_TABLE is set.Dan Gohman2009-09-12
* Kill off more cerr/cout uses and prune includes a bit.Benjamin Kramer2009-08-23
* 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