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