Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / ValueSymbolTable.h
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2010-11-29 Michael J. SpencerMerge System into Support.
2010-07-21 Dan GohmanMake NamedMDNode not be a subclass of Value, and simpli...
2010-01-26 Devang PatelBefore existing NamedMDNode entry in the symbol table...
2010-01-26 Devang PatelRemve unnecessary include.
2010-01-12 Devang PatelUse ilist_tratis to autoinsert and remove NamedMDNode...
2010-01-09 Devang PatelDelete NamedMDSymTable while destrucing Module.
2010-01-07 Devang PatelUse separate namespace for named metadata.
2009-11-06 Daniel DunbarPass StringRef by value.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-08-04 Chris Lattnerrevert r78048, it isn't worth using assertingvh here.
2009-08-04 Chris Lattnerswitch ValueMap to using AssertingVH. This is an old...
2009-07-29 Devang PatelKeep track of named mdnodes in a Module using an ilist.
2009-07-23 Daniel DunbarSwitch ValueSymbolTable to StringRef based API.
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 LattnerDon't attribute in file headers anymore. See llvmdev...
2007-05-18 Chris Lattnerbetter portability for intptr_t.
2007-04-25 Anton KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...
2007-04-17 Chris LattnerRefactor SymbolTableListTraits to only have a single...
2007-04-17 Chris Lattnerurr, yeah.
2007-04-04 Chris LattnerInitialize the symbol table to zero explicitly. This...
2007-03-26 Chris LattnerStart value symbol tables out small (space for 16 elts...
2007-02-12 Chris LattnerSwitch ValueSymbolTable to use StringMap<Value*> instea...
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 LattnerMake SymbolTable::insert, SymbolTable::remove and Symbo...
2007-02-05 Reid SpencerFor PR411:
2006-05-31 Andrew Lenharth4 billion names is enough for anyone. And really fix...
2006-05-31 Andrew LenharthFix build breakage on alpha, without causing it on...
2006-01-10 Reid SpencerFor PR411: