summaryrefslogtreecommitdiff
path: root/include/llvm/ValueSymbolTable.h
Commit message (Expand)AuthorAge
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Merge System into Support.Michael J. Spencer2010-11-29
* Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman2010-07-21
* Before existing NamedMDNode entry in the symbol table, remove any existing en...Devang Patel2010-01-26
* Remve unnecessary include.Devang Patel2010-01-26
* Use ilist_tratis to autoinsert and remove NamedMDNode from MDSymbolTable.Devang Patel2010-01-12
* Delete NamedMDSymTable while destrucing Module.Devang Patel2010-01-09
* Use separate namespace for named metadata.Devang Patel2010-01-07
* Pass StringRef by value.Daniel Dunbar2009-11-06
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* revert r78048, it isn't worth using assertingvh here.Chris Lattner2009-08-04
* switch ValueMap to using AssertingVH. This is an old patch I had layingChris Lattner2009-08-04
* Keep track of named mdnodes in a Module using an ilist.Devang Patel2009-07-29
* Switch ValueSymbolTable to StringRef based API.Daniel Dunbar2009-07-23
* implement some fixme's by making "autorenaming" in the value symbol table notChris Lattner2008-06-27
* Add a new version of Module::getFunction that takes a const char* insteadChris Lattner2008-06-27
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* better portability for intptr_t.Chris Lattner2007-05-18
* 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