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