summaryrefslogtreecommitdiff
path: root/include/llvm/ValueSymbolTable.h
Commit message (Expand)AuthorAge
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-25
* Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner2007-04-17
* urr, yeah.Chris Lattner2007-04-17
* Initialize the symbol table to zero explicitly. This ensures that theChris Lattner2007-04-04
* Start value symbol tables out small (space for 16 elts), not huge (space for ...Chris Lattner2007-03-26
* Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...Chris Lattner2007-02-12
* 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
* Make SymbolTable::insert, SymbolTable::remove and SymbolTable::rename private.Chris Lattner2007-02-07
* For PR411:Reid Spencer2007-02-05
* 4 billion names is enough for anyone. And really fix the build on alpha this...Andrew Lenharth2006-05-31
* Fix build breakage on alpha, without causing it on x86. as a bonus, all plat...Andrew Lenharth2006-05-31
* For PR411:Reid Spencer2006-01-10