1. 7419e94 Use StringRef instead of raw pointer in ExecutionEngine by Mehdi Amini · 9 years ago
  2. 8d4be3a [MCJIT] Fix some inconsistent handling of name mangling inside MCJIT. by Lang Hames · 9 years ago
  3. ad4a911 [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol. by Lang Hames · 9 years ago
  4. b550cb1 [NFC] Header cleanup by Mehdi Amini · 10 years ago
  5. 15576e1 Use make_range to reduce mentions of iterator type. NFC by Craig Topper · 10 years ago
  6. aa15bff Re-commit r247216: "Fix Clang-tidy misc-use-override warnings, other minor fixes" by Hans Wennborg · 10 years ago
  7. d2799a9 Revert r247216: "Fix Clang-tidy misc-use-override warnings, other minor fixes" by Hans Wennborg · 10 years ago
  8. 6fa0945 Fix Clang-tidy misc-use-override warnings, other minor fixes by Hans Wennborg · 10 years ago
  9. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  10. 73378eb [MCJIT] Add a FindGlobalVariableNamed utility by Keno Fischer · 10 years ago
  11. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  12. bd7b1c8 [ExecutionEngine] ArrayRefize argument passing. by Benjamin Kramer · 10 years ago
  13. f817c1c Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 11 years ago
  14. 633fe14 [MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo through by Lang Hames · 11 years ago
  15. 93de2a1 [Orc] New JIT APIs. by Lang Hames · 11 years ago
  16. 4a5697e [MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC. by Lang Hames · 11 years ago
  17. b5c7b1f [MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues. by Lang Hames · 11 years ago
  18. 9fb4114 Reverting r222828 and r222810-r222812 as they broke the build on Windows. by Aaron Ballman · 11 years ago
  19. 829a19a [MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme. by Lang Hames · 11 years ago
  20. 9a78334 [MCJIT] Start Stringref-izing the ExecutionEngine interface. by Lang Hames · 11 years ago
  21. 018452e [MCJIT] Fix an iterator invalidation bug in MCJIT::finalizeObject. by Lang Hames · 11 years ago
  22. d110157 unique_ptrify MCJIT::emitObject by David Blaikie · 11 years ago
  23. ed9709d unique_ptrify a bunch of stuff through RuntimeDyld::loadObject by David Blaikie · 11 years ago
  24. 196e323 unique_ptrify passing the TargetMachine to ExecutionEngine::MCJITCtor by David Blaikie · 11 years ago
  25. 79cc1e3 Reinstate "Nuke the old JIT." by Eric Christopher · 11 years ago
  26. 7271c19 Give ExecutionEngine of top level buffers. by Rafael Espindola · 11 years ago
  27. 48af1c2 Don't own the buffer in object::Binary. by Rafael Espindola · 11 years ago
  28. 2a8a279 Make it explicit that ExecutionEngine takes ownership of the modules. by Rafael Espindola · 11 years ago
  29. a7c40ef Canonicalize header guards into a common format. by Benjamin Kramer · 11 years ago
  30. b9fd9ed Temporarily Revert "Nuke the old JIT." as it's not quite ready to by Eric Christopher · 11 years ago
  31. f8b27c4 Nuke the old JIT. by Rafael Espindola · 11 years ago
  32. ce47a05 Replace comment about ownership with std::unique_ptr. by Rafael Espindola · 11 years ago
  33. b9a23cd Delete dead code. by Rafael Espindola · 11 years ago
  34. 7a1e775 PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFile by David Blaikie · 12 years ago
  35. e73658d [C++] Use 'nullptr'. by Craig Topper · 12 years ago
  36. 868d4b3 Add an option to MCJIT to have it forward all sections to the by Lang Hames · 12 years ago
  37. b51ff60 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  38. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  39. 937ec54 Extend RTDyld API to enable optionally precomputing the total amount of memory by Lang Hames · 12 years ago
  40. 5fe955c Add target analysis passes to the codegen pipeline for MCJIT. by Juergen Ributzka · 12 years ago
  41. 173c69f Re-apply r196639: Add support for archives and object file caching under MCJIT. by Lang Hames · 12 years ago
  42. 87e0880 Whitespace cleanups. by NAKAMURA Takumi · 12 years ago
  43. 567befd Revert r196639 while I investigate a bot failure. by Lang Hames · 12 years ago
  44. a691358 Add support for archives and object file caching under MCJIT. by Lang Hames · 12 years ago
  45. 1ec9df3 Replaced non-ASCII character. by Yaron Keren · 12 years ago
  46. c89fc82 Optimizing MCJIT module state tracking by Andrew Kaylor · 12 years ago
  47. 2fb40ce FIXME comment shouldn't have been doxygen style by Andrew Kaylor · 12 years ago
  48. 4fba049 Improving MCJIT/RuntimeDyld thread safety by Andrew Kaylor · 12 years ago
  49. fb95582 Added comments from Andrew Kaylor. by Yaron Keren · 12 years ago
  50. c442a76 Adding support for deregistering EH frames with MCJIT. by Andrew Kaylor · 12 years ago
  51. 7bb1344 Adding multiple object support to MCJIT EH frame handling by Andrew Kaylor · 12 years ago
  52. 1b2cfb6 Adding support and tests for multiple module handling in lli by Andrew Kaylor · 12 years ago
  53. 7aa695e0 This threads SectionName through the allocateCodeSection/allocateDataSection APIs, both in C++ and C land. by Filip Pizlo · 12 years ago
  54. ea39592 Adding multiple module support for MCJIT. by Andrew Kaylor · 12 years ago
  55. 2e7efed Minor changes to the MCJITTest unittests to use the correct API for finalizing by David Tweed · 12 years ago
  56. 9bc53e8 SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the by Filip Pizlo · 12 years ago
  57. ced4e8f Re-enabling MCJIT object caching with memory leak fixed by Andrew Kaylor · 13 years ago
  58. 72780ed Revert "Adding object caching support to MCJIT" by Rafael Espindola · 13 years ago
  59. 1d2d8e0 Adding object caching support to MCJIT by Andrew Kaylor · 13 years ago
  60. 802d755 Sort includes for all of the .h files under the 'lib' tree. These were by Chandler Carruth · 13 years ago
  61. d8ffd9c Add interface for object-based JIT events. by Andrew Kaylor · 13 years ago
  62. a714efc Add a method to indicate section address re-assignment is finished. by Andrew Kaylor · 13 years ago
  63. adc7056 Clean-up of memory buffer and object ownership model in MCJIT by Andrew Kaylor · 13 years ago
  64. 6d61397 Better const handling for RuntimeDyld and MCJIT. by Jim Grosbach · 13 years ago
  65. bea6753 MCJIT: Tidy up the constructor. by Jim Grosbach · 13 years ago
  66. 1a568c3 Enable lazy compilation in MCJIT by Andrew Kaylor · 13 years ago
  67. bfee542 Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager. by Danil Malyshev · 14 years ago
  68. e26dafe Revert a series of commits to MCJIT to get the build working in CMake by Chandler Carruth · 14 years ago
  69. 02fc6e8 Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20120305/138477.html by Danil Malyshev · 14 years ago
  70. 0ddb3a4 ExecutionEngine interface to re-map addresses for engines that support it. by Jim Grosbach · 14 years ago
  71. 7e32578 A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be called with the base class. by Danil Malyshev · 14 years ago
  72. 7f26246 ExecutionEngine: refactor interface by Dylan Noblesmith · 14 years ago
  73. 8418fdc ExecutionEngine: push TargetMachine creation into clients (v2) by Dylan Noblesmith · 14 years ago
  74. 1756faa ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2) by Dylan Noblesmith · 14 years ago
  75. 58799a3 Revert ExecutionEngine patches, they either failed to build or broke unit tests. by Jakob Stoklund Olesen · 15 years ago
  76. ab6bd20 ExecutionEngine: push TargetMachine creation into clients by Dylan Noblesmith · 15 years ago
  77. fed7f0b ExecutionEngine: fix JIT/MCJIT selectTarget() duplication by Dylan Noblesmith · 15 years ago
  78. 2dcef050 Layer the memory manager between the JIT and the runtime Dyld. by Jim Grosbach · 15 years ago
  79. d527440 Add simple arg passing to MC-JIT and support for exit() call. by Jim Grosbach · 15 years ago
  80. 348a548 Hook up the MCJIT to the RuntimeDyld library. by Jim Grosbach · 15 years ago
  81. 7b16249 Beginnings of MC-JIT code generation. by Jim Grosbach · 15 years ago
  82. 7e5d8a7 MCJIT: Stub out MCJIT implementation, still doesn't do anything useful. by Daniel Dunbar · 15 years ago