Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / VMCore / ValueSymbolTable.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2011-06-18 Chris Lattnereliminate the Type::getDescription() method, using...
2010-07-21 Dan GohmanMake NamedMDNode not be a subclass of Value, and simpli...
2010-03-31 Benjamin KramerBump SmallString size a bit to avoid malloc trashing.
2010-01-09 Devang PatelDelete NamedMDSymTable while destrucing Module.
2010-01-05 David GreeneChange errs() to dbgs().
2009-11-06 Daniel DunbarPass StringRef by value.
2009-08-23 Chris Lattnerremove some DOUTs
2009-08-19 Daniel DunbarChange ValueSymbolTable to use raw_svector_ostream...
2009-07-25 Daniel DunbarRemove Value::{isName, getNameRef}.
2009-07-24 Daniel DunbarMove more to raw_ostream.
2009-07-23 Daniel DunbarSwitch ValueSymbolTable to StringRef based API.
2009-07-23 Daniel DunbarConvert StringMap to using StringRef for its APIs.
2009-05-21 Jay FoadUse v.data() instead of &v[0] when SmallVector v might...
2008-06-27 Chris Lattnerimplement some fixme's by making "autorenaming" in...
2008-06-27 Chris LattnerAdd a new version of Module::getFunction that takes...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-02-25 Chris Lattnerdisable some noisy debug output
2007-02-12 Chris LattnerSwitch ValueSymbolTable to use StringMap<Value*> instea...
2007-02-07 Chris Lattnerconstants can't be in the symtab anymore
2007-02-07 Chris Lattnerupdate comment.
2007-02-07 Chris Lattnershrink vmcore by moving symbol table stripping support...
2007-02-07 Chris Lattnereliminate ValueSymbolTable::rename, it has no advantage...
2007-02-07 Chris Lattnerspeed up conflict handling.
2007-02-07 Chris LattnerEliminate a bunch of work from ValueSymbolTable::insert...
2007-02-05 Reid SpencerFor PR411:
2006-11-17 Bill WendlingRemoved iostream #includes. Replaced std::cerr with...
2006-01-11 Chris LattnerSimple is good. CVS is for revision control, not file...
2006-01-10 Reid SpencerFor PR411: