Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / Support / StringPool.h
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2010-07-14 Benjamin KramerDon't pass StringRef by reference.
2009-07-23 Daniel DunbarConvert StringMap to using StringRef for its APIs.
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2008-01-15 Gordon HenriksenFix a memory correctness error noticed by valgrind...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-10 Gordon HenriksenDelete the CollectorNamePool if it should become empty.
2007-12-09 Gordon HenriksenFix a very silly typo.
2007-12-08 Gordon HenriksenIncorporating review feedback from Reid.
2007-12-08 Gordon HenriksenAdding a StringPool data structure, which GC will use.