| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | [ORC] Add partitioning support to CompileOnDemandLayer2. | Lang Hames | 2018-09-29 | 2 | -1/+22 |
| * | Reapply r343058 with a fix for -DLLVM_ENABLE_THREADS=OFF. | Lang Hames | 2018-09-26 | 1 | -0/+19 |
| * | Revert r343058 "[ORC] Add support for multithreaded compiles to LLJIT and LLL... | Hans Wennborg | 2018-09-26 | 1 | -18/+0 |
| * | [ORC] Update CompileOnDemandLayer2 to use the new lazyReexports mechanism | Lang Hames | 2018-09-26 | 1 | -1/+1 |
| * | [ORC] Add support for multithreaded compiles to LLJIT and LLLazyJIT. | Lang Hames | 2018-09-26 | 1 | -0/+18 |
| * | [MIPS] ORC JIT support | Petar Jovanovic | 2018-09-11 | 1 | -1/+1 |
| * | [ORC] Add a testcase for r338975. | Lang Hames | 2018-08-28 | 2 | -0/+9 |
| * | [ORC] Replace lookupFlags in JITSymbolResolver with getResponsibilitySet. | Lang Hames | 2018-08-28 | 3 | -0/+25 |
| * | [ORC] Add an addObjectFile method to LLJIT. | Lang Hames | 2018-08-28 | 2 | -0/+18 |
| * | [RuntimeDyld] Add test case that was accidentally left out of r340125. | Lang Hames | 2018-08-27 | 1 | -0/+102 |
| * | [CMake] Use normalized Windows target triples | Petr Hosek | 2018-08-09 | 30 | -30/+30 |
| * | Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code mod... | Reid Kleckner | 2018-07-23 | 2 | -0/+12 |
| * | Revert "Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC ... | Jonas Devlieghere | 2018-06-28 | 1 | -8/+2 |
| * | Revert "[OrcMCJIT] Fix test after r335508 causing it to fail on green dragon" | Jonas Devlieghere | 2018-06-28 | 1 | -2/+2 |
| * | [ORC] Add LLJIT and LLLazyJIT, and replace OrcLazyJIT in LLI with LLLazyJIT. | Lang Hames | 2018-06-26 | 1 | -1/+1 |
| * | [OrcMCJIT] Fix test after r335508 causing it to fail on green dragon | Francis Visoiu Mistrih | 2018-06-25 | 1 | -2/+2 |
| * | Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code mod... | Reid Kleckner | 2018-06-25 | 1 | -2/+8 |
| * | [RuntimeDyld] Implement the ELF PIC large code model relocations | Reid Kleckner | 2018-06-22 | 1 | -0/+104 |
| * | [PowerPC] fix broken JIT-compiled code with tail call optimization | Hiroshi Inoue | 2018-05-30 | 1 | -0/+48 |
| * | Add handling for GlobalAliases in ExecutionEngine::getConstantValue. | Lang Hames | 2018-05-24 | 1 | -0/+14 |
| * | [RuntimeDyld][MachO] Add support for MachO::ARM64_RELOC_POINTER_TO_GOT reloc. | Lang Hames | 2018-05-23 | 1 | -1/+11 |
| * | [RuntimeDyld][MachO] Properly handle thumb to thumb calls within a section. | Lang Hames | 2018-05-09 | 1 | -36/+45 |
| * | [RuntimeDyld][PowerPC] Fix a newly added test in r329355 | Krasimir Georgiev | 2018-04-09 | 1 | -1/+1 |
| * | [RuntimeDyld][PowerPC] Add a test case for r329335. | Lang Hames | 2018-04-05 | 2 | -0/+89 |
| * | [RuntimeDyld][MachO] Fix assertion in encodeAddend, add missing directive to | Lang Hames | 2018-03-01 | 1 | -0/+2 |
| * | [RuntimeDyld][MachO] Support ARM64_RELOC_BRANCH26 for BL instructions by | Lang Hames | 2018-02-28 | 1 | -0/+7 |
| * | Handle IMAGE_REL_AMD64_ADDR32NB in RuntimeDyldCOFF | Frederich Munch | 2018-02-21 | 1 | -0/+26 |
| * | Don't try to run MCJIT/OrcJIT EH tests when C++ library is statically linked | Petr Hosek | 2018-01-08 | 8 | -0/+8 |
| * | [CodeGen] Unify MBB reference format in both MIR and debug output | Francis Visoiu Mistrih | 2017-12-04 | 4 | -4/+4 |
| * | [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld. | Nitesh Jain | 2017-10-22 | 2 | -2/+2 |
| * | [ExecutionEngine] Temporarily remove the ExecutionEngine tls tests. | Lang Hames | 2017-10-20 | 2 | -20/+0 |
| * | [ExecutionEngine] After a heroic dev-meeting hack session, the JIT supports TLS. | Lang Hames | 2017-10-20 | 2 | -0/+20 |
| * | ExecutionEngine: adjust COFF i386 tautological asserts | Saleem Abdulrasool | 2017-10-19 | 1 | -3/+3 |
| * | [ExecutionEngine] Correct the size of a write in a COFF i386 relocation | Shoaib Meenai | 2017-10-17 | 1 | -7/+11 |
| * | Revert "Revert "ExecutionEngine: add R_AARCH64_ABS{16,32}"" | Saleem Abdulrasool | 2017-09-20 | 1 | -2/+13 |
| * | Revert "ExecutionEngine: add R_AARCH64_ABS{16,32}" | Saleem Abdulrasool | 2017-09-19 | 1 | -13/+0 |
| * | ExecutionEngine: add R_AARCH64_ABS{16,32} | Saleem Abdulrasool | 2017-09-19 | 1 | -0/+13 |
| * | [AsmParser] Recommit: Hash is not a comment on some targets | Oliver Stannard | 2017-08-21 | 1 | -1/+1 |
| * | Get rid of some more "%T" expansions, see <https://reviews.llvm.org/D35396>. | Kuba Mracek | 2017-08-20 | 7 | -37/+44 |
| * | [llvm] Get rid of "%T" expansions | Kuba Mracek | 2017-08-15 | 20 | -48/+62 |
| * | Revert "[AsmParser] Hash is not a comment on some targets" | Ahmed Bougacha | 2017-08-10 | 1 | -1/+1 |
| * | [RuntimeDyld][ORC] Add support for Thumb mode to RuntimeDyldMachOARM. | Lang Hames | 2017-08-09 | 1 | -0/+51 |
| * | [AsmParser] Hash is not a comment on some targets | Oliver Stannard | 2017-08-09 | 1 | -1/+1 |
| * | Don't pass the code model to MC | Rafael Espindola | 2017-08-02 | 7 | -12/+12 |
| * | [RuntimeDyld, PowerPC] Fix check for external symbols when detecting reloctio... | Ulrich Weigand | 2017-05-23 | 3 | -2/+32 |
| * | [RuntimeDyld] Fix debug section relocation (pr20457) | Pavel Labath | 2017-05-17 | 1 | -0/+20 |
| * | RuntimeDyldELF/AArch64: Implement basic GOT support | Eugene Leviant | 2017-02-06 | 1 | -0/+46 |
| * | Test RuntimeDyld doesn't crash with R_X86_64_NONE (r293388). | Will Dietz | 2017-01-30 | 1 | -0/+30 |
| * | RuntimeDyldELF: add LDST128_ABS_LO12_NC reloc | Eugene Leviant | 2017-01-23 | 1 | -0/+3 |
| * | RuntimeDyldELF: add LDST8_ABS_LO12_NC and LDST16_ABS_LO12_NC relocs | Eugene Leviant | 2017-01-23 | 1 | -3/+9 |