1. 875b122 [SectionMemoryManager] Don't just drop the RO free list by Keno Fischer · 10 years ago
  2. 94f181a [SectionMemoryManager] Make better use of virtual memory by Keno Fischer · 10 years ago
  3. 17433bd Fix performance problem in long-running SectionMemoryManagers by Keno Fischer · 10 years ago
  4. efeddcc [SectionMemoryManager] Use range-based for loops. No functional change intended. by Benjamin Kramer · 10 years ago
  5. 8a6f355 [Orc] Move SectionMemoryManager's implementation from MCJIT to ExecutionEngine. by Lang Hames · 11 years ago[Renamed from llvm/lib/ExecutionEngine/MCJIT/SectionMemoryManager.cpp]
  6. 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  7. 03bddfe Use error_code() instead of error_code::succes() by Rafael Espindola · 11 years ago
  8. 353eda4 [C++] Use 'nullptr'. by Craig Topper · 11 years ago
  9. cb40291 Fix known typos by Alp Toker · 12 years ago
  10. 7aa695e0 This threads SectionName through the allocateCodeSection/allocateDataSection APIs, both in C++ and C land. by Filip Pizlo · 12 years ago
  11. ea39592 Adding multiple module support for MCJIT. by Andrew Kaylor · 12 years ago
  12. 1cec8ab Put RTDyldMemoryManager into its own file, and make it linked into by Filip Pizlo · 12 years ago
  13. 9d801b1 Roll out r182411 and 182412 because it's still broken. by Filip Pizlo · 12 years ago
  14. b2a1e19 Put RTDyldMemoryManager into its own file, and make it linked into by Filip Pizlo · 12 years ago
  15. 5aefb13 Roll out r182407 and r182408 because they broke builds. by Filip Pizlo · 12 years ago
  16. 34b9ee6 Put RTDyldMemoryManager into its own file, and make it linked into by Filip Pizlo · 12 years ago
  17. 2e7efed Minor changes to the MCJITTest unittests to use the correct API for finalizing by David Tweed · 12 years ago
  18. fa5942b Add EH support to the MCJIT. by Rafael Espindola · 12 years ago
  19. f91b5ac Making invalidateInstructionCache automatic in SectionMemoryManager by Andrew Kaylor · 12 years ago
  20. 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]
  21. 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]
  22. 3e0f1fb Implementing page permission setting in MCJIT unit test SectionMemoryManager.cpp by Andrew Kaylor · 13 years ago
  23. a342cb9 Interface changes to allow RuntimeDyld memory managers to set memory permissions after an object has been loaded. by Andrew Kaylor · 13 years ago
  24. eb7fb84 Port lli bug fix from r166920 to MCJIT unit test. by Amara Emerson · 13 years ago
  25. 5e7d792 Adding MCJIT and MemoryBuffer unit tests by Andrew Kaylor · 13 years ago