1. 3f23cef Clean-up of memory buffer and object ownership model in MCJIT by Andrew Kaylor · 12 years ago
  2. 068c65b Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT instead of DefaultJIMMemoryManager. by Danil Malyshev · 12 years ago
  3. 0e4fa5f Re-factored RuntimeDyLd: by Danil Malyshev · 13 years ago
  4. 288967d Revert r153694. It was causing failures in the buildbots. by Bill Wendling · 13 years ago
  5. 4b0b8ef Re-factored RuntimeDyld. Added ExecutionEngine/MCJIT tests. by Danil Malyshev · 13 years ago
  6. 30b9e32 Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager. by Danil Malyshev · 13 years ago
  7. 3e29671 Revert a series of commits to MCJIT to get the build working in CMake by Chandler Carruth · 13 years ago
  8. 799184d Re-factored RuntimeDyld. Added ExecutionEngine/MCJIT tests. by Danil Malyshev · 13 years ago
  9. b474620 by Danil Malyshev · 13 years ago
  10. fdebc38 Remove unreachable code. (replace with llvm_unreachable to help GCC where necessary) by David Blaikie · 13 years ago
  11. 61425c0 MCJIT support for non-function sections. by Jim Grosbach · 13 years ago
  12. 2bd3354 Remove unnecessary default cases in switches that cover all enum values. by David Blaikie · 13 years ago
  13. 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago
  14. 0d3c223 LLVMBuild: Add description files for the LLVM tools. by Daniel Dunbar · 13 years ago
  15. 8c39c96 build: Tidy up a bunch of tool Makefiles, and simplify where possible using the by Daniel Dunbar · 13 years ago
  16. 4f9f41f Load multiple object files and link them via RuntimeDyld in llvm-rtdyld. by Jim Grosbach · 14 years ago
  17. 6b32e7e Allow user-specified program entry point for llvm-rtdyld. by Jim Grosbach · 14 years ago
  18. f8c1c84 MCJIT lazy relocation resolution and symbol address re-assignment. by Jim Grosbach · 14 years ago
  19. 7cbf92d Tidy up a bit now that we're using the MemoryManager interface. by Jim Grosbach · 14 years ago
  20. b027105 Refactor MCJIT 32-bit section loading. by Jim Grosbach · 14 years ago
  21. c41ab78 RuntimeDyld should use the memory manager API. by Jim Grosbach · 14 years ago
  22. fcbe5b7 Layer the memory manager between the JIT and the runtime Dyld. by Jim Grosbach · 14 years ago
  23. 00b7ce6 Update CMake link dependency. by Francois Pichet · 14 years ago
  24. 5acfa9f Instantiate a JITMemoryManager for MCJIT Dyld by Jim Grosbach · 14 years ago
  25. b3eecaf Propogate the error message, not just the error state. by Jim Grosbach · 14 years ago
  26. 1dbf6f5 Build the new RuntimeDyld library. by Oscar Fuentes · 14 years ago
  27. 6e56331 Library-ize the dyld components of llvm-rtdyld. by Jim Grosbach · 14 years ago
  28. 35fdeb7 Add llvm-rtdyld support for loading 32-bit code. by Jim Grosbach · 14 years ago
  29. d4336e2 Update list of link components for llvm-rtdyld. by Oscar Fuentes · 14 years ago
  30. 82c25b4 Naming conventional tidy up. by Jim Grosbach · 14 years ago
  31. 1cb19a4 MachO file loader and execution utility. by Jim Grosbach · 14 years ago