| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify decoupling between RuntimeDyld/RuntimeDyldChecker, add 'got_addr' util. | Lang Hames | 2019-04-12 | 1 | -1/+1 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld. | Nitesh Jain | 2017-10-22 | 1 | -1/+3 |
* | Revert [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in Runt... | Sagar Thakur | 2017-06-22 | 1 | -3/+1 |
* | [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld | Sagar Thakur | 2017-06-22 | 1 | -1/+3 |
* | [ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EH | Lang Hames | 2017-05-09 | 1 | -2/+0 |
* | [bpf] add relocation support | Alexei Starovoitov | 2017-05-03 | 1 | -0/+3 |
* | RuntimeDyldELF/AArch64: Implement basic GOT support | Eugene Leviant | 2017-02-06 | 1 | -6/+15 |
* | RuntimeDyldELF: don't create thunk if not needed | Eugene Leviant | 2017-01-09 | 1 | -0/+3 |
* | [mips][rtdyld] Move MIPS relocation resolution to a subclass and implement N3... | Simon Dardis | 2016-12-13 | 1 | -21/+8 |
* | [mips][rtdyld] Merge code to write relocated values to the section. NFC | Simon Dardis | 2016-12-07 | 1 | -2/+4 |
* | [mips][mcjit] Add the majority of N32 support. | Simon Dardis | 2016-10-20 | 1 | -3/+6 |
* | [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol. | Lang Hames | 2016-08-01 | 1 | -1/+1 |
* | Prune RelocVisitor.h include to avoid including COFF.h from MCJIT.h | Reid Kleckner | 2016-07-06 | 1 | -0/+3 |
* | [RuntimeDyld] Plumb Error/Expected through the internals of RuntimeDyld. | Lang Hames | 2016-04-27 | 1 | -9/+9 |
* | [RuntimeDyld] Don't allocate unnecessary stub buffer space | Sanjoy Das | 2015-11-23 | 1 | -0/+2 |
* | [mips][mcjit] Calculate correct addend for HI16 and PCHI16 reloc | Petar Jovanovic | 2015-08-13 | 1 | -0/+8 |
* | [RuntimeDyld] Adapt PPC64 relocations to PPC32 | Hal Finkel | 2015-08-04 | 1 | -0/+3 |
* | Improve error handling of getRelocationAddend. | Rafael Espindola | 2015-06-19 | 1 | -2/+2 |
* | [Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6 | Petar Jovanovic | 2015-05-28 | 1 | -2/+23 |
* | Reapply [RuntimeDyldELF] Fold Placeholder into Addend | Keno Fischer | 2015-05-01 | 1 | -0/+7 |
* | Revert "[RuntimeDyldELF] Fold Placeholder into Addend" | Pavel Labath | 2015-04-16 | 1 | -7/+0 |
* | [RuntimeDyldELF] Fold Placeholder into Addend | Keno Fischer | 2015-04-15 | 1 | -0/+7 |
* | [RuntimeDyldELF] Improve GOT support | Keno Fischer | 2015-04-14 | 1 | -7/+23 |
* | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 2015-04-11 | 1 | -1/+1 |
* | [MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo through | Lang Hames | 2015-03-30 | 1 | -1/+2 |
* | ExecutionEngine: Preliminary support for dynamically loadable coff objects | David Majnemer | 2015-03-07 | 1 | -10/+0 |
* | [MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed. | Lang Hames | 2014-11-27 | 1 | -1/+1 |
* | [MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues. | Lang Hames | 2014-11-26 | 1 | -12/+15 |
* | Reverting r222828 and r222810-r222812 as they broke the build on Windows. | Aaron Ballman | 2014-11-26 | 1 | -15/+12 |
* | [MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme. | Lang Hames | 2014-11-26 | 1 | -12/+15 |
* | unique_ptrify a bunch of stuff through RuntimeDyld::loadObject | David Blaikie | 2014-09-03 | 1 | -1/+2 |
* | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
* | AArch64: remove arm64 triple enumerator. | Tim Northover | 2014-07-23 | 1 | -2/+1 |
* | [RuntimeDyld, PowerPC] Fix/improve handling of TOC relocations | Ulrich Weigand | 2014-06-27 | 1 | -1/+2 |
* | Remove all uses of 'using std::error_code' from headers. | Rafael Espindola | 2014-06-13 | 1 | -3/+1 |
* | Don't use 'using std::error_code' in include/llvm. | Rafael Espindola | 2014-06-12 | 1 | -0/+1 |
* | [RuntimeDyld] Add support for MachO __jump_table and __pointers sections, and | Lang Hames | 2014-05-12 | 1 | -1/+2 |
* | [ARM64] Try and make the ELF MCJIT *slightly* less broken for ARM64. | James Molloy | 2014-04-30 | 1 | -1/+2 |
* | PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFile | David Blaikie | 2014-04-29 | 1 | -1/+1 |
* | [RuntimeDyld] clang-format files. | Juergen Ributzka | 2014-03-21 | 1 | -57/+31 |
* | [RuntimeDyld] Allow processRelocationRef to process more than one relocation ... | Juergen Ributzka | 2014-03-21 | 1 | -4/+4 |
* | Make createObjectImage and createObjectImageFromFile static methods on the | Lang Hames | 2014-03-08 | 1 | -2/+3 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-08 | 1 | -17/+15 |
* | Fix known typos | Alp Toker | 2014-01-24 | 1 | -1/+1 |
* | Re-apply r196639: Add support for archives and object file caching under MCJIT. | Lang Hames | 2014-01-08 | 1 | -0/+2 |
* | Revert r196639 while I investigate a bot failure. | Lang Hames | 2013-12-07 | 1 | -2/+0 |
* | Add support for archives and object file caching under MCJIT. | Lang Hames | 2013-12-07 | 1 | -0/+2 |
* | Adding support for deregistering EH frames with MCJIT. | Andrew Kaylor | 2013-10-16 | 1 | -0/+2 |
* | Separating ELF and MachO stub info functions for RuntimeDyld | Andrew Kaylor | 2013-10-15 | 1 | -0/+24 |