aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ValueSymbolTable.h
Commit message (Expand)AuthorAgeFilesLines
* 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