aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Unix/Memory.inc
AgeCommit message (Expand)Author
2013-03-14Android uses cacheflush(long start, long end, long flags) for MIPS.Akira Hatanaka
2013-02-20Add comment in Memory.inc explaining r175646.Krzysztof Parzyszek
2013-02-20On PowerPC, the cache-flush instructions dcbf and icbi are treated asKrzysztof Parzyszek
2012-12-31Go ahead and get rid of the old page size interface and convert all theChandler Carruth
2012-09-19This patch adds memory support functions which will later be used to implemen...Andrew Kaylor
2012-09-11Add support for finding cacheflush on OpenBSD/mips64 platforms.Chandler Carruth
2011-03-18setExecutable() should default to success if there's nothing custom for it.Jim Grosbach
2010-11-29Merge System into Support.Michael J. Spencer