1. 76463fd Split the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h header to smaller logical headers. by Eli Bendersky · 13 years ago
  2. 9339134 RuntimeDyld alignment adjustment from MachO file. by Jim Grosbach · 13 years ago
  3. b442d7c Fix inverted condition. by Jim Grosbach · 13 years ago
  4. 4d6ccb5 More dead code removal (using -Wunreachable-code) by David Blaikie · 13 years ago
  5. e0934be Tidy up. by Jim Grosbach · 13 years ago
  6. 020f4e8 ExecutionEngine interface to re-map addresses for engines that support it. by Jim Grosbach · 13 years ago
  7. 652ca2f MCJIT handle a few more simple x86 relocations for MachO. by Jim Grosbach · 13 years ago
  8. 61425c0 MCJIT support for non-function sections. by Jim Grosbach · 13 years ago
  9. 9223822 A fix for the previous commit: "integer constant is too large for ‘long’ type" error on some 32-bit bots by Eli Bendersky · 13 years ago
  10. a66a185 Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is currently basic and will be enhanced with future patches. by Eli Bendersky · 13 years ago
  11. 1eb189b Fix typo in string by Eli Bendersky · 13 years ago
  12. 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago
  13. d782bae build/CMake: Finish removal of add_llvm_library_dependencies. by Daniel Dunbar · 13 years ago
  14. a3a2dfd build: Add initial cut at LLVMBuild.txt files. by Daniel Dunbar · 13 years ago
  15. fadfd7b Ignore MachO symbol flags in the upper nibble of n_desc. by Jim Grosbach · 13 years ago
  16. ac03e73 Rewrite the CMake build to use explicit dependencies between libraries, by Chandler Carruth · 13 years ago
  17. cf1e967 Extra semi-colon. by Eric Christopher · 13 years ago
  18. cf852dc Add to RuntimeDyld support different object formats by Danil Malyshev · 13 years ago
  19. 1c3c8ea Be a bit more permissive about symbols we don't understand. Just skip them by Jim Grosbach · 14 years ago
  20. ffa6250 Teach the RtDyld to tell the memory manager about how much space a function by Jim Grosbach · 14 years ago
  21. 757a142 MCJIT section loading should just skip non-text sections rather than by Jim Grosbach · 14 years ago
  22. f8c1c84 MCJIT lazy relocation resolution and symbol address re-assignment. by Jim Grosbach · 14 years ago
  23. 7cbf92d Tidy up a bit now that we're using the MemoryManager interface. by Jim Grosbach · 14 years ago
  24. cc513e1c Make error message more useful. by Benjamin Kramer · 14 years ago
  25. e2e777b Workaround g++ 4.2.1 warning diagnostic false positive. by Jim Grosbach · 14 years ago
  26. b027105 Refactor MCJIT 32-bit section loading. by Jim Grosbach · 14 years ago
  27. 01ccab4 tidy up. by Jim Grosbach · 14 years ago
  28. c41ab78 RuntimeDyld should use the memory manager API. by Jim Grosbach · 14 years ago
  29. 53c5e7b Make the virtual destructor out-of-line so we have a key function. by Chandler Carruth · 14 years ago
  30. fcbe5b7 Layer the memory manager between the JIT and the runtime Dyld. by Jim Grosbach · 14 years ago
  31. 5acfa9f Instantiate a JITMemoryManager for MCJIT Dyld by Jim Grosbach · 14 years ago
  32. 5ffe37f Runtime dylib simple ARM 24-bit branch relocation support. by Jim Grosbach · 14 years ago
  33. a8287e3 Split out relocation resolution into target-specific bits. by Jim Grosbach · 14 years ago
  34. 8b54dca Start of relocation resolution for the runtime dyld library. by Jim Grosbach · 14 years ago
  35. 91dde15 Tidy up. by Jim Grosbach · 14 years ago
  36. b3eecaf Propogate the error message, not just the error state. by Jim Grosbach · 14 years ago
  37. f922910 Hook up the MCJIT to the RuntimeDyld library. by Jim Grosbach · 14 years ago
  38. 8371c89 Initialize HasError. by Jim Grosbach · 14 years ago
  39. 6e56331 Library-ize the dyld components of llvm-rtdyld. by Jim Grosbach · 14 years ago