1. abeedf1 [ORC] Add an asynchronous jit-link function, jitLinkForORC, to RuntimeDyld and by Lang Hames · 7 years ago
  2. 079c0df Remove 'orc' namespace from MSVCErrorWorkarounds.h, fix some typos that were by Lang Hames · 7 years ago
  3. ffa72ef Fix a missing includes and a use of the MSVC promise/future workaround that by Lang Hames · 7 years ago
  4. adde5ba [ORC] Reapply r342939 with a fix for MSVC's promise/future restrictions. by Lang Hames · 7 years ago
  5. 99bfa95 Revert "[ORC] Switch to asynchronous resolution in JITSymbolResolver." by Lang Hames · 7 years ago
  6. 0e5b603 [ORC] Switch to asynchronous resolution in JITSymbolResolver. by Lang Hames · 7 years ago
  7. 6cadc7c [ORC] Replace lookupFlags in JITSymbolResolver with getResponsibilitySet. by Lang Hames · 7 years ago
  8. 8e29622 [RuntimeDyld] Fix a bug in RuntimeDyld::loadObjectImpl that was over-allocating by Lang Hames · 7 years ago
  9. bfea8cd [ORC] Add a 'Callable' flag to JITSymbolFlags. by Lang Hames · 7 years ago
  10. 22a7440 [RuntimeDyld] Add an assert to catch misbehaving symbol resolvers. by Lang Hames · 7 years ago
  11. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  12. 2d603a1 [RuntimeDyld] Silence a compiler error. by Lang Hames · 8 years ago
  13. 313f590 [ExecutionEngine] Add a getSymbolTable method to RuntimeDyld. by Lang Hames · 8 years ago
  14. 635fd90 [ORC] Add orc::SymbolResolver, a Orc/Legacy API interop header, and an by Lang Hames · 8 years ago
  15. 20b4924 Fix -Wunused-variable. by Rui Ueyama · 8 years ago
  16. b72f484 [ORC] Re-apply r322913 with a fix for a read-after-free error. by Lang Hames · 8 years ago
  17. 44efd04 [ORC] Revert r322913 while I investigate an ASan failure. by Lang Hames · 8 years ago
  18. 817df9f [ORC] Redesign the JITSymbolResolver interface to support bulk queries. by Lang Hames · 8 years ago
  19. 4a793c0 [ExecutionEngine] Rename JITSymbol::isStrongDefinition to isStrong. by Lang Hames · 8 years ago
  20. 757f74c [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld. by Nitesh Jain · 8 years ago
  21. 14a22a4 [RuntimeDyld][ORC] Add support for Thumb mode to RuntimeDyldMachOARM. by Lang Hames · 8 years ago
  22. 4ce9866 [ORC] Errorize the ORC APIs. by Lang Hames · 8 years ago
  23. 1512630 Revert [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld by Sagar Thakur · 8 years ago
  24. f8858d0 [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld by Sagar Thakur · 8 years ago
  25. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  26. 859d302 [RuntimeDyld] Fix debug section relocation (pr20457) by Pavel Labath · 8 years ago
  27. c936ac7 [ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EH by Lang Hames · 8 years ago
  28. d22bade [RuntimeDyld] Make RuntimeDyld honor the ProcessAllSections flag. by Lang Hames · 8 years ago
  29. 3e582c8 RuntimeDyldELF/AArch64: Implement basic GOT support by Eugene Leviant · 9 years ago
  30. c97cfb6 [mips][rtdyld] Move MIPS relocation resolution to a subclass and implement N32 relocations by Simon Dardis · 9 years ago
  31. 9037070 [RuntimeDyld] Skip undefined symbols when building the symbol table. by Lang Hames · 9 years ago
  32. 990504e Remove LLVM_NOEXCEPT and replace it with noexcept by Reid Kleckner · 9 years ago
  33. bb9431a Re-apply r278065 (Weak symbol support in RuntimeDyld) with a fix for ELF. by Lang Hames · 9 years ago
  34. 072728d Revert r278065 while I investigate some build-bot breakage. by Lang Hames · 9 years ago
  35. 33c0b6b [RuntimeDyld][Orc][MCJIT] Add partial weak-symbol support to RuntimeDyld. by Lang Hames · 9 years ago
  36. 71f089c [RuntimeDyld] Remove symbol that is unused as of r277943. by Lang Hames · 9 years ago
  37. 00769a0 [RuntimeDyld] Replace manual flag checks with JITSymbolFlags::fromObjectSymbol. by Lang Hames · 9 years ago
  38. aac59a2 [ExecutionEngine] Refactor - Roll JITSymbolFlags functionality into JITSymbol.h by Lang Hames · 9 years ago
  39. 7643d98 [Orc] Fix common symbol support in ORC. by Lang Hames · 9 years ago
  40. ad4a911 [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol. by Lang Hames · 9 years ago
  41. 7481e40 [LLVM][MIPS] Fix createStubFunction to emit JR encoding based on Arch. by Nitesh Jain · 9 years ago
  42. 4cb46e6 Reformat blank lines. by NAKAMURA Takumi · 9 years ago
  43. f252951 Reformat comment lines. by NAKAMURA Takumi · 9 years ago
  44. 940cd93 Untabify. by NAKAMURA Takumi · 9 years ago
  45. f4c6441 Reformat. by NAKAMURA Takumi · 9 years ago
  46. 931cb65 Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow by Kevin Enderby · 9 years ago
  47. bf9d1aa [RuntimeDyld] Call the SymbolResolver::findSymbolInLogicalDylib method when by Lang Hames · 9 years ago
  48. 4718f8b Add FIXMEs to all derived classes of std::error_category. by Peter Collingbourne · 9 years ago
  49. 7bd8d99 Thread Expected<...> up from libObject’s getType() for symbols to allow llvm-objdump to produce a good error message. by Kevin Enderby · 9 years ago
  50. 8959531 [RuntimeDyld] Plumb Error/Expected through the internals of RuntimeDyld. by Lang Hames · 9 years ago
  51. 543e0dc [RuntimeDyld] Fix conservative over-allocation of memory for common symbols. by Lang Hames · 9 years ago
  52. 81e8b7d Thread Expected<...> up from libObject’s getName() for symbols to allow llvm-objdump to produce a good error message. by Kevin Enderby · 9 years ago
  53. 5afbc1c Fix a crash in running llvm-objdump -t with an invalid Mach-O file already by Kevin Enderby · 10 years ago
  54. b093429 [RuntimeDyld] Add a notifyObjectLoaded method to RuntimeDyld::MemoryManager. by Lang Hames · 10 years ago
  55. b2b7a3c [RuntimeDyld] Add alignment arguments to the reserveAllocationSpace method of by Lang Hames · 10 years ago
  56. 859d73c [Orc][RuntimeDyld] Prevent duplicate calls to finalizeMemory on shared memory by Lang Hames · 10 years ago
  57. eb59d46 [RuntimeDyld] DenseMap -> std::unordered_map by Keno Fischer · 10 years ago
  58. d5658b0 [RuntimeDyld] Don't allocate unnecessary stub buffer space by Sanjoy Das · 10 years ago
  59. 8082592 [RuntimeDyld] Add bounds checking to SectionEntry::advanceStubOffset by Sanjoy Das · 10 years ago
  60. 277776a [RuntimeDyld] Add accessors to `SectionEntry`; NFC by Sanjoy Das · 10 years ago
  61. ddad187 [RuntimeDyld] Ignore ST_FILE symbols when constructing GlobalSymbolTable by Keno Fischer · 10 years ago
  62. a32d71b [RuntimeDyld] Add support for absolute symbols. by Lang Hames · 10 years ago
  63. 86a4593 [RuntimeDyld] Don't try to get the contents of sections that don't have any by Lang Hames · 10 years ago
  64. 2cd66e9 [RuntimeDyld] Fix performance problem in resolveRelocations with many sections by Keno Fischer · 10 years ago
  65. 79fce47 [RuntimeDyld] Fix a bug in debugging output: all sections should be dumped by Lang Hames · 10 years ago
  66. 7e66c6c [RuntimeDyld] Make sure code-sections aren't under-aligned. by Lang Hames · 10 years ago
  67. d22164d [mips][mcjit] Calculate correct addend for HI16 and PCHI16 reloc by Petar Jovanovic · 10 years ago
  68. 8bab889 Convert getSymbolSection to return an ErrorOr. by Rafael Espindola · 10 years ago
  69. 2e88f4f [RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAddress take a SectionRef by Lang Hames · 10 years ago
  70. ef888a4 Simplify by passing in the section of the symbol. NFC. by Rafael Espindola · 10 years ago
  71. 78937c2 [RuntimeDyld] Skip relocations for external symbols with 64-bit address ~0ULL. by Lang Hames · 10 years ago
  72. ed067c4 Return ErrorOr from getSymbolAddress. by Rafael Espindola · 10 years ago
  73. 5d0c2ff Return ErrorOr from SymbolRef::getName. by Rafael Espindola · 10 years ago
  74. edd5f84 Expose getFlags via ELFSectionRef. by Rafael Espindola · 10 years ago
  75. 41401e9 Add a ELFSectionRef class and use it to expose getSectionType. by Rafael Espindola · 10 years ago
  76. 2fa80cc Simplify getSymbolType. by Rafael Espindola · 10 years ago
  77. d7a32ea Change how symbol sizes are handled in lib/Object. by Rafael Espindola · 10 years ago
  78. 7d09919 Remove object_error::success and use std::error_code() instead by Rui Ueyama · 10 years ago
  79. 5eb02e4 Simplify another function that doesn't fail. by Rafael Espindola · 10 years ago
  80. a4d22472 Simplify interface of function that doesn't fail. by Rafael Espindola · 10 years ago
  81. 9720283 [Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6 by Petar Jovanovic · 10 years ago
  82. e6892c8 Reapply [RuntimeDyldELF] Fold Placeholder into Addend by Keno Fischer · 10 years ago
  83. 02628de [RuntimeDyldELF] Improve GOT support by Keno Fischer · 10 years ago
  84. 2be1bbe [RuntimeDyld] Always allocate at least 1 byte for object sections in the JIT to by Lang Hames · 10 years ago
  85. 36df1ca [MCJIT] In debug memory dump output, don't truncate 64 bit addresses by Alexei Starovoitov · 11 years ago
  86. 633fe14 [MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo through by Lang Hames · 11 years ago
  87. b118603 [Orc][MCJIT][RuntimeDyld] Re-apply r231726 and r231724 with fix suggested by by Lang Hames · 11 years ago
  88. 0c3c189 Temporarily revert r231726 and r231724 as they're breaking the build.: by Eric Christopher · 11 years ago
  89. 3197fb4 [Orc][MCJIT][RuntimeDyld] Add symbol flags to symbols in RuntimeDyld. Thread the by Lang Hames · 11 years ago
  90. 1a666e0 ExecutionEngine: Preliminary support for dynamically loadable coff objects by David Majnemer · 11 years ago
  91. 127b6c3 Don't deference the section_end() iterator. by Rafael Espindola · 11 years ago
  92. 33c9433 Revert r227247 and r227228: "Add weak symbol support to RuntimeDyld". by Lang Hames · 11 years ago
  93. 88cc268 [ExecutionEngine] Add weak symbol support to RuntimeDyld by Keno Fischer · 11 years ago
  94. 93de2a1 [Orc] New JIT APIs. by Lang Hames · 11 years ago
  95. 2996895 [RuntimeDyld] Tidy up emitCommonSymbols a little. NFC. by Lang Hames · 11 years ago
  96. 1f7eab3 [RuntimeDyld] Remove the brace initialization that was introduced in r226341. by Lang Hames · 11 years ago
  97. 6bfd398 [RuntimeDyld] Track symbol visibility in RuntimeDyld. by Lang Hames · 11 years ago
  98. 0e77a94 Move three methods only used by MCJIT to MCJIT. by Rafael Espindola · 11 years ago
  99. a5cd950 [MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed. by Lang Hames · 11 years ago
  100. b5c7b1f [MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues. by Lang Hames · 11 years ago