aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Unix/Memory.inc
AgeCommit message (Expand)Author
2013-07-15Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'Eli Bendersky
2013-05-04AArch64: use __clear_cache under GCCish environmentsTim Northover
2013-03-14Android uses cacheflush(long start, long end, long flags) for MIPS.Akira Hatanaka
2013-03-11Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'Eli Bendersky
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
2013-01-30Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'Derek Schuff
2012-12-31Go ahead and get rid of the old page size interface and convert all theChandler Carruth
2012-09-25Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6'Derek Schuff
2012-09-19Merge commit '020aba0c3b6092e353e133446cb6453f95f0d61b'Derek Schuff
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
2012-07-09LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)Derek Schuff
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