1. abb38fe Minor changes to the MCJITTest unittests to use the correct API for finalizing by David Tweed · 11 years ago
  2. 2173e18 Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser. by Rafael Espindola · 11 years ago
  3. e27a787 Add DIContext::getLineInfoForAddressRange() function and test. This function allows a caller to obtain a table of line information for a function using the function's address and size. by Andrew Kaylor · 11 years ago
  4. ee7c0d2 Add support for applying in-memory relocations to the .debug_line section and, in the case of ELF files, using symbol addresses when available for relocations to the .debug_info section. Also extending the llvm-rtdyld tool to add the ability to dump line number information for testing purposes. by Andrew Kaylor · 11 years ago
  5. f010c46 Sort the #include lines for tools/... by Chandler Carruth · 12 years ago
  6. 53608a3 Interface changes to allow RuntimeDyld memory managers to set memory permissions after an object has been loaded. by Andrew Kaylor · 12 years ago
  7. 3f23cef Clean-up of memory buffer and object ownership model in MCJIT by Andrew Kaylor · 12 years ago
  8. 068c65b Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT instead of DefaultJIMMemoryManager. by Danil Malyshev · 12 years ago
  9. 0e4fa5f Re-factored RuntimeDyLd: by Danil Malyshev · 12 years ago
  10. 288967d Revert r153694. It was causing failures in the buildbots. by Bill Wendling · 12 years ago
  11. 4b0b8ef Re-factored RuntimeDyld. Added ExecutionEngine/MCJIT tests. by Danil Malyshev · 12 years ago
  12. 30b9e32 Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager. by Danil Malyshev · 12 years ago
  13. 3e29671 Revert a series of commits to MCJIT to get the build working in CMake by Chandler Carruth · 12 years ago
  14. 799184d Re-factored RuntimeDyld. Added ExecutionEngine/MCJIT tests. by Danil Malyshev · 12 years ago
  15. b474620 by Danil Malyshev · 12 years ago
  16. fdebc38 Remove unreachable code. (replace with llvm_unreachable to help GCC where necessary) by David Blaikie · 13 years ago
  17. 61425c0 MCJIT support for non-function sections. by Jim Grosbach · 13 years ago
  18. 2bd3354 Remove unnecessary default cases in switches that cover all enum values. by David Blaikie · 13 years ago
  19. 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago
  20. 0d3c223 LLVMBuild: Add description files for the LLVM tools. by Daniel Dunbar · 13 years ago
  21. 8c39c96 build: Tidy up a bunch of tool Makefiles, and simplify where possible using the by Daniel Dunbar · 13 years ago
  22. 4f9f41f Load multiple object files and link them via RuntimeDyld in llvm-rtdyld. by Jim Grosbach · 13 years ago
  23. 6b32e7e Allow user-specified program entry point for llvm-rtdyld. by Jim Grosbach · 13 years ago
  24. f8c1c84 MCJIT lazy relocation resolution and symbol address re-assignment. by Jim Grosbach · 13 years ago
  25. 7cbf92d Tidy up a bit now that we're using the MemoryManager interface. by Jim Grosbach · 13 years ago
  26. b027105 Refactor MCJIT 32-bit section loading. by Jim Grosbach · 13 years ago
  27. c41ab78 RuntimeDyld should use the memory manager API. by Jim Grosbach · 13 years ago
  28. fcbe5b7 Layer the memory manager between the JIT and the runtime Dyld. by Jim Grosbach · 13 years ago
  29. 00b7ce6 Update CMake link dependency. by Francois Pichet · 13 years ago
  30. 5acfa9f Instantiate a JITMemoryManager for MCJIT Dyld by Jim Grosbach · 13 years ago
  31. b3eecaf Propogate the error message, not just the error state. by Jim Grosbach · 13 years ago
  32. 1dbf6f5 Build the new RuntimeDyld library. by Oscar Fuentes · 13 years ago
  33. 6e56331 Library-ize the dyld components of llvm-rtdyld. by Jim Grosbach · 13 years ago
  34. 35fdeb7 Add llvm-rtdyld support for loading 32-bit code. by Jim Grosbach · 13 years ago
  35. d4336e2 Update list of link components for llvm-rtdyld. by Oscar Fuentes · 13 years ago
  36. 82c25b4 Naming conventional tidy up. by Jim Grosbach · 13 years ago
  37. 1cb19a4 MachO file loader and execution utility. by Jim Grosbach · 13 years ago