aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ValueSymbolTable.h
AgeCommit message (Expand)Author
2008-06-27implement some fixme's by making "autorenaming" in the value symbol table notChris Lattner
2008-06-27Add a new version of Module::getFunction that takes a const char* insteadChris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-05-18better portability for intptr_t.Chris Lattner
2007-04-25Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov
2007-04-17Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner
2007-04-17urr, yeah.Chris Lattner
2007-04-04Initialize the symbol table to zero explicitly. This ensures that theChris Lattner
2007-03-26Start value symbol tables out small (space for 16 elts), not huge (space for ...Chris Lattner
2007-02-12Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...Chris Lattner
2007-02-07shrink vmcore by moving symbol table stripping support out of VMCore intoChris Lattner
2007-02-07eliminate ValueSymbolTable::rename, it has no advantage over using remove+ins...Chris Lattner
2007-02-07Make SymbolTable::insert, SymbolTable::remove and SymbolTable::rename private.Chris Lattner
2007-02-05For PR411:Reid Spencer
2006-05-314 billion names is enough for anyone. And really fix the build on alpha this...Andrew Lenharth
2006-05-31Fix build breakage on alpha, without causing it on x86. as a bonus, all plat...Andrew Lenharth
2006-01-10For PR411:Reid Spencer