1. 93d2bdd [Support] Renamed member 'Size' to 'AllocatedSize' in MemoryBlock and OwningMemoryBlock. by Lang Hames · 6 years ago
  2. e4b4ab6 [Support] Add error handling to sys::Process::getPageSize(). by Lang Hames · 6 years ago
  3. 7c8fc81 MemoryBlock: Do not automatically extend a given size to a multiple of page size. by Rui Ueyama · 7 years ago
  4. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  5. 1bd4000 Add missing vtable anchors by Weiming Zhao · 7 years ago
  6. 89d3165 Fix 'not all control paths return a value' warning on MSVC builds by Simon Pilgrim · 8 years ago
  7. e3992c6 [SectionMemoryManager] Abstract out mmap, munmap, mprotect even more ; NFC by Sanjoy Das · 8 years ago
  8. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  9. c700490 Use the range variant of remove_if instead of unpacking begin/end by David Majnemer · 9 years ago
  10. 875b122 [SectionMemoryManager] Don't just drop the RO free list by Keno Fischer · 10 years ago
  11. 94f181a [SectionMemoryManager] Make better use of virtual memory by Keno Fischer · 10 years ago
  12. 17433bd Fix performance problem in long-running SectionMemoryManagers by Keno Fischer · 10 years ago
  13. efeddcc [SectionMemoryManager] Use range-based for loops. No functional change intended. by Benjamin Kramer · 10 years ago
  14. 8a6f355 [Orc] Move SectionMemoryManager's implementation from MCJIT to ExecutionEngine. by Lang Hames · 11 years ago[Renamed from llvm/lib/ExecutionEngine/MCJIT/SectionMemoryManager.cpp]
  15. 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  16. 03bddfe Use error_code() instead of error_code::succes() by Rafael Espindola · 11 years ago
  17. 353eda4 [C++] Use 'nullptr'. by Craig Topper · 11 years ago
  18. cb40291 Fix known typos by Alp Toker · 12 years ago
  19. 7aa695e0 This threads SectionName through the allocateCodeSection/allocateDataSection APIs, both in C++ and C land. by Filip Pizlo · 12 years ago
  20. ea39592 Adding multiple module support for MCJIT. by Andrew Kaylor · 12 years ago
  21. 1cec8ab Put RTDyldMemoryManager into its own file, and make it linked into by Filip Pizlo · 12 years ago
  22. 9d801b1 Roll out r182411 and 182412 because it's still broken. by Filip Pizlo · 12 years ago
  23. b2a1e19 Put RTDyldMemoryManager into its own file, and make it linked into by Filip Pizlo · 12 years ago
  24. 5aefb13 Roll out r182407 and r182408 because they broke builds. by Filip Pizlo · 12 years ago
  25. 34b9ee6 Put RTDyldMemoryManager into its own file, and make it linked into by Filip Pizlo · 12 years ago
  26. 2e7efed Minor changes to the MCJITTest unittests to use the correct API for finalizing by David Tweed · 12 years ago
  27. fa5942b Add EH support to the MCJIT. by Rafael Espindola · 12 years ago
  28. f91b5ac Making invalidateInstructionCache automatic in SectionMemoryManager by Andrew Kaylor · 12 years ago
  29. 0a2d4e2 Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT and RuntimeDyld by Andrew Kaylor · 13 years ago[Renamed from llvm/lib/ExecutionEngine/RuntimeDyld/SectionMemoryManager.cpp]
  30. ab5ba51 Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it. by Andrew Kaylor · 13 years ago[Renamed (98%) from llvm/unittests/ExecutionEngine/MCJIT/SectionMemoryManager.cpp]
  31. 3e0f1fb Implementing page permission setting in MCJIT unit test SectionMemoryManager.cpp by Andrew Kaylor · 13 years ago
  32. a342cb9 Interface changes to allow RuntimeDyld memory managers to set memory permissions after an object has been loaded. by Andrew Kaylor · 13 years ago
  33. eb7fb84 Port lli bug fix from r166920 to MCJIT unit test. by Amara Emerson · 13 years ago
  34. 5e7d792 Adding MCJIT and MemoryBuffer unit tests by Andrew Kaylor · 13 years ago