aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/StringPool.h
AgeCommit message (Expand)Author
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2010-07-14Don't pass StringRef by reference.Benjamin Kramer
2009-07-23Convert StringMap to using StringRef for its APIs.Daniel Dunbar
2009-02-20Removed trailing whitespace.Misha Brukman
2008-01-15Fix a memory correctness error noticed by valgrind (harmless in practice).Gordon Henriksen
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-10Delete the CollectorNamePool if it should become empty.Gordon Henriksen
2007-12-09Fix a very silly typo.Gordon Henriksen
2007-12-08Incorporating review feedback from Reid.Gordon Henriksen
2007-12-08Adding a StringPool data structure, which GC will use.Gordon Henriksen