aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Unix/Memory.inc
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-15/+4
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-13/+13
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-7/+7
* Update to LLVM 3.5a.Stephen Hines2014-04-241-7/+8
* Remove declaration of __clear_cache for __APPLE__. <rdar://problem/13924072>Bob Wilson2013-05-191-0/+3
* Invalidate instruction cache when setting memory to be executable.Tim Northover2013-05-191-0/+3
* Fix __clear_cache declaration.Rafael Espindola2013-05-141-1/+1
* Declare __clear_cache.Rafael Espindola2013-05-141-0/+1
* AArch64: use __clear_cache under GCCish environmentsTim Northover2013-05-041-1/+1
* Android uses cacheflush(long start, long end, long flags) for MIPS.Akira Hatanaka2013-03-141-0/+9
* Add comment in Memory.inc explaining r175646.Krzysztof Parzyszek2013-02-201-0/+7
* On PowerPC, the cache-flush instructions dcbf and icbi are treated asKrzysztof Parzyszek2013-02-201-0/+4
* Go ahead and get rid of the old page size interface and convert all theChandler Carruth2012-12-311-8/+8
* This patch adds memory support functions which will later be used to implemen...Andrew Kaylor2012-09-191-12/+186
* Add support for finding cacheflush on OpenBSD/mips64 platforms.Chandler Carruth2012-09-111-0/+8
* setExecutable() should default to success if there's nothing custom for it.Jim Grosbach2011-03-181-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-0/+151