aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-jitlink
AgeCommit message (Expand)AuthorFilesLines
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2022-12-19[ORC] Add JITDylib argument to ResourceManager notify-removing/transferring ops.Lang Hames1-2/+2
2022-12-05Remove unused #include "llvm/ADT/Optional.h"Fangrui Song1-1/+0
2022-10-03[llvm-jitlink] Teach InProcessDeltaMapper to honor -slab-page-size option.Lang Hames1-14/+31
2022-09-28[llvm-jitlink] Remove JITLinkSlabAllocator classAnubhab Ghosh1-244/+0
2022-09-27[llvm-jitlink] Remove stray global.Lang Hames1-1/+1
2022-09-12[llvm] Use x.empty() instead of llvm::empty(x) (NFC)Kazu Hirata4-13/+10
2022-09-10[ORC][ORC_RT][COFF] Remove public bootstrap method.sunho1-9/+2
2022-09-10[ORC][ORC_RT][COFF] Support dynamic VC runtime.sunho1-1/+3
2022-08-28[llvm] Use llvm::find_if (NFC)Kazu Hirata3-6/+6
2022-08-28[Orc] Use MapperJITLinkMemoryManager with SharedMemoryMapper in llvm-jitlink ...Anubhab Ghosh2-3/+50
2022-08-27[Orc] Use MapperJITLinkMemoryManager with InProcessMapper in llvm-jitlink toolAnubhab Ghosh1-4/+89
2022-08-13[ORC_RT][COFF] Initial platform support for COFF/x86_64.Sunho Kim2-16/+73
2022-08-03[ORC] Ensure that llvm_orc_registerJITLoaderGDBAllocAction is linked into tools.Lang Hames2-2/+4
2022-07-29[ORC][COFF] Handle COFF import files of static archive.Sunho Kim1-91/+138
2022-07-26[JITLink][COFF] Consider lib/dll files in llvm-jitlink.Sunho Kim1-6/+10
2022-07-13[JITLink][COFF] Initial COFF support.Sunho Kim4-5/+190
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song1-2/+2
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song1-4/+3
2022-05-19[llvm-jitlink] Print session report even if entry-point lookup errors out.Lang Hames1-32/+48
2022-04-17[llvm-jitlink] Add paths to file-not-found errors.Lang Hames1-8/+12
2022-04-17[llvm-jitlink] Don't show FailedToMaterialize errors by default.Lang Hames1-4/+49
2022-03-28Remove a top-level using-directive from EPCDebugObjectRegistrar.hPavel Labath1-1/+2
2022-02-13[llvm-jitlink] Fix a bug in llvm-jitlink's Slab allocator.Lang Hames1-5/+3
2022-02-08[llvm-jitlink] Don't add process symbols to every JITDylib.Lang Hames1-18/+0
2022-02-03[llvm-jitlink] Add -alias option, shorten "-define-abs" option to "-abs".Lang Hames1-3/+37
2022-01-18[llvm-jitlink] Prevent dead-stripping of test callbackBen Langmuir1-1/+2
2022-01-14Teach llvm-jitlink to support archives in inputs files and -load_hiddenBen Langmuir1-20/+72
2022-01-10[ORC] Add helper functions for running finalize / dealloc actions.Lang Hames1-5/+16
2022-01-08[ORC][JITLink] Merge JITLink AllocActionCall and ORC WrapperFunctionCall.Lang Hames1-1/+1
2022-01-06Re-apply "[JITLink] Update JITLink to use ExecutorAddr rather... " with fixes.Lang Hames3-31/+34
2022-01-06Revert "[JITLink] Update JITLink to use ExecutorAddr rather than..."Lang Hames3-34/+31
2022-01-06[JITLink] Update JITLink to use ExecutorAddr rather than JITTargetAddress.Lang Hames3-31/+34
2021-12-28[llvm] Use nullptr instead of 0 (NFC)Kazu Hirata1-2/+2
2021-12-16[ORC] Add custom object interface support to StaticLibaryDefinitionGenerator.Lang Hames2-9/+80
2021-12-16[llvm-jitlink] Fix a typo.Lang Hames1-1/+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 Hames2-76/+271
2021-12-15[ORC] Add MaterializationUnit::Interface parameter to ObjectLayer::add.Lang Hames2-49/+30
2021-12-08[ORC] Add a MaterializationUnit::Interface struct.Lang Hames1-14/+13
2021-12-05[llvm-jitlink] Allow -entry option to find hidden symbols.Lang Hames2-11/+23
2021-11-14[llvm-jitlink] Add an explicit -debugger-support option.Lang Hames1-6/+17
2021-11-14Reapply "[ORC] Initial MachO debugging support (via GDB JIT debug.." with fixes.Lang Hames1-1/+7
2021-11-14Revert "[ORC] Initial MachO debugging support (via GDB JIT debug..."Lang Hames1-7/+1
2021-11-13[ORC] Initial MachO debugging support (via GDB JIT debug registration interface)Lang Hames1-1/+7
2021-11-12[ORC-RT][llvm-jitlink] Fix a buggy check in ORC-RT MachO TLV deregistration.Lang Hames1-0/+1
2021-11-04[ORC] Add a utility for adding missing "self" relocations to a SymbolBen Langmuir1-11/+70
2021-10-13[ORC] Use a Setup object for SimpleRemoteEPC construction.Lang Hames1-2/+3
2021-10-13[llvm-jitlink] Don't use thread pool task dispatch when LLVM_ENABLE_THREADS=OffLang Hames1-3/+17
2021-10-11Re-apply e50aea58d59, "Major JITLinkMemoryManager refactor". with fixes.Lang Hames1-69/+141