- 111b0b6 Remove declaration of __clear_cache for __APPLE__. <rdar://problem/13924072> by Bob Wilson · 12 years ago
- 77d0a4a Invalidate instruction cache when setting memory to be executable. by Tim Northover · 12 years ago
- e16befb Fix __clear_cache declaration. by Rafael Espindola · 12 years ago
- 17268dc Declare __clear_cache. by Rafael Espindola · 12 years ago
- 6c26b32 AArch64: use __clear_cache under GCCish environments by Tim Northover · 13 years ago
- 7239a60 Android uses cacheflush(long start, long end, long flags) for MIPS. by Akira Hatanaka · 13 years ago
- 12ba711 Add comment in Memory.inc explaining r175646. by Krzysztof Parzyszek · 13 years ago
- 798679e On PowerPC, the cache-flush instructions dcbf and icbi are treated as by Krzysztof Parzyszek · 13 years ago
- acd64be Go ahead and get rid of the old page size interface and convert all the by Chandler Carruth · 13 years ago
- 1f66100 This patch adds memory support functions which will later be used to implement section-specific protection handling in MCJIT. by Andrew Kaylor · 13 years ago
- a699b6a Add support for finding cacheflush on OpenBSD/mips64 platforms. by Chandler Carruth · 13 years ago
- 806d507 setExecutable() should default to success if there's nothing custom for it. by Jim Grosbach · 15 years ago
- 447762d Merge System into Support. by Michael J. Spencer · 15 years ago[Renamed (96%) from llvm/lib/System/Unix/Memory.inc]
- 56869f2 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 16 years ago
- 4b3a356 Re-committing r76828 with the JIT memory manager changes now that the build by Reid Kleckner · 16 years ago
- 9216732 Reverting r76825 and r76828, since they caused clang runtime errors and some build failure involving memset. by Reid Kleckner · 16 years ago
- 1a722d9 Make the JIT code emitter properly retry and ask for more memory when it runs by Reid Kleckner · 16 years ago
- 3222b9b Make Unix.h:MakeErrMsg separate the prefix and errno string, so we get: by Daniel Dunbar · 17 years ago
- 9396051 Update the stub and callback code to handle lazy compilation. The stub by Jim Grosbach · 17 years ago
- b22ef71 On Darwin ARM, memory needs special handling to do JIT. This patch expands by Jim Grosbach · 17 years ago
- 5cc53c3 Preliminary support for systems which require changing JIT memory regions privilege from read / write to read / executable. by Evan Cheng · 17 years ago
- 7c5dbd9 AllocateRWXMemory -> AllocateRWX. by Evan Cheng · 17 years ago
- 86cb318 Fix more -Wshorten-64-to-32 warnings. by Evan Cheng · 18 years ago
- c905fe9 Revert r48676. I had plans for using it, but now it's just dead code. by Owen Anderson · 18 years ago
- 5b993fd Add a comment, and fix a bug where AllocateRW recurred to AllocateRWX instead of itself. by Owen Anderson · 18 years ago
- c1e4e3e Add an AllocateRW to match AllocateRWX. by Owen Anderson · 18 years ago
- f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- e4ca722 For PR797: by Reid Spencer · 19 years ago
- 5a9d2e5 Change AllocateRWX/DeallocateRWX to not throw an exception. by Chris Lattner · 19 years ago
- 0940218 support near allocations for the JIT by Andrew Lenharth · 20 years ago
- 291f6b7 Remove vim settings from source code; people should use llvm/utils/vim/vimrc by Misha Brukman · 21 years ago
- c892a0d Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly by Reid Spencer · 21 years ago[Renamed from llvm/lib/System/Unix/Memory.cpp]
- 47cd653 For PR351: by Reid Spencer · 21 years ago
- 2896c95 Provide a generic Unix implementation of the Memory concept. by Reid Spencer · 21 years ago