| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Mips] Add support for MCJIT for MIPS32r6 | Petar Jovanovic | 2015-07-06 | 2 | -0/+54 |
| * | Make this test a bit more interesting. | Rafael Espindola | 2015-07-06 | 1 | -1/+4 |
| * | [RuntimeDyld] Skip relocations for external symbols with 64-bit address ~0ULL. | Lang Hames | 2015-07-04 | 1 | -1/+12 |
| * | Move the personality function from LandingPadInst to Function | David Majnemer | 2015-06-17 | 10 | -20/+20 |
| * | [Mips64][mcjit] Add R_MIPS_PC32 relocation | Petar Jovanovic | 2015-06-08 | 1 | -0/+9 |
| * | Re-commit r238838, r238844 with fix for host/target endian mismatch and windo... | Daniel Sanders | 2015-06-03 | 1 | -0/+50 |
| * | This reverts commit r238838, r238844 and r238888. | Rafael Espindola | 2015-06-03 | 1 | -48/+0 |
| * | [mips] XFAIL ELF_O32_PIC_relocations.s for big-endian mips | Daniel Sanders | 2015-06-02 | 1 | -0/+2 |
| * | [mips][mcjit] Add support for R_MIPS_PC32. | Daniel Sanders | 2015-06-02 | 1 | -0/+6 |
| * | [mips] Add RuntimeDyld tests for currently supported O32 relocations. | Daniel Sanders | 2015-06-02 | 1 | -0/+40 |
| * | [Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6 | Petar Jovanovic | 2015-05-28 | 25 | -22/+184 |
| * | [RuntimeDyld] Fix MachO i386 SECTDIFF relocation to support non-zero addends. | Lang Hames | 2015-05-27 | 1 | -2/+2 |
| * | [Orc] Reapply r236465 with fixes for the MSVC bots. | Lang Hames | 2015-05-05 | 1 | -1/+1 |
| * | [Orc] Revert r236465 - It broke the Windows bots. | Lang Hames | 2015-05-04 | 1 | -1/+1 |
| * | [Orc] Refactor the compile-on-demand layer to make module partitioning lazy, | Lang Hames | 2015-05-04 | 1 | -1/+1 |
| * | [opaque pointer type] Add textual IR support for explicit type parameter to t... | David Blaikie | 2015-04-16 | 11 | -13/+13 |
| * | [RuntimeDyld] Make sure we emit MachO __eh_frame and __gcc_except_tab sections, | Lang Hames | 2015-04-15 | 1 | -0/+7 |
| * | [Orc] Reapply r234815, outputting via stdout instead. | Lang Hames | 2015-04-14 | 1 | -2/+3 |
| * | Roll back llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll, possibly ... | NAKAMURA Takumi | 2015-04-14 | 1 | -1/+0 |
| * | [RuntimeDyldELF] Improve GOT support | Keno Fischer | 2015-04-14 | 3 | -0/+34 |
| * | [Orc] Revert 234815. Still haven't quite got this test figured out apparently. | Lang Hames | 2015-04-14 | 1 | -27/+14 |
| * | [Orc] Make the OrcLazy hello.ll regression test output via stderr. | Lang Hames | 2015-04-13 | 1 | -14/+27 |
| * | [Orc] Back out r234805 for hello.ll until I can figure out how to sync up the | Lang Hames | 2015-04-13 | 1 | -3/+2 |
| * | [Orc] Add an Orc layer for applying arbitrary transforms to IR, use it to add | Lang Hames | 2015-04-13 | 1 | -2/+3 |
| * | [Orc] During module partitioning, rename anonymous and asm-private globals. | Lang Hames | 2015-04-12 | 1 | -0/+18 |
| * | [Orc] Fix local-linkage handling in the CompileOnDemand layer. | Lang Hames | 2015-04-02 | 1 | -0/+12 |
| * | [Orc] Add support classes for inspecting and running C++ static ctor/dtors, and | Lang Hames | 2015-04-02 | 2 | -26/+34 |
| * | [Orc][MCJIT] Remove the small code model regression tests. | Lang Hames | 2015-03-31 | 2 | -24/+0 |
| * | Make exit-code test use same mechanism as existing one. | Daniel Jasper | 2015-03-25 | 1 | -1/+2 |
| * | [Orc][lli] Add a very simple Orc-based lazy JIT to lli. | Lang Hames | 2015-03-25 | 98 | -145/+172 |
| * | [Orc] Add missing -use-orcmcjit flag to a number of Orc regression tests. | Lang Hames | 2015-03-23 | 16 | -18/+18 |
| * | [opaque pointer type] Add textual IR support for explicit type parameter to g... | David Blaikie | 2015-03-13 | 31 | -39/+39 |
| * | ExecutionEngine: Preliminary support for dynamically loadable coff objects | David Majnemer | 2015-03-07 | 1 | -0/+31 |
| * | [opaque pointer type] Add textual IR support for explicit type parameter to l... | David Blaikie | 2015-02-27 | 62 | -204/+204 |
| * | [opaque pointer type] Add textual IR support for explicit type parameter to g... | David Blaikie | 2015-02-27 | 16 | -42/+42 |
| * | Make frem.ll flush after calling printf. | Zachary Turner | 2015-02-18 | 1 | -0/+2 |
| * | [Orc] Make OrcMCJITReplacement::addObject calls transfer buffer ownership to the | Lang Hames | 2015-02-02 | 1 | -0/+24 |
| * | [Orc] Remove one of the OrcMCJITReplacement regression tests while I | Lang Hames | 2015-02-02 | 1 | -24/+0 |
| * | [Orc] Regression tests for OrcMCJITReplacement. | Lang Hames | 2015-02-02 | 89 | -0/+2171 |
| * | Remove a few more redundant ExecutionEngine regression tests. | Lang Hames | 2015-01-24 | 4 | -84/+0 |
| * | Remove a number of redundant ExecutionEngine regression tests. | Lang Hames | 2015-01-24 | 40 | -1076/+0 |
| * | Reverting r226937: lit: Make MCJIT's supported arch check case insensitive | Kuba Brecka | 2015-01-24 | 1 | -2/+2 |
| * | lit: Make MCJIT's supported arch check case insensitive | Reid Kleckner | 2015-01-23 | 1 | -2/+2 |
| * | [MCJIT] Remove a few redundant MCJIT tests, and drop the extraneous datalayout | Lang Hames | 2015-01-08 | 6 | -57/+0 |
| * | XFAIL several MCJIT EH tests under ASan and MSan bootstrap. | Alexey Samsonov | 2015-01-07 | 4 | -4/+4 |
| * | Small model and JIT generally don't go well with each other. | Joerg Sonnenberger | 2014-11-25 | 1 | -26/+0 |
| * | Mark as explicit failing on x86-64 -- small memory model doesn't agree | Joerg Sonnenberger | 2014-11-25 | 1 | -0/+1 |
| * | MCJIT tests passing on ARM after r222414 fixed the relocation | Renato Golin | 2014-11-20 | 2 | -2/+2 |
| * | Fix symbol resolution of floating point libc builtins in MCJIT | Reid Kleckner | 2014-11-13 | 1 | -0/+20 |
| * | [MCJIT] Defer application of AArch64 MachO GOT relocations until resolve time. | Lang Hames | 2014-10-21 | 1 | -1/+1 |