summaryrefslogtreecommitdiff
path: root/lib/Support/StringPool.cpp
AgeCommit message (Expand)Author
2014-06-11Convert StringMapEntry::Create to use StringRef instead of start/end pointers...Craig Topper
2010-07-14Don't pass StringRef by reference.Benjamin Kramer
2009-08-23Kill off more cerr/cout uses and prune includes a bit.Benjamin Kramer
2009-07-23Convert StringMap to using StringRef for its APIs.Daniel Dunbar
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-08Adding a StringPool data structure, which GC will use.Gordon Henriksen