aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ValueSymbolTable.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+137