summaryrefslogtreecommitdiff
path: root/include/llvm/TypeSymbolTable.h
Commit message (Expand)AuthorAge
* 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