aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-09-30[LoongArch] Add R_LARCH_MARK_LA relocation for la.abswanglei1-0/+3
2025-08-16[ExecutionEngine] Remove unnecessary casts (NFC) (#153931)Kazu Hirata1-4/+3
2025-08-04[llvm] Use llvm::iterator_range::empty (NFC) (#151905)Kazu Hirata1-1/+1
2025-07-21[RuntimeDyld][LoongArch] Support large code model (#148584)Ami-zhang1-6/+51
2025-04-23[lldb][LoongArch] Fix expression function call failurewanglei1-2/+14
2025-04-14[lldb] add required for lldb RISCV relocations in MCJIT (#126266)dlav-sc1-0/+25
2025-03-26Revert "[ExecutionEngine] Avoid repeated hash lookups (NFC)" (#133101)David Spickett1-12/+12
2025-03-23[ExecutionEngine] Avoid repeated hash lookups (NFC) (#132587)Kazu Hirata1-12/+12
2025-03-09[ExecutionEngine] Avoid repeated map lookups (NFC) (#130461)Kazu Hirata1-16/+16
2025-03-03[ExecutionEngine] Avoid repeated hash lookups (NFC) (#129466)Kazu Hirata1-4/+4
2024-12-06[JITLink] Switch to SymbolStringPtr for Symbol names (#115796)Jared Wyles1-0/+1
2024-11-19[ExecutionEngine] Remove unused includes (NFC) (#116749)Kazu Hirata1-2/+0
2024-11-08[RuntimeDyld] Add LoongArch supportwanglei1-0/+219
2024-10-06[ExecutionEngine] Avoid repeated hash lookups (NFC) (#111275)Kazu Hirata1-7/+4
2024-10-02[lldb][RISCV] function calls support in lldb expressions (#99336)dlav-sc1-3/+152
2024-09-15[llvm][ExecutionEngine] Strip unneeded calls to raw_string_ostream::str() (NFC)JOE19941-2/+2
2024-07-10[ExecutionEngine] Use range-based for loops (NFC) (#98110)Kazu Hirata1-2/+1
2024-06-06[RuntimeDyld][ELF] Fix unwanted sign extension. (#94482)Alastair Houghton1-18/+14
2024-05-29[RuntimeDyld][ELF][AArch64] Fix resolveAArch64ShortBranch. (#92245)Alastair Houghton1-10/+20
2024-05-08[llvm] Use StringRef::operator== instead of StringRef::equals (NFC) (#91441)Kazu Hirata1-1/+1
2024-02-03[ExecutionEngine] Simplify a string comparison (NFC)Kazu Hirata1-1/+1
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata1-1/+2
2023-05-21[ExecutionEngine] Re-enable JIT tests on PowerPC.Lang Hames1-1/+3
2023-04-05[RuntimeDyld][ELF] Actually fix R_AARCH64_ABS{16,32} overflow checkFangrui Song1-2/+4
2023-04-05[RuntimeDyld][ELF] Fix off-by-1 issues in R_AARCH64_ABS{16,32} overflow checksFangrui Song1-2/+2
2023-04-03[RuntimeDyld] RuntimeDyldELF: Clear GOTOffsetMap when resetting GOT section.Graham Markall1-0/+1
2023-02-08[RuntimeDyld][ELF] Fixed relocations referencing undefined TLS symbolsMoritz Sichert1-0/+1
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2022-12-16[Alignment] Use Align in SectionRef::getAlignment()Guillaume Chatelet1-7/+3
2022-11-02[RuntimeDyld] Added support for relocation of indirect functionsMoritz Sichert1-2/+163
2022-08-08[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-1/+1
2022-07-05[RuntimeDyld] Fix R_AARCH64_TSTBR14 relocationVladislav Khmelevsky1-1/+1
2022-04-21[BOLT] Add R_AARCH64_PREL16/32/64 relocations supportAlexey Moksyakov1-0/+7
2022-02-06[llvm] Use = default (NFC)Kazu Hirata1-1/+1
2022-01-13RuntimeDyldELF: Don't abort on R_AARCH64_NONE relocationVladislav Khmelevsky1-0/+2
2021-11-29fix typos in commentsZhuo Zhang1-1/+1
2021-10-06[llvm] Replace report_fatal_error(std::string) uses with report_fatal_error(T...Simon Pilgrim1-1/+1
2021-10-05[llvm] Update report_fatal_error calls from raw_string_ostream to use Twine(O...Simon Pilgrim1-4/+2
2021-09-06[RuntimeDyld] Implemented relocation of TLS symbols in ELFMoritz Sichert1-0/+359
2021-09-06[RuntimeDyld] Implemented relocation for ELF::R_X86_64_GOTPC32Moritz Sichert1-1/+4
2021-05-25BPF: Add more relocation kindsYonghong Song1-2/+5
2021-05-18[RuntimeDyld] Add allowStubs/allowZeroSymsRafael Auler1-5/+7
2021-03-10[RuntimeDyld] Support more relocationsRafael Auler1-0/+65
2021-01-03[RuntimeDyld] Fix dangling reference in RuntimeDyldELF.Lang Hames1-6/+9
2021-01-02[PowerPC] Add the LLVM triple for powerpcle [1/5]Brandon Bergren1-1/+2
2020-12-25[libObject] - Add more ELF types to LLVM_ELF_IMPORT_TYPES_ELFT define (ELFTyp...Georgii Rymar1-7/+0
2020-07-31RuntimeDyldELF: report_fatal_error instead of asserting for unimplemented rel...Hans Wennborg1-7/+7
2020-06-10[llvm][ELF][AArch64] Handle R_AARCH64_PLT32 relocationLeonard Chan1-0/+7
2020-03-16[Object] Change ELFObjectFile<ELFT>::getFileFormatName() to use BFD namesFangrui Song1-1/+1
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling1-8/+8