aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-jitlink/llvm-jitlink.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-20[llvm-jitlink] Allow optional stub-kind filter in stub_addr() expressions (#7...Stefan Gränitz1-2/+5
2024-01-19[llvm-jitlink] Refactor GOT and stubs registration (NFC) (#78365)Stefan Gränitz1-0/+10
2023-12-06Re-apply "[llvm-jitlink] Add Process and Platform JITDylibs, ..." with fixes.Lang Hames1-0/+2
2023-12-05Revert "[llvm-jitlink] Add Process and Platform JITDylibs, generalize alias..."Lang Hames1-2/+0
2023-12-05[llvm-jitlink] Add Process and Platform JITDylibs, generalize alias option.Lang Hames1-0/+2
2023-12-03[llvm] Stop including vector (NFC)Kazu Hirata1-2/+0
2023-07-24[llvm-jitlink] Move statistics code into a separate file.Lang Hames1-14/+3
2023-07-19[llvm-jitlink] Generalize statistics gathering / reporting.Lang Hames1-4/+14
2023-06-26Move SubtargetFeature.h from MC to TargetParserJob Noorman1-1/+1
2023-05-13[llvm-jitlink] Pass object features when creating MCSubtargetInfoJob Noorman1-1/+4
2023-03-24[llvm-jitlink] Rename -show-graph option to -show-graphs, make it a regex.Lang Hames1-0/+2
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2022-12-05Remove unused #include "llvm/ADT/Optional.h"Fangrui Song1-1/+0
2022-08-13[ORC_RT][COFF] Initial platform support for COFF/x86_64.Sunho Kim1-0/+6
2022-07-13[JITLink][COFF] Initial COFF support.Sunho Kim1-0/+3
2021-12-16[ORC] Add custom object interface support to StaticLibaryDefinitionGenerator.Lang Hames1-0/+1
2021-12-16[llvm-jitlink] Remove unused struct member.Lang Hames1-1/+0
2021-12-15[llvm-jitlink] Update handling of library options.Lang Hames1-0/+1
2021-12-15[ORC] Add MaterializationUnit::Interface parameter to ObjectLayer::add.Lang Hames1-16/+1
2021-12-05[llvm-jitlink] Allow -entry option to find hidden symbols.Lang Hames1-1/+1
2021-10-01[ORC] Remove ORC RPC.Lang Hames1-2/+0
2021-09-12Re-apply bb27e456435 and 5629afea910 with fixes.Lang Hames1-61/+1
2021-09-11Revert 5629afea910 and bb27e456435 while I look into bot failures.Lang Hames1-1/+61
2021-09-11[ORC] Add SimpleRemoteEPC: ExecutorProcessControl over SPS + abstract transport.Lang Hames1-61/+1
2021-07-27[ORC] Require ExecutorProcessControl when constructing an ExecutionSession.Lang Hames1-1/+0
2021-07-19[ORC][ORC-RT] Introduce ORC-runtime based MachO-Platform.Lang Hames1-1/+1
2021-07-01[ORC] Rename TargetProcessControl to ExecutorProcessControl. NFC.Lang Hames1-16/+16
2021-03-02[llvm-jitlink] Remove duplicate type defintion (NFC)Stefan Gränitz1-2/+0
2020-12-30[ORC] Move Orc RPC code into Shared, rename some RPC types.Lang Hames1-4/+4
2020-11-13[ORC] Break up OrcJIT library, add Orc-RPC based remote TargetProcessControlLang Hames1-2/+67
2020-10-18[ORC] Add support for resource tracking/removal (removable code).Lang Hames1-2/+6
2020-08-11[llvm-jitlink] Fix a file comment.Lang Hames1-1/+1
2020-08-10[llvm-jitlink] Update llvm-jitlink to use TargetProcessControl.Lang Hames1-5/+5
2020-08-01[llvm-jitlink] Support promotion of ODR weak symbols in -harness mode.Lang Hames1-0/+1
2020-07-30[llvm-jitlink] Add -harness option to llvm-jitlink.Lang Hames1-1/+23
2020-05-28[JITLink] Improve llvm-jitlink regression testing support for ELF.Lang Hames1-1/+5
2020-02-19[ORC] Add generic initializer/deinitializer support.Lang Hames1-1/+5
2019-12-15[ORC] Make ObjectLinkingLayer own its jitlink::MemoryManager.Lang Hames1-1/+0
2019-12-05[ORC] Remove the automagic Main JITDylib fram ExecutionSession.Lang Hames1-0/+1
2019-10-04[JITLink] Switch from an atom-based model to a "blocks and symbols" model.Lang Hames1-1/+1
2019-09-06[llvm-jitlink] Add optional slab allocator for testing locality optimizations.Lang Hames1-1/+1
2019-04-20Initial implementation of JITLink - A replacement for RuntimeDyld.Lang Hames1-0/+72