| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix 'not all control paths return a value' warning on MSVC builds | Simon Pilgrim | 2017-11-09 | 1 | -0/+1 |
| * | [SectionMemoryManager] Abstract out mmap, munmap, mprotect even more ; NFC | Sanjoy Das | 2017-11-09 | 1 | -25/+69 |
| * | 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 |
| * | [ExecutionEngine] After a heroic dev-meeting hack session, the JIT supports TLS. | Lang Hames | 2017-10-20 | 1 | -1/+2 |
| * | ExecutionEngine: adjust COFF i386 tautological asserts | Saleem Abdulrasool | 2017-10-19 | 1 | -16/+6 |
| * | [ExecutionEngine] Correct the size of a write in a COFF i386 relocation | Shoaib Meenai | 2017-10-17 | 1 | -1/+1 |
| * | Convert an ErrorOr to Expected. | Rafael Espindola | 2017-10-11 | 1 | -3/+6 |
| * | Make the ELFObjectFile constructor private. | Rafael Espindola | 2017-10-10 | 1 | -8/+23 |
| * | Try to make gcc happy. | Rafael Espindola | 2017-10-10 | 1 | -1/+1 |
| * | Return Expected from createRTDyldELFObject. | Rafael Espindola | 2017-10-10 | 1 | -17/+18 |
| * | Simplify. NFC. | Rafael Espindola | 2017-10-10 | 1 | -16/+10 |
| * | [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 |