Age | Commit message (Expand) | Author | Files | Lines |
2025-05-27 | [ORC] Refactor visit-members in StaticLibraryDefinitionGenerator. (#141546) | Lang Hames | 1 | -0/+1 |
2025-02-21 | [llvm-jitlink] Apply symbol scope modifiers explicitly for -hidden-lx. | Lang Hames | 1 | -0/+2 |
2025-01-10 | Reapply "[ORC][llvm-jitlink] Add SimpleLazyReexportsSpeculator..." with fixes. | Lang Hames | 1 | -4/+9 |
2025-01-10 | Revert "[ORC][llvm-jitlink] Add SimpleLazyReexportsSpeculator, use in llvm-ji... | Lang Hames | 1 | -9/+4 |
2025-01-10 | [ORC][llvm-jitlink] Add SimpleLazyReexportsSpeculator, use in llvm-jitlink. | Lang Hames | 1 | -4/+9 |
2024-12-23 | [llvm-jitlink] Wait for reachable files to link before running checks. | Lang Hames | 1 | -0/+13 |
2024-12-23 | Revert "[llvm-jitlink] Use concurrent linking by default." | Lang Hames | 1 | -1/+0 |
2024-12-23 | [llvm-jitlink] Use concurrent linking by default. | Lang Hames | 1 | -0/+1 |
2024-12-09 | Reapply "[ORC] Introduce LazyReexportsManager, ... (#118923)" with fixes. | Lang Hames | 1 | -13/+7 |
2024-12-09 | Revert "Reapply "[ORC] Introduce LazyReexportsManager, … (#118923)" with fi... | Lang Hames | 1 | -7/+13 |
2024-12-09 | Reapply "[ORC] Introduce LazyReexportsManager, … (#118923)" with fixes | Lang Hames | 1 | -13/+7 |
2024-12-07 | Revert "[ORC] Introduce LazyReexportsManager, JITLinkTrampolines, … (#118923)" | Lang Hames | 1 | -7/+13 |
2024-12-07 | [ORC] Introduce LazyReexportsManager, JITLinkTrampolines, ORC-RT base… (#11... | Lang Hames | 1 | -13/+7 |
2024-12-06 | [JITLink] Switch to SymbolStringPtr for Symbol names (#115796) | Jared Wyles | 1 | -4/+3 |
2024-11-18 | [ORC] Add LazyObjectLinkingLayer, lazy-linking support to llvm-jitlink (#116002) | Lang Hames | 1 | -1/+31 |
2024-10-22 | [llvm-jitlink] Use heterogenous lookups with std::map (NFC) (#113245) | Kazu Hirata | 1 | -1/+1 |
2024-01-20 | [llvm-jitlink] Allow optional stub-kind filter in stub_addr() expressions (#7... | Stefan Gränitz | 1 | -2/+5 |
2024-01-19 | [llvm-jitlink] Refactor GOT and stubs registration (NFC) (#78365) | Stefan Gränitz | 1 | -0/+10 |
2023-12-06 | Re-apply "[llvm-jitlink] Add Process and Platform JITDylibs, ..." with fixes. | Lang Hames | 1 | -0/+2 |
2023-12-05 | Revert "[llvm-jitlink] Add Process and Platform JITDylibs, generalize alias..." | Lang Hames | 1 | -2/+0 |
2023-12-05 | [llvm-jitlink] Add Process and Platform JITDylibs, generalize alias option. | Lang Hames | 1 | -0/+2 |
2023-12-03 | [llvm] Stop including vector (NFC) | Kazu Hirata | 1 | -2/+0 |
2023-07-24 | [llvm-jitlink] Move statistics code into a separate file. | Lang Hames | 1 | -14/+3 |
2023-07-19 | [llvm-jitlink] Generalize statistics gathering / reporting. | Lang Hames | 1 | -4/+14 |
2023-06-26 | Move SubtargetFeature.h from MC to TargetParser | Job Noorman | 1 | -1/+1 |
2023-05-13 | [llvm-jitlink] Pass object features when creating MCSubtargetInfo | Job Noorman | 1 | -1/+4 |
2023-03-24 | [llvm-jitlink] Rename -show-graph option to -show-graphs, make it a regex. | Lang Hames | 1 | -0/+2 |
2023-02-07 | [NFC][TargetParser] Remove llvm/ADT/Triple.h | Archibald Elliott | 1 | -1/+1 |
2022-12-05 | Remove unused #include "llvm/ADT/Optional.h" | Fangrui Song | 1 | -1/+0 |
2022-08-13 | [ORC_RT][COFF] Initial platform support for COFF/x86_64. | Sunho Kim | 1 | -0/+6 |
2022-07-13 | [JITLink][COFF] Initial COFF support. | Sunho Kim | 1 | -0/+3 |
2021-12-16 | [ORC] Add custom object interface support to StaticLibaryDefinitionGenerator. | Lang Hames | 1 | -0/+1 |
2021-12-16 | [llvm-jitlink] Remove unused struct member. | Lang Hames | 1 | -1/+0 |
2021-12-15 | [llvm-jitlink] Update handling of library options. | Lang Hames | 1 | -0/+1 |
2021-12-15 | [ORC] Add MaterializationUnit::Interface parameter to ObjectLayer::add. | Lang Hames | 1 | -16/+1 |
2021-12-05 | [llvm-jitlink] Allow -entry option to find hidden symbols. | Lang Hames | 1 | -1/+1 |
2021-10-01 | [ORC] Remove ORC RPC. | Lang Hames | 1 | -2/+0 |
2021-09-12 | Re-apply bb27e456435 and 5629afea910 with fixes. | Lang Hames | 1 | -61/+1 |
2021-09-11 | Revert 5629afea910 and bb27e456435 while I look into bot failures. | Lang Hames | 1 | -1/+61 |
2021-09-11 | [ORC] Add SimpleRemoteEPC: ExecutorProcessControl over SPS + abstract transport. | Lang Hames | 1 | -61/+1 |
2021-07-27 | [ORC] Require ExecutorProcessControl when constructing an ExecutionSession. | Lang Hames | 1 | -1/+0 |
2021-07-19 | [ORC][ORC-RT] Introduce ORC-runtime based MachO-Platform. | Lang Hames | 1 | -1/+1 |
2021-07-01 | [ORC] Rename TargetProcessControl to ExecutorProcessControl. NFC. | Lang Hames | 1 | -16/+16 |
2021-03-02 | [llvm-jitlink] Remove duplicate type defintion (NFC) | Stefan Gränitz | 1 | -2/+0 |
2020-12-30 | [ORC] Move Orc RPC code into Shared, rename some RPC types. | Lang Hames | 1 | -4/+4 |
2020-11-13 | [ORC] Break up OrcJIT library, add Orc-RPC based remote TargetProcessControl | Lang Hames | 1 | -2/+67 |
2020-10-18 | [ORC] Add support for resource tracking/removal (removable code). | Lang Hames | 1 | -2/+6 |
2020-08-11 | [llvm-jitlink] Fix a file comment. | Lang Hames | 1 | -1/+1 |
2020-08-10 | [llvm-jitlink] Update llvm-jitlink to use TargetProcessControl. | Lang Hames | 1 | -5/+5 |
2020-08-01 | [llvm-jitlink] Support promotion of ODR weak symbols in -harness mode. | Lang Hames | 1 | -0/+1 |