aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/ValueSymbolTable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move more to raw_ostream.Daniel Dunbar2009-07-241-3/+4
* Switch ValueSymbolTable to StringRef based API.Daniel Dunbar2009-07-231-23/+4
* Convert StringMap to using StringRef for its APIs.Daniel Dunbar2009-07-231-7/+8
* Use v.data() instead of &v[0] when SmallVector v might be empty.Jay Foad2009-05-211-5/+7
* implement some fixme's by making "autorenaming" in the value symbol table notChris Lattner2008-06-271-26/+11
* Add a new version of Module::getFunction that takes a const char* insteadChris Lattner2008-06-271-0/+8
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+142