summaryrefslogtreecommitdiff
path: root/include/llvm/TypeSymbolTable.h
Commit message (Expand)AuthorAge
* Don't search the entire type table just to delete a type by name.Daniel Dunbar2009-08-06
* Remove unused forward decls.Benjamin Kramer2009-08-05
* Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar2009-07-25
* Fixed spelling.Misha Brukman2009-04-01
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Properly initialize value :)Anton Korobeynikov2007-07-19
* 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
* 4 billion names is enough for anyone. And really fix the build on alpha this...Andrew Lenharth2006-05-31
* Fix build breakage on alpha, without causing it on x86. as a bonus, all plat...Andrew Lenharth2006-05-31
* Simple is good, CVS log is for history, not the silly credits blockChris Lattner2006-01-11
* For PR411:Reid Spencer2006-01-10