| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ORC] Fix the type of RTDyldObjectLinkingLayer::NotifyLoadedFtor. | Lang Hames | 2017-09-28 | 1 | -1/+1 |
| * | Revert "Revert "ExecutionEngine: add R_AARCH64_ABS{16,32}"" | Saleem Abdulrasool | 2017-09-20 | 1 | -0/+12 |
| * | Revert "ExecutionEngine: add R_AARCH64_ABS{16,32}" | Saleem Abdulrasool | 2017-09-19 | 1 | -12/+0 |
| * | ExecutionEngine: add R_AARCH64_ABS{16,32} | Saleem Abdulrasool | 2017-09-19 | 1 | -0/+12 |
| * | [ORC] Hook up the LLVMOrcAddObjectFile function in the Orc C Bindings. | Lang Hames | 2017-09-17 | 2 | -32/+92 |
| * | [ORC] Fix a typo. | Lang Hames | 2017-09-15 | 1 | -1/+1 |
| * | [ORC] Add a pair of ORC layers that forward object-layer operations via RPC. | Lang Hames | 2017-09-05 | 1 | -0/+2 |
| * | [ORC] Add an Error return to the JITCompileCallbackManager::grow method. | Lang Hames | 2017-09-03 | 1 | -6/+9 |
| * | [Orc] Add a comment about member variable dependencies to OrcMCJITReplacement. | Lang Hames | 2017-08-31 | 1 | -0/+3 |
| * | [Orc] Fix member variable ordering issue in OrcMCJITReplacement. | Lang Hames | 2017-08-30 | 1 | -2/+3 |
| * | Untabify. | NAKAMURA Takumi | 2017-08-28 | 1 | -3/+3 |
| * | [ORC] Add case statements for AArch64 to the local stub and callback manager | Lang Hames | 2017-08-15 | 1 | -0/+13 |
| * | [cmake] Expose the dependencies of ExecutionEngine as PUBLIC | Michal Gorny | 2017-08-11 | 1 | -0/+4 |
| * | [RuntimeDyld][ORC] Add support for Thumb mode to RuntimeDyldMachOARM. | Lang Hames | 2017-08-09 | 6 | -35/+200 |
| * | Delete Default and JITDefault code models | Rafael Espindola | 2017-08-03 | 3 | -7/+8 |
| * | RuntimeDyldELF.cpp: Prune unused "TargetRegistry.h" | NAKAMURA Takumi | 2017-07-23 | 1 | -1/+0 |
| * | Remove some leftover DWARFContextInMemory. | Rafael Espindola | 2017-07-19 | 1 | -1/+1 |
| * | [RuntimeDyld][MachO/ARM] Don't add a redundant relocation entry. | Lang Hames | 2017-07-18 | 1 | -1/+0 |
| * | [ORC] Errorize the ORC APIs. | Lang Hames | 2017-07-07 | 8 | -61/+158 |
| * | DebugInfo: Generalize LoadedObjectInfoHelper from RuntimeDyld | David Blaikie | 2017-07-05 | 3 | -4/+9 |
| * | [Orc] Remove the memory manager argument to addModule, and de-templatize the | Lang Hames | 2017-07-04 | 2 | -12/+18 |
| * | Attempt to fix Orc JIT test timeouts | Reid Kleckner | 2017-06-29 | 1 | -5/+5 |
| * | Remove `inline` keyword from inline `classof` methods | Sam Clegg | 2017-06-29 | 1 | -2/+2 |
| * | [ORC] Re-apply r306166 and r306168 with fix for regression test. | Lang Hames | 2017-06-23 | 4 | -27/+69 |
| * | This reverts commit r306166 and r306168. | Rafael Espindola | 2017-06-23 | 3 | -51/+27 |
| * | [ORC] Remove redundant semicolons from DEFINE_SIMPLE_CONVERSION_FUNCTIONS uses. | Lang Hames | 2017-06-23 | 1 | -2/+2 |
| * | [ORC] Move ORC IR layer interface from addModuleSet to addModule and fix the | Lang Hames | 2017-06-23 | 3 | -27/+51 |
| * | [ORC] Switch the object layer API from addObjectSet to addObject (singular), and | Lang Hames | 2017-06-22 | 2 | -42/+29 |
| * | Revert [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in Runt... | Sagar Thakur | 2017-06-22 | 4 | -124/+15 |
| * | [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld | Sagar Thakur | 2017-06-22 | 4 | -15/+124 |
| * | [ExecutionEngine] Fix some Clang-tidy modernize-use-using and Include What Yo... | Eugene Zelenko | 2017-06-19 | 2 | -30/+53 |
| * | Move Object format code to lib/BinaryFormat. | Zachary Turner | 2017-06-07 | 5 | -5/+5 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 12 | -15/+15 |
| * | [RuntimeDyld, PowerPC] Fix regression from r303637 | Ulrich Weigand | 2017-05-23 | 1 | -7/+9 |
| * | [RuntimeDyld, PowerPC] Fix check for external symbols when detecting reloctio... | Ulrich Weigand | 2017-05-23 | 1 | -8/+5 |
| * | [RuntimeDyld, PowerPC] Fix relocation detection overflow | Ulrich Weigand | 2017-05-23 | 1 | -8/+8 |
| * | [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 | 9 | -24/+18 |
| * | [SystemZ] Support missing relocation types in RuntimeDyldELF | Ulrich Weigand | 2017-05-09 | 1 | -3/+18 |
| * | Make llvm-rtdlyd -check preserve automatic address mappings made by RuntimeDyld. | Lang Hames | 2017-05-07 | 2 | -0/+16 |
| * | [bpf] add relocation support | Alexei Starovoitov | 2017-05-03 | 2 | -0/+35 |
| * | [APInt] Use inplace shift methods where possible. NFCI | Craig Topper | 2017-04-28 | 1 | -1/+1 |
| * | Revert "[APInt] Fix a few places that use APInt::getRawData to operate within... | Renato Golin | 2017-04-23 | 1 | -1/+1 |
| * | [APInt] Use operator<<= instead of shl where possible. NFC | Craig Topper | 2017-04-23 | 1 | -1/+1 |
| * | [APInt] Use lshrInPlace to replace lshr where possible | Craig Topper | 2017-04-18 | 1 | -1/+1 |
| * | [ORC] Add RPC and serialization support for Errors and Expecteds. | Lang Hames | 2017-04-13 | 1 | -0/+3 |
| * | [ORC] Add missing file from r300155. | Lang Hames | 2017-04-13 | 1 | -0/+55 |
| * | [ORC] Use native Errors rather than converted std::error_codes for ORC RPC. | Lang Hames | 2017-04-13 | 2 | -19/+5 |
| * | [IR] Redesign the case iterator in SwitchInst to actually be an iterator | Chandler Carruth | 2017-04-12 | 1 | -3/+3 |
| * | [Orc] Make orcError return an error_code rather than Error. | Lang Hames | 2017-04-06 | 1 | -6/+3 |