| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add namespace to some types. | Richard Trieu | 2019-01-31 | 3 | -18/+21 |
| * | [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 | 22 | -88/+66 |
| * | Implement IMAGE_REL_AMD64_SECREL for RuntimeDyldCOFFX86_64 | Nathan Lanza | 2018-12-12 | 1 | -0/+7 |
| * | [Support] Make error banner optional in logAllUnhandledErrors | Jonas Devlieghere | 2018-11-11 | 4 | -6/+6 |
| * | [RuntimeDyld][COFF] Skip non-loaded sections when calculating ImageBase. | Lang Hames | 2018-10-23 | 1 | -1/+7 |
| * | [ORC] Add partitioning support to CompileOnDemandLayer2. | Lang Hames | 2018-09-29 | 1 | -0/+6 |
| * | [ORC] Add an asynchronous jit-link function, jitLinkForORC, to RuntimeDyld and | Lang Hames | 2018-09-25 | 2 | -4/+94 |
| * | Remove 'orc' namespace from MSVCErrorWorkarounds.h, fix some typos that were | Lang Hames | 2018-09-25 | 2 | -2/+2 |
| * | Fix a missing includes and a use of the MSVC promise/future workaround that | Lang Hames | 2018-09-25 | 2 | -2/+10 |
| * | [ORC] Reapply r342939 with a fix for MSVC's promise/future restrictions. | Lang Hames | 2018-09-25 | 5 | -55/+105 |
| * | Revert "[ORC] Switch to asynchronous resolution in JITSymbolResolver." | Lang Hames | 2018-09-25 | 5 | -99/+55 |
| * | [ORC] Switch to asynchronous resolution in JITSymbolResolver. | Lang Hames | 2018-09-25 | 5 | -55/+99 |
| * | [ORC] Replace lookupFlags in JITSymbolResolver with getResponsibilitySet. | Lang Hames | 2018-08-28 | 2 | -29/+34 |
| * | [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 | 4 | -21/+41 |
| * | Remove trailing space | Fangrui Song | 2018-07-30 | 2 | -4/+4 |
| * | [RuntimeDyld] Implement the ELF PIC large code model relocations | Reid Kleckner | 2018-06-22 | 1 | -0/+43 |
| * | [PPC64] Support "symbol@high" and "symbol@higha" symbol modifers. | Sean Fertile | 2018-06-15 | 1 | -0/+2 |
| * | [RuntimeDyld] Add an assert to catch misbehaving symbol resolvers. | Lang Hames | 2018-06-12 | 1 | -0/+3 |
| * | [PowerPC] fix broken JIT-compiled code with tail call optimization | Hiroshi Inoue | 2018-05-30 | 1 | -2/+3 |
| * | [RuntimeDyld][MachO] Add support for MachO::ARM64_RELOC_POINTER_TO_GOT reloc. | Lang Hames | 2018-05-23 | 1 | -8/+48 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 12 | -190/+197 |
| * | [RuntimeDyld][MachO] Properly handle thumb to thumb calls within a section. | Lang Hames | 2018-05-09 | 1 | -1/+19 |
| * | Remove @brief commands from doxygen comments, too. | Adrian Prantl | 2018-05-01 | 2 | -3/+3 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 2 | -21/+21 |
| * | Add missing vtable anchors | Weiming Zhao | 2018-04-11 | 1 | -0/+2 |
| * | [RuntimeDyld][PowerPC] Use global entry points for calls between sections. | Lang Hames | 2018-04-05 | 1 | -9/+13 |
| * | Reapply r329133 with fix. | Lang Hames | 2018-04-04 | 1 | -5/+36 |
| * | Revert r329133 "[RuntimeDyld][AArch64] Add some error pluming / generation..." | Lang Hames | 2018-04-04 | 1 | -32/+4 |
| * | [RuntimeDyld][AArch64] Add some error pluming / generation to catch unhandled | Lang Hames | 2018-04-03 | 1 | -4/+32 |
| * | [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 | 2 | -0/+21 |
| * | [RuntimeDyld][MachO] Fix assertion in encodeAddend, add missing directive to | Lang Hames | 2018-03-01 | 1 | -3/+5 |
| * | [RuntimeDyld][MachO] Support ARM64_RELOC_BRANCH26 for BL instructions by | Lang Hames | 2018-02-28 | 1 | -2/+4 |
| * | Handle IMAGE_REL_AMD64_ADDR32NB in RuntimeDyldCOFF | Frederich Munch | 2018-02-21 | 1 | -21/+94 |
| * | Move getPlatformFlags to ELFObjectFileBase and simplify. | Rafael Espindola | 2018-01-29 | 1 | -10/+8 |
| * | Handle R_386_PLT32 in RuntimeDyldELF. | Rafael Espindola | 2018-01-24 | 1 | -0/+3 |
| * | [ORC] Add orc::SymbolResolver, a Orc/Legacy API interop header, and an | Lang Hames | 2018-01-22 | 3 | -7/+7 |
| * | 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 | 4 | -148/+229 |
| * | [ORC] Revert r322913 while I investigate an ASan failure. | Lang Hames | 2018-01-19 | 4 | -229/+148 |
| * | [ORC] Redesign the JITSymbolResolver interface to support bulk queries. | Lang Hames | 2018-01-19 | 4 | -148/+229 |
| * | [ExecutionEngine] Rename JITSymbol::isStrongDefinition to isStrong. | Lang Hames | 2018-01-16 | 1 | -1/+1 |
| * | Remove ELFDataTypeTypedefHelper class. | Rui Ueyama | 2018-01-12 | 1 | -2/+2 |
| * | Instead of ELFFile<ELFT>::Type, use ELFT::Type. NFC. | Rui Ueyama | 2018-01-12 | 1 | -1/+1 |
| * | Remove redundant includes from lib/ExecutionEngine. | Michael Zolotukhin | 2017-12-13 | 1 | -2/+0 |
| * | ExecutionEngine: make COFF Thumb2 assertions non-tautological | Saleem Abdulrasool | 2017-10-22 | 1 | -25/+11 |
| * | [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld. | Nitesh Jain | 2017-10-22 | 4 | -14/+120 |