[ARM] Support for ARMv6-Z / ARMv6-ZK missing
[oota-llvm.git] / include / llvm / Support / StringPool.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-02-15 Aaron BallmanRemoving LLVM_EXPLICIT, as MSVC 2012 was the last reaso...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-06-19 David BlaikieFix breakage from r211244 by using LLVM_EXPLICIT to...
2014-06-19 Nikola SmiljanicPR10140 - StringPool's PooledStringPtr has non-const...
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
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.