| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | [RuntimeDyld] fix too-small-bitmask error | Nick Desaulniers | 2019-06-01 | 1 | -1/+1 | 
| *  | [RuntimeDyld] Update reserveAllocationSpace to account for stub padding. | Lang Hames | 2019-05-30 | 1 | -1/+8 | 
| *  | [RuntimeDyld] Apply padding and alignment bumps to all sections with stubs, and | Lang Hames | 2019-05-30 | 1 | -6/+5 | 
| *  | Recommit [Object] Change object::SectionRef::getContents() to return Expected... | Fangrui Song | 2019-05-16 | 1 | -2/+4 | 
| *  | Revert r360876 "[Object] Change object::SectionRef::getContents() to return E... | Hans Wennborg | 2019-05-16 | 1 | -4/+2 | 
| *  | [Object] Change object::SectionRef::getContents() to return Expected<StringRef> | Fangrui Song | 2019-05-16 | 1 | -2/+4 | 
| *  | Simplify decoupling between RuntimeDyld/RuntimeDyldChecker, add 'got_addr' util. | Lang Hames | 2019-04-12 | 1 | -2/+4 | 
| *  | [RuntimeDyld] Decouple RuntimeDyldChecker from RuntimeDyld. | Lang Hames | 2019-04-08 | 1 | -26/+60 | 
| *  | [RuntimeDyld] Don't try to allocate sections with align 0. | Zachary Turner | 2019-01-30 | 1 | -0/+5 | 
| *  | [RuntimeDyld] load all sections with ProcessAllSections | Yonghong Song | 2019-01-28 | 1 | -0/+19 | 
| *  | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 | 
| *  | [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 |