aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/RuntimeDyld
AgeCommit message (Expand)AuthorFilesLines
2026-01-12[RuntimeDyld][MIPS] Use AT for stub function instead of T9 (#174354)Icenowy Zheng1-28/+28
2025-09-30[LoongArch] Add R_LARCH_MARK_LA relocation for la.abswanglei1-0/+3
2025-09-09MC: Use Triple form of lookupTarget in more places (#157591)Matt Arsenault1-14/+11
2025-09-08MC: Add Triple overloads for more MC constructors (#157321)Matt Arsenault1-3/+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-08-02[ExecutionEngine] Remove an unnecessary cast (NFC) (#151798)Kazu Hirata1-1/+1
2025-07-29[ExecutionEngine] Remove an unnecessary cast (NFC) (#151082)Kazu Hirata1-2/+1
2025-07-26[ExecutionEngine] Remove unnecessary casts (NFC) (#150785)Kazu Hirata1-11/+10
2025-07-21[RuntimeDyld][LoongArch] Support large code model (#148584)Ami-zhang1-6/+51
2025-06-11[llvm] Use std::tie to implement operator< (NFC) (#143728)Kazu Hirata1-9/+3
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 Spickett3-20/+20
2025-03-23[ExecutionEngine] Avoid repeated hash lookups (NFC) (#132587)Kazu Hirata3-20/+20
2025-03-16[ExecutionEngine] Avoid repeated map lookups (NFC) (#131552)Kazu Hirata1-4/+4
2025-03-15[ExecutionEngine] Avoid repeated hash lookups (NFC) (#131423)Kazu Hirata1-5/+5
2025-03-09[ExecutionEngine] Avoid repeated map lookups (NFC) (#130461)Kazu Hirata1-16/+16
2025-03-07[ExecutionEngine] Avoid repeated hash lookups (NFC) (#130239)Kazu Hirata2-6/+6
2025-03-03[ExecutionEngine] Avoid repeated hash lookups (NFC) (#129466)Kazu Hirata1-4/+4
2025-01-15[CMake] Remove some always-true HAVE_XXX_HFangrui Song1-5/+3
2024-12-06[JITLink] Switch to SymbolStringPtr for Symbol names (#115796)Jared Wyles2-0/+2
2024-11-19[ExecutionEngine] Remove unused includes (NFC) (#116749)Kazu Hirata4-7/+0
2024-11-17[NFC][LLVM] Fix a couple of build warnings (#116490)Rahul Joshi1-2/+2
2024-11-08[RuntimeDyld] Add LoongArch supportwanglei3-0/+245
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-sc2-3/+159
2024-09-15[llvm][ExecutionEngine] Strip unneeded calls to raw_string_ostream::str() (NFC)JOE19943-7/+9
2024-09-02[RuntimeDyld][Windows] Allocate space for dllimport things. (#106958)Alastair Houghton4-1/+31
2024-09-02Revert "[RuntimeDyld][Windows] Allocate space for dllimport things." (#106954)Alastair Houghton4-31/+1
2024-09-02[RuntimeDyld][Windows] Allocate space for dllimport things. (#102586)Alastair Houghton4-1/+31
2024-08-11[NFC] Eliminate top-level "using namespace" from some headers. (#102751)Rahul Joshi4-25/+26
2024-07-10[ExecutionEngine] Use range-based for loops (NFC) (#98110)Kazu Hirata2-4/+2
2024-07-04[Orc][RuntimeDyld] Return after handling error (#95364)Nikita Popov1-1/+3
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-28[RuntimeDyldChecker][AArch32] Add a PC offset to next_PC for ARM targets (#91...Eymen Ünay1-1/+7
2024-05-08[llvm] Use StringRef::operator== instead of StringRef::equals (NFC) (#91441)Kazu Hirata1-1/+1
2024-03-11Reorder fields for better packing (#77998)Nathan Sidwell1-24/+24
2024-02-03[ExecutionEngine] Simplify a string comparison (NFC)Kazu Hirata1-1/+1
2024-01-20[llvm-jitlink] Allow optional stub-kind filter in stub_addr() expressions (#7...Stefan Gränitz2-8/+22
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata7-32/+33
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata2-7/+14
2023-10-10Use llvm::endianness (NFC)Kazu Hirata2-8/+10
2023-10-09[llvm] Drop unaligned from calls to llvm::support::endian::{read,write} (NFC)Kazu Hirata1-3/+3
2023-09-09[jitlink][rtdyld][checker] Re-apply 4b17c81d5a5 with fixes.Eymen Ünay3-21/+182
2023-09-08Revert "[jitlink/rtdydl][checker] Add TargetFlag dependent disassembler switc...Tom Weaver3-184/+23
2023-09-08[jitlink/rtdydl][checker] Add TargetFlag dependent disassembler switching sup...Eymen Ünay3-23/+184
2023-09-01[llvm] Fix duplicate word typos. NFCFangrui Song1-1/+1
2023-08-14Fix typos in comments of ExecutionEngine (NFC)Eymen Ünay4-7/+7