aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/ValueSymbolTable.cpp
AgeCommit message (Expand)Author
2008-06-27implement some fixme's by making "autorenaming" in the value symbol table notChris Lattner
2008-06-27Add a new version of Module::getFunction that takes a const char* insteadChris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-02-25disable some noisy debug outputChris Lattner
2007-02-12Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...Chris Lattner
2007-02-07constants can't be in the symtab anymoreChris Lattner
2007-02-07update comment.Chris Lattner
2007-02-07shrink vmcore by moving symbol table stripping support out of VMCore intoChris Lattner
2007-02-07eliminate ValueSymbolTable::rename, it has no advantage over using remove+ins...Chris Lattner
2007-02-07speed up conflict handling.Chris Lattner
2007-02-07Eliminate a bunch of work from ValueSymbolTable::insert for the common caseChris Lattner
2007-02-05For PR411:Reid Spencer
2006-11-17Removed iostream #includes. Replaced std::cerr with DOUT.Bill Wendling
2006-01-11Simple is good. CVS is for revision control, not file headersChris Lattner
2006-01-10For PR411:Reid Spencer