fix validation
[oota-llvm.git] / include / llvm / ValueSymbolTable.h
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: