aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ValueSymbolTable.h
Commit message (Expand)AuthorAgeFilesLines
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* better portability for intptr_t.Chris Lattner2007-05-181-0/+1
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-251-0/+1
* Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner2007-04-171-13/+6
* urr, yeah.Chris Lattner2007-04-171-4/+2
* Initialize the symbol table to zero explicitly. This ensures that theChris Lattner2007-04-041-1/+1
* Start value symbol tables out small (space for 16 elts), not huge (space for ...Chris Lattner2007-03-261-1/+1
* Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...Chris Lattner2007-02-121-18/+15
* shrink vmcore by moving symbol table stripping support out of VMCore intoChris Lattner2007-02-071-6/+0
* eliminate ValueSymbolTable::rename, it has no advantage over using remove+ins...Chris Lattner2007-02-071-13/+4
* Make SymbolTable::insert, SymbolTable::remove and SymbolTable::rename private.Chris Lattner2007-02-071-3/+21
* For PR411:Reid Spencer2007-02-051-3/+9
* 4 billion names is enough for anyone. And really fix the build on alpha this...Andrew Lenharth2006-05-311-1/+1
* Fix build breakage on alpha, without causing it on x86. as a bonus, all plat...Andrew Lenharth2006-05-311-1/+1
* For PR411:Reid Spencer2006-01-101-0/+138