Remove dead code. NFC.
[oota-llvm.git] / unittests / Support / MemoryTest.cpp
2014-12-04 Rafael EspindolaRemove dead code. NFC.
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-08 Craig Topper[C++11] Use 'nullptr'.
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2012-12-31 Chandler CarruthGo ahead and get rid of the old page size interface...
2012-12-05 Akira HatanakaDo not run tests MappedMemoryTest.BasicWrite and Multip...
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-11-14 Jakub StaszakRemove DOS line endings.
2012-09-19 Andrew KaylorThis patch adds memory support functions which will...