1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 3f3098c disable some noisy debug output by Chris Lattner · 17 years ago
  3. dec628e Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::string, Value*> by Chris Lattner · 18 years ago
  4. 92f5b6a constants can't be in the symtab anymore by Chris Lattner · 18 years ago
  5. b4d8d62 update comment. by Chris Lattner · 18 years ago
  6. 7f1444b shrink vmcore by moving symbol table stripping support out of VMCore into by Chris Lattner · 18 years ago
  7. 56920a0 eliminate ValueSymbolTable::rename, it has no advantage over using remove+insert. by Chris Lattner · 18 years ago
  8. 421d3da speed up conflict handling. by Chris Lattner · 18 years ago
  9. f511155 Eliminate a bunch of work from ValueSymbolTable::insert for the common case by Chris Lattner · 18 years ago
  10. ef9b9a7 For PR411: by Reid Spencer · 18 years ago
  11. 2e3def1 Removed iostream #includes. Replaced std::cerr with DOUT. by Bill Wendling · 18 years ago
  12. a2664c5 Simple is good. CVS is for revision control, not file headers by Chris Lattner · 19 years ago
  13. eb7116b For PR411: by Reid Spencer · 19 years ago