Add a C++11 ThreadPool implementation in LLVM
[oota-llvm.git] / unittests / Support / FileOutputBufferTest.cpp
2015-08-13 Rafael EspindolaReturn ErrorOr from FileOutputBuffer::create. NFC.
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-12-12 Rafael EspindolaRemove unused feature. NFC.
2014-09-11 Rafael EspindolaMisc cleanups to the FileSytem api.
2014-06-13 Rafael EspindolaRemove the last uses of 'using std::error_code'
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-11 Rafael EspindolaRemove unused has_magic.
2014-05-18 Craig TopperUse std::unique_ptr instead of OwningPtr in the MemoryB...
2014-01-24 Alp TokerFix known typos
2014-01-10 Rafael EspindolaRemove remove_all. A compiler has no need for recursive...
2013-06-27 Rafael EspindolaAdd a convenience createUniqueDirectory function.
2013-06-11 Rafael EspindolaMove PathV2.h to Path.h
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-12-03 Michael J. Spencer[Support] Make FileOutputBuffer work on Windows.
2012-08-01 Nick KledzikInitial commit of new FileOutputBuffer support class.