| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove object_error::success and use std::error_code() instead | Rui Ueyama | 2015-06-09 | 1 | -3/+3 |
| * | [Mips64][mcjit] Add R_MIPS_PC32 relocation | Petar Jovanovic | 2015-06-08 | 1 | -0/+5 |
| * | Re-commit r238838, r238844 with fix for host/target endian mismatch and windo... | Daniel Sanders | 2015-06-03 | 1 | -12/+25 |
| * | This reverts commit r238838, r238844 and r238888. | Rafael Espindola | 2015-06-03 | 1 | -5/+1 |
| * | [mips][mcjit] Add support for R_MIPS_PC32. | Daniel Sanders | 2015-06-02 | 1 | -1/+5 |
| * | Simplify now that we always use an alignment of 2 for ELF files. | Rafael Espindola | 2015-06-02 | 1 | -4/+4 |
| * | [RuntimeDydlELF] Use range-based loop. | Davide Italiano | 2015-06-02 | 1 | -5/+3 |
| * | add missing dependency for ExecutionEngine lib | Sanjay Patel | 2015-06-01 | 2 | -1/+2 |
| * | Try to fix the build of IntelJITEventListener. | Rafael Espindola | 2015-06-01 | 1 | -2/+1 |
| * | Simplify another function that doesn't fail. | Rafael Espindola | 2015-06-01 | 1 | -6/+3 |
| * | Simplify interface of function that doesn't fail. | Rafael Espindola | 2015-05-31 | 1 | -4/+2 |
| * | Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types | Benjamin Kramer | 2015-05-29 | 3 | -7/+4 |
| * | [Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6 | Petar Jovanovic | 2015-05-28 | 4 | -9/+279 |
| * | [RuntimeDyld] Fix MachO i386 SECTDIFF relocation to support non-zero addends. | Lang Hames | 2015-05-27 | 1 | -6/+5 |
| * | Remove NoFramePointerElim and NoFramePointerElimOverride from TargetOptions and | Akira Hatanaka | 2015-05-26 | 2 | -4/+8 |
| * | Update ExecutionEngine/LLVMBuild.txt, to add LLVMCodeGen. | NAKAMURA Takumi | 2015-05-23 | 1 | -1/+1 |
| * | Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions. | Akira Hatanaka | 2015-05-23 | 1 | -1/+8 |
| * | Reapply part of r237975, "Fix Clang -Wmissing-override warning", except for D... | NAKAMURA Takumi | 2015-05-22 | 3 | -12/+9 |
| * | Revert "Fix Clang -Wmissing-override warning" | Tobias Grosser | 2015-05-22 | 3 | -9/+12 |
| * | Fix Clang -Wmissing-override warning | David Blaikie | 2015-05-22 | 3 | -12/+9 |
| * | Make it easier to use DwarfContext with MCJIT | Keno Fischer | 2015-05-21 | 4 | -2/+8 |
| * | [RuntimeDyld] Use isInt to assert that a relocation didn't overflow | David Majnemer | 2015-05-15 | 1 | -6/+3 |
| * | Readdress r236990, use of static members on a non-static variable. | David Blaikie | 2015-05-11 | 1 | -8/+6 |
| * | [Orc] Reapply r236465 with fixes for the MSVC bots. | Lang Hames | 2015-05-05 | 3 | -178/+87 |
| * | [Orc] Revert r236465 - It broke the Windows bots. | Lang Hames | 2015-05-04 | 3 | -87/+178 |
| * | [Orc] Refactor the compile-on-demand layer to make module partitioning lazy, | Lang Hames | 2015-05-04 | 3 | -178/+87 |
| * | Reapply [RuntimeDyldELF] Fold Placeholder into Addend | Keno Fischer | 2015-05-01 | 3 | -192/+186 |
| * | [opaque pointer type] Pass GlobalAlias the actual pointer type rather than de... | David Blaikie | 2015-04-29 | 1 | -3/+1 |
| * | Move DIContext.h to common DebugInfo location. | Zachary Turner | 2015-04-23 | 1 | -2/+3 |
| * | [RuntimeDyld][COFF] Add external symbol resolution support to RuntimeDyldCOFF. | Lang Hames | 2015-04-22 | 1 | -14/+16 |
| * | [Orc] Make the makeStub function propagate argument attributes onto the call to | Lang Hames | 2015-04-20 | 1 | -0/+1 |
| * | [Orc] Use the 64-bit versions of FXSAVE/FXRSTOR for JIT reentry. | Lang Hames | 2015-04-20 | 1 | -16/+16 |
| * | Revert "[RuntimeDyldELF] Fold Placeholder into Addend" | Pavel Labath | 2015-04-16 | 2 | -177/+187 |
| * | Revert "[RuntimeDyldELF] Fix missing cases in Placeholder processing" | Pavel Labath | 2015-04-16 | 1 | -3/+1 |
| * | [RuntimeDyldELF] Fix missing cases in Placeholder processing | Keno Fischer | 2015-04-16 | 1 | -1/+3 |
| * | [RuntimeDyldELF] Fold Placeholder into Addend | Keno Fischer | 2015-04-15 | 2 | -187/+177 |
| * | [RuntimeDyld] Add casts to make delta computation 64-bit. | Lang Hames | 2015-04-15 | 1 | -1/+2 |
| * | [RuntimeDyld] Make sure we emit MachO __eh_frame and __gcc_except_tab sections, | Lang Hames | 2015-04-15 | 1 | -11/+16 |
| * | [RuntimeDyld] Make SectionEntry's Name field a std::string. | Lang Hames | 2015-04-14 | 1 | -1/+1 |
| * | [RuntimeDyldELF] Improve GOT support | Keno Fischer | 2015-04-14 | 5 | -114/+89 |
| * | [Orc] During module partitioning, rename anonymous and asm-private globals. | Lang Hames | 2015-04-12 | 1 | -2/+40 |
| * | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 2015-04-11 | 6 | -7/+8 |
| * | [Orc] Tidy up IndirectionUtils API a little, add some comments. NFC. | Lang Hames | 2015-04-11 | 1 | -6/+15 |
| * | Reduce dyn_cast<> to isa<> or cast<> where possible. | Benjamin Kramer | 2015-04-10 | 1 | -8/+8 |
| * | [jitlistener] Remove unused code | Benjamin Kramer | 2015-04-08 | 3 | -73/+0 |
| * | [RuntimeDyld] Always allocate at least 1 byte for object sections in the JIT to | Lang Hames | 2015-04-07 | 1 | -13/+16 |
| * | [Orc] Save all the x86-64 GPRs before re-entering the JIT. | Lang Hames | 2015-04-07 | 1 | -6/+13 |
| * | [Orc] Tidy up the assembly for the x86-64 resolver block. | Lang Hames | 2015-04-06 | 1 | -44/+45 |
| * | [Orc] Fix local-linkage handling in the CompileOnDemand layer. | Lang Hames | 2015-04-02 | 1 | -2/+2 |
| * | [Orc] Add support classes for inspecting and running C++ static ctor/dtors, and | Lang Hames | 2015-04-02 | 2 | -0/+103 |