Remove dead code. NFC.
[oota-llvm.git] / lib / Support / Unix / Memory.inc
2014-12-04 Rafael EspindolaRemove dead code. NFC.
2014-06-24 Daniel SandersRevert: r211588 - [mips] Use __clear_cache builtin...
2014-06-24 Daniel Sanders[mips] Use __clear_cache builtin instead of cacheflush...
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaDon't put generic_category in the llvm namespace.
2014-06-11 Rafael EspindolaUses generic_category instead of system_category.
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-03-29 Tim NorthoverARM64: initial backend import
2013-07-26 Rafael EspindolaRevert "[PowerPC] Improve consistency in use of __ppc__...
2013-07-26 Bill Schmidt[PowerPC] Improve consistency in use of __ppc__, __powe...
2013-05-19 Bob WilsonRemove declaration of __clear_cache for __APPLE__....
2013-05-19 Tim NorthoverInvalidate instruction cache when setting memory to...
2013-05-14 Rafael EspindolaFix __clear_cache declaration.
2013-05-14 Rafael EspindolaDeclare __clear_cache.
2013-05-04 Tim NorthoverAArch64: use __clear_cache under GCCish environments
2013-03-14 Akira HatanakaAndroid uses cacheflush(long start, long end, long...
2013-02-20 Krzysztof ParzyszekAdd comment in Memory.inc explaining r175646.
2013-02-20 Krzysztof ParzyszekOn PowerPC, the cache-flush instructions dcbf and icbi...
2012-12-31 Chandler CarruthGo ahead and get rid of the old page size interface...
2012-09-19 Andrew KaylorThis patch adds memory support functions which will...
2012-09-11 Chandler CarruthAdd support for finding cacheflush on OpenBSD/mips64...
2011-03-18 Jim GrosbachsetExecutable() should default to success if there...
2010-11-29 Michael J. SpencerMerge System into Support.