Fix MemoryBuffer::getSTDIN to *not* return null if stdin is empty, this is a lame...
[oota-llvm.git] / lib / Support / StringPool.cpp
2009-08-23 Benjamin KramerKill off more cerr/cout uses and prune includes a bit.
2009-07-23 Daniel DunbarConvert StringMap to using StringRef for its APIs.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-08 Gordon HenriksenAdding a StringPool data structure, which GC will use.