1. c5c3676 Windows/Memory.inc: Support the ability to allocate memory "near" another block of memory on Win32. It has fixed FIXME. by NAKAMURA Takumi · 13 years ago
  2. 2dd0cfe Support/Windows: Add support modifying memory permissions on Windows. Patch by Aaron Ballman! by Michael J. Spencer · 13 years ago
  3. 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago[Renamed (94%) from lib/System/Win32/Memory.inc]
  4. 8b67f77 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 15 years ago
  5. 10b4fc5 Re-committing r76828 with the JIT memory manager changes now that the build by Reid Kleckner · 15 years ago
  6. 4bf3706 Reverting r76825 and r76828, since they caused clang runtime errors and some build failure involving memset. by Reid Kleckner · 15 years ago
  7. 81ce3ed Make the JIT code emitter properly retry and ask for more memory when it runs by Reid Kleckner · 15 years ago
  8. 932a32d Update the stub and callback code to handle lazy compilation. The stub by Jim Grosbach · 16 years ago
  9. c8a0773 Add implementations for sys::Memory::setWritable and sys::Memory::setExecutable on Win32 platform. by Argyrios Kyrtzidis · 16 years ago
  10. 19cfd73 Revert r48676. I had plans for using it, but now it's just dead code. by Owen Anderson · 16 years ago
  11. a4bf5c0 Add an AllocateRW to match AllocateRWX. by Owen Anderson · 16 years ago
  12. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  13. 0554575 For PR797: by Reid Spencer · 18 years ago
  14. fab30f2 Fix the build on win32 by Chris Lattner · 18 years ago
  15. bed22d8 Change AllocateRWX/DeallocateRWX to not throw an exception. by Chris Lattner · 18 years ago
  16. a00269b support near allocations for the JIT by Andrew Lenharth · 19 years ago
  17. 6b8a63a Remove vim settings from source code; people should use llvm/utils/vim/vimrc by Misha Brukman · 19 years ago
  18. 56d3cdb Remove useless #include. by Reid Spencer · 20 years ago
  19. b016a37 Patches to make this file actually compile under windows. by Reid Spencer · 20 years ago
  20. 33189e7 Simplify the sys::Memory interface per Chris' request. by Reid Spencer · 20 years ago
  21. cbad701 Provide initial implementations of Memory and Process concepts for various by Reid Spencer · 20 years ago