aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/TypeSymbolTable.h
AgeCommit message (Expand)Author
2009-11-06Pass StringRef by value.Daniel Dunbar
2009-11-01remove a bunch of locking from LLVMContextImpl. Since only one threadChris Lattner
2009-08-06Don't search the entire type table just to delete a type by name.Daniel Dunbar
2009-08-05Remove unused forward decls.Benjamin Kramer
2009-07-25Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar
2009-04-01Fixed spelling.Misha Brukman
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-07-19Properly initialize value :)Anton Korobeynikov
2007-02-07shrink vmcore by moving symbol table stripping support out of VMCore intoChris Lattner
2007-02-07Eliminate the O(n) version of TypeSymbolTable::remove, it is dead. WhenChris Lattner
2007-02-07TypeSymbolTable::rename is dead, remove itChris Lattner
2007-01-06For PR411:Reid Spencer
2006-05-314 billion names is enough for anyone. And really fix the build on alpha this...Andrew Lenharth
2006-05-31Fix build breakage on alpha, without causing it on x86. as a bonus, all plat...Andrew Lenharth
2006-01-11Simple is good, CVS log is for history, not the silly credits blockChris Lattner
2006-01-10For PR411:Reid Spencer