| Commit message (Expand) | Author | Age | Files | Lines |
| * | [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 |
| * | [ExecutionEngine] Fix MCJIT::addGlobalMapping. | Lang Hames | 2015-03-31 | 1 | -58/+81 |
| * | Remove more superfluous .str() and replace std::string concatenation with Twine. | Yaron Keren | 2015-03-30 | 1 | -5/+4 |
| * | [MCJIT] In debug memory dump output, don't truncate 64 bit addresses | Alexei Starovoitov | 2015-03-30 | 1 | -2/+3 |
| * | [MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo through | Lang Hames | 2015-03-30 | 18 | -233/+296 |
| * | [Orc] Refactor JITCompileCallbackManagerBase and CompileOnDemandLayer to support | Lang Hames | 2015-03-25 | 1 | -2/+2 |
| * | [Orc] Move delta-handling for trampoline sizes into the resolver block. | Lang Hames | 2015-03-24 | 1 | -0/+2 |
| * | Raising minimum required CMake version to 2.8.12.2. | Chris Bieneman | 2015-03-23 | 1 | -1/+1 |
| * | Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used. | Benjamin Kramer | 2015-03-23 | 1 | -0/+1 |
| * | Fix uses of reserved identifiers starting with an underscore followed by an u... | David Blaikie | 2015-03-16 | 1 | -8/+8 |
| * | [Orc][MCJIT][RuntimeDyld] Re-apply r231726 and r231724 with fix suggested by | Lang Hames | 2015-03-11 | 5 | -57/+46 |
| * | Temporarily revert r231726 and r231724 as they're breaking the build.: | Eric Christopher | 2015-03-10 | 5 | -46/+57 |
| * | [Orc][MCJIT][RuntimeDyld] Add symbol flags to symbols in RuntimeDyld. Thread the | Lang Hames | 2015-03-09 | 5 | -57/+46 |