| Commit message (Expand) | Author | Age | Files | Lines |
* | [llvm/Object] - Make ELFObjectFile::getRelocatedSection return Expected<secti... | George Rimar | 2019-10-21 | 1 | -2/+12 |
* | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -3/+3 |
* | Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp... | George Rimar | 2019-08-14 | 1 | -11/+23 |
* | Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec... | George Rimar | 2019-08-14 | 1 | -23/+11 |
* | [llvm/Object] - Convert SectionRef::getName() to return Expected<> | George Rimar | 2019-08-14 | 1 | -11/+23 |
* | [RuntimeDyld] Decouple RuntimeDyldChecker from RuntimeDyld. | Lang Hames | 2019-04-08 | 1 | -3/+0 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [Support] Make error banner optional in logAllUnhandledErrors | Jonas Devlieghere | 2018-11-11 | 1 | -3/+3 |
* | 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 |