aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ValueSymbolTable.h
Commit message (Expand)AuthorAgeFilesLines
* Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman2010-07-211-88/+0
* Before existing NamedMDNode entry in the symbol table, remove any existing en...Devang Patel2010-01-261-2/+8
* Remve unnecessary include.Devang Patel2010-01-261-1/+0
* Use ilist_tratis to autoinsert and remove NamedMDNode from MDSymbolTable.Devang Patel2010-01-121-1/+2
* Delete NamedMDSymTable while destrucing Module.Devang Patel2010-01-091-1/+4
* Use separate namespace for named metadata.Devang Patel2010-01-071-1/+79
* Pass StringRef by value.Daniel Dunbar2009-11-061-2/+2
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* revert r78048, it isn't worth using assertingvh here.Chris Lattner2009-08-041-2/+1
* switch ValueMap to using AssertingVH. This is an old patch I had layingChris Lattner2009-08-041-1/+2
* Keep track of named mdnodes in a Module using an ilist.Devang Patel2009-07-291-0/+2
* Switch ValueSymbolTable to StringRef based API.Daniel Dunbar2009-07-231-5/+5
* implement some fixme's by making "autorenaming" in the value symbol table notChris Lattner2008-06-271-6/+0
* Add a new version of Module::getFunction that takes a const char* insteadChris Lattner2008-06-271-0/+1
* 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