aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/TypeSymbolTable.h
Commit message (Expand)AuthorAgeFilesLines
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Properly initialize value :)Anton Korobeynikov2007-07-191-1/+1
* shrink vmcore by moving symbol table stripping support out of VMCore intoChris Lattner2007-02-071-4/+0
* Eliminate the O(n) version of TypeSymbolTable::remove, it is dead. WhenChris Lattner2007-02-071-5/+0
* TypeSymbolTable::rename is dead, remove itChris Lattner2007-02-071-4/+0
* For PR411:Reid Spencer2007-01-061-2/+2
* 4 billion names is enough for anyone. And really fix the build on alpha this...Andrew Lenharth2006-05-311-1/+1
* Fix build breakage on alpha, without causing it on x86. as a bonus, all plat...Andrew Lenharth2006-05-311-1/+1
* Simple is good, CVS log is for history, not the silly credits blockChris Lattner2006-01-111-4/+2
* For PR411:Reid Spencer2006-01-101-0/+152