| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -1/+1 |
* | [RuntimeDyld] Implement the ELF PIC large code model relocations | Reid Kleckner | 2018-06-22 | 1 | -0/+43 |
* | [PPC64] Support "symbol@high" and "symbol@higha" symbol modifers. | Sean Fertile | 2018-06-15 | 1 | -0/+2 |
* | [PowerPC] fix broken JIT-compiled code with tail call optimization | Hiroshi Inoue | 2018-05-30 | 1 | -2/+3 |
* | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -43/+44 |
* | [RuntimeDyld][PowerPC] Use global entry points for calls between sections. | Lang Hames | 2018-04-05 | 1 | -9/+13 |
* | Move getPlatformFlags to ELFObjectFileBase and simplify. | Rafael Espindola | 2018-01-29 | 1 | -10/+8 |
* | Handle R_386_PLT32 in RuntimeDyldELF. | Rafael Espindola | 2018-01-24 | 1 | -0/+3 |
* | Remove ELFDataTypeTypedefHelper class. | Rui Ueyama | 2018-01-12 | 1 | -2/+2 |
* | Instead of ELFFile<ELFT>::Type, use ELFT::Type. NFC. | Rui Ueyama | 2018-01-12 | 1 | -1/+1 |
* | Remove redundant includes from lib/ExecutionEngine. | Michael Zolotukhin | 2017-12-13 | 1 | -2/+0 |
* | [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld. | Nitesh Jain | 2017-10-22 | 1 | -6/+75 |
* | Convert an ErrorOr to Expected. | Rafael Espindola | 2017-10-11 | 1 | -3/+6 |
* | Make the ELFObjectFile constructor private. | Rafael Espindola | 2017-10-10 | 1 | -8/+23 |
* | Try to make gcc happy. | Rafael Espindola | 2017-10-10 | 1 | -1/+1 |
* | Return Expected from createRTDyldELFObject. | Rafael Espindola | 2017-10-10 | 1 | -17/+18 |
* | Simplify. NFC. | Rafael Espindola | 2017-10-10 | 1 | -16/+10 |
* | Revert "Revert "ExecutionEngine: add R_AARCH64_ABS{16,32}"" | Saleem Abdulrasool | 2017-09-20 | 1 | -0/+12 |
* | Revert "ExecutionEngine: add R_AARCH64_ABS{16,32}" | Saleem Abdulrasool | 2017-09-19 | 1 | -12/+0 |
* | ExecutionEngine: add R_AARCH64_ABS{16,32} | Saleem Abdulrasool | 2017-09-19 | 1 | -0/+12 |
* | RuntimeDyldELF.cpp: Prune unused "TargetRegistry.h" | NAKAMURA Takumi | 2017-07-23 | 1 | -1/+0 |
* | DebugInfo: Generalize LoadedObjectInfoHelper from RuntimeDyld | David Blaikie | 2017-07-05 | 1 | -1/+2 |
* | Remove `inline` keyword from inline `classof` methods | Sam Clegg | 2017-06-29 | 1 | -2/+2 |
* | Revert [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in Runt... | Sagar Thakur | 2017-06-22 | 1 | -83/+8 |
* | [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld | Sagar Thakur | 2017-06-22 | 1 | -8/+83 |
* | Move Object format code to lib/BinaryFormat. | Zachary Turner | 2017-06-07 | 1 | -1/+1 |
* | [RuntimeDyld, PowerPC] Fix regression from r303637 | Ulrich Weigand | 2017-05-23 | 1 | -7/+9 |
* | [RuntimeDyld, PowerPC] Fix check for external symbols when detecting reloctio... | Ulrich Weigand | 2017-05-23 | 1 | -8/+5 |
* | [RuntimeDyld, PowerPC] Fix relocation detection overflow | Ulrich Weigand | 2017-05-23 | 1 | -8/+8 |
* | [ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EH | Lang Hames | 2017-05-09 | 1 | -12/+0 |
* | [SystemZ] Support missing relocation types in RuntimeDyldELF | Ulrich Weigand | 2017-05-09 | 1 | -3/+18 |
* | [bpf] add relocation support | Alexei Starovoitov | 2017-05-03 | 1 | -0/+32 |
* | RuntimeDyldELF/AArch64: Implement basic GOT support | Eugene Leviant | 2017-02-06 | 1 | -66/+123 |
* | RuntimeDyldELF: Don't abort on R_X86_64_NONE, it's a no-oop. | Will Dietz | 2017-01-28 | 1 | -0/+2 |
* | RuntimeDyldELF: add LDST128_ABS_LO12_NC reloc | Eugene Leviant | 2017-01-23 | 1 | -0/+6 |
* | RuntimeDyldELF: add LDST8_ABS_LO12_NC and LDST16_ABS_LO12_NC relocs | Eugene Leviant | 2017-01-23 | 1 | -1/+13 |
* | RuntimeDyldELF: implement R_AARCH64_PREL64 reloc | Eugene Leviant | 2017-01-10 | 1 | -0/+3 |
* | Fix MSVC build failure introduced in r291431 | Pavel Labath | 2017-01-09 | 1 | -4/+3 |
* | RuntimeDyldELF: don't create thunk if not needed | Eugene Leviant | 2017-01-09 | 1 | -1/+44 |
* | RuntimeDyldELF: refactor AArch64 relocations. NFC. | Eugene Leviant | 2016-12-27 | 1 | -106/+44 |
* | RuntimeDyldELF: add R_AARCH64_ADD_ABS_LO12_NC reloc | Eugene Leviant | 2016-12-27 | 1 | -0/+9 |
* | Fix R_AARCH64_MOVW_UABS_G3 relocation | Yichao Yu | 2016-12-15 | 1 | -23/+49 |
* | [mips][rtdyld] Move MIPS relocation resolution to a subclass and implement N3... | Simon Dardis | 2016-12-13 | 1 | -282/+16 |
* | [mips][rtdyld] Merge code to write relocated values to the section. NFC | Simon Dardis | 2016-12-07 | 1 | -124/+107 |
* | Fix cross-endianness RuntimeDyld relocation for ARM | Keno Fischer | 2016-10-20 | 1 | -9/+10 |
* | Fix PREL31 relocation on ARM | Keno Fischer | 2016-10-20 | 1 | -0/+4 |
* | [mips][mcjit] Add the majority of N32 support. | Simon Dardis | 2016-10-20 | 1 | -14/+28 |
* | [RuntimeDyld] Revert r279182 and 279201 -- they broke some ARM bots. | Lang Hames | 2016-08-19 | 1 | -16/+0 |
* | [RuntimeDyld] Add support for ELF R_ARM_REL32 and R_ARM_GOT_PREL. | Lang Hames | 2016-08-19 | 1 | -0/+16 |
* | Re-apply r278065 (Weak symbol support in RuntimeDyld) with a fix for ELF. | Lang Hames | 2016-08-09 | 1 | -0/+1 |