Add a C++11 ThreadPool implementation in LLVM
[oota-llvm.git] / unittests / Support / RegexTest.cpp
2014-03-01 Chandler Carruth[C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from...
2014-01-02 David BlaikieMake llvm::Regex non-copyable but movable.
2013-12-12 Alp TokerSwap around EXPECT_EQ() arguments orders for more natur...
2013-12-12 Alp TokerAdd missing escape characters to the new Regex::escape...
2013-08-08 Alexey SamsonovFix off-by-one error in Regex::isValid
2013-08-05 Peter CollingbourneIntroduce Regex::isLiteralERE function.
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-11-28 Eli BenderskyAdd backreference matching capabilities to Support...
2010-02-17 Daniel DunbarAdd Regex::sub, for doing regular expression substituti...
2009-09-26 Chris Lattnerremove support for "NoSub" from regex. It seems like...
2009-09-24 Chris Lattneradd and document regex support for FileCheck. You...
2009-08-30 Torok EdwinAdd regular expression matching support, based on OpenB...