summaryrefslogtreecommitdiff
path: root/lib/Support/Unix/Memory.inc
Commit message (Expand)AuthorAge
* Revert: r211588 - [mips] Use __clear_cache builtin instead of cacheflush() in...Daniel Sanders2014-06-24
* [mips] Use __clear_cache builtin instead of cacheflush() in Unix Memory::Inva...Daniel Sanders2014-06-24
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Don't put generic_category in the llvm namespace.Rafael Espindola2014-06-12
* Uses generic_category instead of system_category.Rafael Espindola2014-06-11
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-31
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* ARM64: initial backend importTim Northover2014-03-29
* Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."Rafael Espindola2013-07-26
* [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.Bill Schmidt2013-07-26
* Remove declaration of __clear_cache for __APPLE__. <rdar://problem/13924072>Bob Wilson2013-05-19
* Invalidate instruction cache when setting memory to be executable.Tim Northover2013-05-19
* Fix __clear_cache declaration.Rafael Espindola2013-05-14
* Declare __clear_cache.Rafael Espindola2013-05-14
* AArch64: use __clear_cache under GCCish environmentsTim Northover2013-05-04
* Android uses cacheflush(long start, long end, long flags) for MIPS.Akira Hatanaka2013-03-14
* Add comment in Memory.inc explaining r175646.Krzysztof Parzyszek2013-02-20
* On PowerPC, the cache-flush instructions dcbf and icbi are treated asKrzysztof Parzyszek2013-02-20
* Go ahead and get rid of the old page size interface and convert all theChandler Carruth2012-12-31
* This patch adds memory support functions which will later be used to implemen...Andrew Kaylor2012-09-19
* Add support for finding cacheflush on OpenBSD/mips64 platforms.Chandler Carruth2012-09-11
* setExecutable() should default to success if there's nothing custom for it.Jim Grosbach2011-03-18
* Merge System into Support.Michael J. Spencer2010-11-29