aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/StringPool.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+0
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+2
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-3/+4
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-4/+4
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* Don't pass StringRef by reference.Benjamin Kramer2010-07-141-1/+1
* Convert StringMap to using StringRef for its APIs.Daniel Dunbar2009-07-231-11/+2
* Removed trailing whitespace.Misha Brukman2009-02-201-27/+27
* Fix a memory correctness error noticed by valgrind (harmless in practice).Gordon Henriksen2008-01-151-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Delete the CollectorNamePool if it should become empty.Gordon Henriksen2007-12-101-0/+4
* Fix a very silly typo.Gordon Henriksen2007-12-091-1/+1
* Incorporating review feedback from Reid.Gordon Henriksen2007-12-081-0/+9
* Adding a StringPool data structure, which GC will use.Gordon Henriksen2007-12-081-0/+135