summaryrefslogtreecommitdiff
path: root/include/llvm/Support/StringPool.h
Commit message (Expand)AuthorAge
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Don't pass StringRef by reference.Benjamin Kramer2010-07-14
* Convert StringMap to using StringRef for its APIs.Daniel Dunbar2009-07-23
* Removed trailing whitespace.Misha Brukman2009-02-20
* Fix a memory correctness error noticed by valgrind (harmless in practice).Gordon Henriksen2008-01-15
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Delete the CollectorNamePool if it should become empty.Gordon Henriksen2007-12-10
* Fix a very silly typo.Gordon Henriksen2007-12-09
* Incorporating review feedback from Reid.Gordon Henriksen2007-12-08
* Adding a StringPool data structure, which GC will use.Gordon Henriksen2007-12-08