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