| Commit message (Expand) | Author | Age | Files | Lines |
* | [ORC] Add an asynchronous jit-link function, jitLinkForORC, to RuntimeDyld and | Lang Hames | 2018-09-25 | 1 | -4/+88 |
* | Remove 'orc' namespace from MSVCErrorWorkarounds.h, fix some typos that were | Lang Hames | 2018-09-25 | 1 | -1/+1 |
* | Fix a missing includes and a use of the MSVC promise/future workaround that | Lang Hames | 2018-09-25 | 1 | -0/+1 |
* | [ORC] Reapply r342939 with a fix for MSVC's promise/future restrictions. | Lang Hames | 2018-09-25 | 1 | -36/+58 |
* | Revert "[ORC] Switch to asynchronous resolution in JITSymbolResolver." | Lang Hames | 2018-09-25 | 1 | -52/+36 |
* | [ORC] Switch to asynchronous resolution in JITSymbolResolver. | Lang Hames | 2018-09-25 | 1 | -36/+52 |
* | [ORC] Replace lookupFlags in JITSymbolResolver with getResponsibilitySet. | Lang Hames | 2018-08-28 | 1 | -23/+20 |
* | [RuntimeDyld] Fix a bug in RuntimeDyld::loadObjectImpl that was over-allocating | Lang Hames | 2018-08-18 | 1 | -1/+1 |
* | [ORC] Add a 'Callable' flag to JITSymbolFlags. | Lang Hames | 2018-08-01 | 1 | -13/+20 |
* | [RuntimeDyld] Add an assert to catch misbehaving symbol resolvers. | Lang Hames | 2018-06-12 | 1 | -0/+3 |
* | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -43/+41 |
* | [RuntimeDyld] Silence a compiler error. | Lang Hames | 2018-03-14 | 1 | -1/+1 |
* | [ExecutionEngine] Add a getSymbolTable method to RuntimeDyld. | Lang Hames | 2018-03-14 | 1 | -0/+6 |
* | [ORC] Add orc::SymbolResolver, a Orc/Legacy API interop header, and an | Lang Hames | 2018-01-22 | 1 | -3/+3 |
* | Fix -Wunused-variable. | Rui Ueyama | 2018-01-19 | 1 | -1/+0 |
* | [ORC] Re-apply r322913 with a fix for a read-after-free error. | Lang Hames | 2018-01-19 | 1 | -145/+159 |
* | [ORC] Revert r322913 while I investigate an ASan failure. | Lang Hames | 2018-01-19 | 1 | -159/+145 |
* | [ORC] Redesign the JITSymbolResolver interface to support bulk queries. | Lang Hames | 2018-01-19 | 1 | -145/+159 |
* | [ExecutionEngine] Rename JITSymbol::isStrongDefinition to isStrong. | Lang Hames | 2018-01-16 | 1 | -1/+1 |
* | [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld. | Nitesh Jain | 2017-10-22 | 1 | -6/+32 |
* | [RuntimeDyld][ORC] Add support for Thumb mode to RuntimeDyldMachOARM. | Lang Hames | 2017-08-09 | 1 | -9/+31 |
* | [ORC] Errorize the ORC APIs. | Lang Hames | 2017-07-07 | 1 | -6/+27 |
* | Revert [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in Runt... | Sagar Thakur | 2017-06-22 | 1 | -32/+6 |
* | [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld | Sagar Thakur | 2017-06-22 | 1 | -6/+32 |
* | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -2/+2 |
* | [RuntimeDyld] Fix debug section relocation (pr20457) | Pavel Labath | 2017-05-17 | 1 | -3/+7 |
* | [ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EH | Lang Hames | 2017-05-09 | 1 | -1/+3 |
* | [RuntimeDyld] Make RuntimeDyld honor the ProcessAllSections flag. | Lang Hames | 2017-04-04 | 1 | -2/+2 |
* | RuntimeDyldELF/AArch64: Implement basic GOT support | Eugene Leviant | 2017-02-06 | 1 | -0/+26 |
* | [mips][rtdyld] Move MIPS relocation resolution to a subclass and implement N3... | Simon Dardis | 2016-12-13 | 1 | -3/+6 |
* | [RuntimeDyld] Skip undefined symbols when building the symbol table. | Lang Hames | 2016-11-30 | 1 | -0/+4 |
* | Remove LLVM_NOEXCEPT and replace it with noexcept | Reid Kleckner | 2016-10-19 | 1 | -1/+1 |
* | Re-apply r278065 (Weak symbol support in RuntimeDyld) with a fix for ELF. | Lang Hames | 2016-08-09 | 1 | -0/+18 |
* | Revert r278065 while I investigate some build-bot breakage. | Lang Hames | 2016-08-08 | 1 | -18/+0 |
* | [RuntimeDyld][Orc][MCJIT] Add partial weak-symbol support to RuntimeDyld. | Lang Hames | 2016-08-08 | 1 | -0/+18 |
* | [RuntimeDyld] Remove symbol that is unused as of r277943. | Lang Hames | 2016-08-07 | 1 | -1/+0 |
* | [RuntimeDyld] Replace manual flag checks with JITSymbolFlags::fromObjectSymbol. | Lang Hames | 2016-08-07 | 1 | -13/+5 |
* | [ExecutionEngine] Refactor - Roll JITSymbolFlags functionality into JITSymbol.h | Lang Hames | 2016-08-04 | 1 | -1/+1 |
* | [Orc] Fix common symbol support in ORC. | Lang Hames | 2016-08-01 | 1 | -2/+8 |
* | [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol. | Lang Hames | 2016-08-01 | 1 | -8/+8 |
* | [LLVM][MIPS] Fix createStubFunction to emit JR encoding based on Arch. | Nitesh Jain | 2016-07-15 | 1 | -1/+4 |
* | Reformat blank lines. | NAKAMURA Takumi | 2016-07-04 | 1 | -2/+2 |
* | Reformat comment lines. | NAKAMURA Takumi | 2016-07-04 | 1 | -1/+1 |
* | Untabify. | NAKAMURA Takumi | 2016-07-04 | 1 | -4/+3 |
* | Reformat. | NAKAMURA Takumi | 2016-07-04 | 1 | -4/+5 |
* | Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ... | Kevin Enderby | 2016-06-24 | 1 | -4/+4 |
* | [RuntimeDyld] Call the SymbolResolver::findSymbolInLogicalDylib method when | Lang Hames | 2016-05-25 | 1 | -1/+5 |
* | Add FIXMEs to all derived classes of std::error_category. | Peter Collingbourne | 2016-05-24 | 1 | -0/+3 |
* | Thread Expected<...> up from libObject’s getType() for symbols to allow llv... | Kevin Enderby | 2016-05-02 | 1 | -2/+2 |
* | [RuntimeDyld] Plumb Error/Expected through the internals of RuntimeDyld. | Lang Hames | 2016-04-27 | 1 | -66/+143 |