aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-jitlink
AgeCommit message (Expand)AuthorFilesLines
2024-02-20[llvm-jitlink] Use '@' rather than ':' for separator in -sectcreate.Lang Hames1-2/+2
2024-02-20[ORC] Add SectCreateMaterializationUnit, llvm-jitlink -sectcreate option.Lang Hames1-0/+61
2024-01-30[llvm-jitlink] Fix detectStubKind() for big endian systems (#79970)Stefan Gränitz1-4/+5
2024-01-23[llvm-jitlink-executor] Fix unused function warning with LLVM_ENABLE_THREADS=...Stefan Gränitz1-0/+4
2024-01-23[JITLink][AArch32] Multi-stub support for armv7/thumbv7 (#78371)Stefan Gränitz1-1/+45
2024-01-22[llvm-jitlink] Use SmallVectorImpl when referencing StubInfos (NFC)Nikita Popov1-2/+2
2024-01-20[llvm-jitlink] Allow optional stub-kind filter in stub_addr() expressions (#7...Stefan Gränitz3-12/+83
2024-01-19[llvm-jitlink] Fix MSVC "not all control paths return a value" warning. NFC.Simon Pilgrim1-0/+1
2024-01-19[llvm-jitlink] Refactor GOT and stubs registration (NFC) (#78365)Stefan Gränitz5-95/+89
2024-01-14[CMake] Fix building on Haiku and Solaris after c0d5d36dda04cdd409aabc015da0b...Brad Smith2-15/+3
2024-01-03[llvm-jitlink-executor] Drop else block after noreturn-if (NFC) (#76689)Stefan Gränitz1-36/+33
2024-01-03[Orc] Deduplicate GDB JIT Interface declarations (NFC) (#76373)Stefan Gränitz1-30/+3
2024-01-03[Orc][examples] Revisit advanced LLJIT examples and tests (#76236)Stefan Gränitz1-1/+54
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata1-3/+3
2023-12-06Re-apply "[llvm-jitlink] Add Process and Platform JITDylibs, ..." with fixes.Lang Hames2-64/+159
2023-12-05Revert "[llvm-jitlink] Add Process and Platform JITDylibs, generalize alias..."Lang Hames2-159/+64
2023-12-05[llvm-jitlink] Add Process and Platform JITDylibs, generalize alias option.Lang Hames2-64/+159
2023-12-03[llvm] Stop including vector (NFC)Kazu Hirata1-2/+0
2023-12-02[llvm] Stop including list (NFC)Kazu Hirata1-1/+0
2023-11-24[llvm-jitlink] Support plain AArch32 stubs in jitlink-check's stub_addr() exp...Stefan Gränitz1-0/+26
2023-11-24[llvm-jitlink] Avoid assertion failure in make_error parameterStefan Gränitz1-1/+5
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata1-1/+2
2023-09-28Re-apply "[ORC] Add N_SO and N_OSO stabs entries to MachO debug..." with fixes.Lang Hames1-1/+1
2023-09-28[ORC] Add DWARFContext generation from LinkGraphs, use in perf support.Prem Chintalapudi2-3/+7
2023-09-28[ORC] Rename MemLifetimePolicy to MemLifetime.Lang Hames1-1/+1
2023-09-18[ORC][JITLink] Non-debuginfo JITLink perf jitdump support.Prem Chintalapudi1-4/+19
2023-09-09[jitlink][rtdyld][checker] Re-apply 4b17c81d5a5 with fixes.Eymen Ünay4-21/+28
2023-09-08Revert "[jitlink/rtdydl][checker] Add TargetFlag dependent disassembler switc...Tom Weaver4-28/+21
2023-09-08[jitlink/rtdydl][checker] Add TargetFlag dependent disassembler switching sup...Eymen Ünay4-21/+28
2023-07-24[llvm-jitlink] Don't return immediately in -noexec mode, just skip execution.Lang Hames1-4/+1
2023-07-24[llvm-jitlink] Move statistics code into a separate file.Lang Hames4-118/+140
2023-07-19[llvm-jitlink] Generalize statistics gathering / reporting.Lang Hames2-37/+114
2023-06-26Move SubtargetFeature.h from MC to TargetParserJob Noorman1-1/+1
2023-05-13[llvm-jitlink] Pass object features when creating MCSubtargetInfoJob Noorman2-12/+23
2023-05-12[llvm] Migrate {starts,ends}with_insensitive to {starts,ends}_with_insensitiv...Kazu Hirata1-5/+5
2023-04-18Revert "Non-debuginfo JITLink perf jitdump support"Valentin Churavy1-19/+4
2023-04-18Non-debuginfo JITLink perf jitdump supportPrem Chintalapudi1-4/+19
2023-04-17[JITLink][ELF][x86-64] Add support for R_X86_64_GOTPC32 relocation.Lang Hames1-0/+5
2023-04-03[Orc] Add AutoRegisterCode option for DebugObjectManagerPluginStefan Gränitz1-1/+1
2023-03-27[ORC] Move most ORC APIs to ExecutorAddr, introduce ExecutorSymbolDef.Lang Hames1-9/+9
2023-03-24[llvm-jitlink] Remove unnecessary header include left in 01bdd8cffca.Lang Hames1-1/+0
2023-03-24[llvm-jitlink] Rename -show-graph option to -show-graphs, make it a regex.Lang Hames2-8/+19
2023-03-20[llvm-jitlink] Fix typo in description of llvm-jitlink's -alias option.Lang Hames1-1/+2
2023-03-18Re-apply "[JITLink][ORC] Rename MemDeallocPolicy to MemLifetime..." with fixes.Lang Hames1-2/+1
2023-03-17Revert "[JITLink][ORC] Rename MemDeallocPolicy to MemLifetimePolicy, add ..."Lang Hames1-1/+2
2023-03-17[JITLink][ORC] Rename MemDeallocPolicy to MemLifetimePolicy, add NoAlloc option.Lang Hames1-2/+1
2023-03-01[ORC] Drop StaticLibraryDefinitionGenerator Load/Create overloads with triples.Lang Hames1-2/+1
2023-02-21[ORC] Add an ExecutionSession::getTargetTriple convenience function.Lang Hames1-15/+10
2023-02-17[llvm-jitlink] Discard allocation actions in -noexec mode.Lang Hames1-2/+4
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1