Age | Commit message (Expand) | Author | Files | Lines |
2025-06-27 | [ORC] Add read operations to orc::MemoryAccess. (#145834) | Lang Hames | 1 | -2/+17 |
2025-05-28 | Re-apply "[ORC] Add optional context string to duplicate symbol definition..." | Lang Hames | 1 | -3/+10 |
2025-05-09 | Revert "[ORC] Add optional context string to duplicate symbol definition erro... | JP Lehr | 1 | -10/+3 |
2025-05-09 | [ORC] Add optional context string to duplicate symbol definition errors. | Lang Hames | 1 | -3/+10 |
2025-04-13 | [llvm] Use llvm::is_contained (NFC) (#135566) | Kazu Hirata | 1 | -4/+2 |
2025-03-14 | [ORC] Make runAllocActions and runDeallocActions asynchorous. | Lang Hames | 1 | -7/+15 |
2025-03-12 | [ORC] Drop EHFrameRegistrar, register eh-frames with AllocActions (#130719) | Lang Hames | 1 | -4/+4 |
2025-02-12 | [ORC] Switch to singleton pattern for UnwindInfoManager. (#126691) | Lang Hames | 1 | -8/+0 |
2025-02-05 | Re-reapply "[ORC] Enable JIT support for the compact-unwind..." with fixes. | Lang Hames | 2 | -0/+15 |
2025-02-05 | [ORC] Rename MachOCompactUnwindSectionName to MachOUnwindInfoSectionName. | Lang Hames | 1 | -1/+1 |
2025-02-03 | [ORC] Drop 'Info' from MachOCompactUnwindInfoSectionName. | Lang Hames | 1 | -1/+1 |
2025-01-30 | Revert "Reapply "[ORC] Enable JIT support for the compact-unwind frame..." wi... | Ben Langmuir | 1 | -14/+0 |
2025-01-30 | Reapply "[ORC] Enable JIT support for the compact-unwind frame..." with fixes. | Lang Hames | 1 | -0/+14 |
2025-01-24 | Revert "[ORC] Enable JIT support for the compact-unwind frame info format..." | Lang Hames | 1 | -14/+0 |
2025-01-23 | [ORC] Enable JIT support for the compact-unwind frame info format on Darwin. | Lang Hames | 1 | -0/+14 |
2024-12-06 | [ORC] Provide default MemoryAccess in SimpleRemoteEPC, add WritePointers impl. | Lang Hames | 1 | -0/+2 |
2024-12-04 | [ORC] Move ostream operator for SymbolStringPtrBase into OrcShared. | Lang Hames | 2 | -0/+19 |
2024-11-19 | [ExecutionEngine] Remove unused includes (NFC) (#116749) | Kazu Hirata | 1 | -1/+0 |
2024-10-28 | [JITLink][MachO] Add convenience functions for default text/data sections. | Lang Hames | 1 | -0/+1 |
2024-10-22 | [ORC] Move MachO object format details into their own header (NFC). | Lang Hames | 3 | -56/+76 |
2024-08-30 | [NFC] Add explicit #include llvm-config.h where its macros are used. (#106621) | Daniil Fukalov | 1 | -0/+1 |
2024-06-11 | [ORC][MachO] Register objc protolist, protorefs, nlclslist metadata sections ... | Ben Langmuir | 1 | -11/+15 |
2023-12-11 | [llvm] Use StringRef::{starts,ends}_with (NFC) (#74956) | Kazu Hirata | 1 | -1/+1 |
2023-12-02 | [ORC-RT][ORC][MachO] Add executor-side symbol tables to MachO platform support. | Lang Hames | 1 | -0/+1 |
2023-08-23 | [ORC] Use EPC bootstrap symbols to communicate eh-frame registration fn addrs. | Lang Hames | 1 | -2/+2 |
2023-07-26 | [llvm][orc] Consider other ELF init sections as well | Jeff Niu | 1 | -3/+17 |
2023-04-08 | [ORC][ORC-RT][MachO] Use _objc_(map|load)_images for ObjC & Swift registration. | Lang Hames | 1 | -4/+24 |
2023-03-31 | [ORC] Fix a typo in __objc_imageinfo section name. | Lang Hames | 1 | -1/+1 |
2023-02-11 | [ORC] Move ORC-specific object format details into OrcShared. | Lang Hames | 2 | -0/+75 |
2022-10-09 | [ORC] Relax assertions in SimpleRemoteEPCTransport. | Lang Hames | 1 | -2/+2 |
2022-09-25 | [llvm] Use std::underlying_type_t (NFC) | Kazu Hirata | 1 | -2/+2 |
2022-08-11 | [ORC][COFF] Introduce COFFVCRuntimeBootstrapper. | Sunho Kim | 1 | -0/+4 |
2022-07-19 | Re-re-apply 5acd47169884, Add a shared-memory based orc::MemoryMapper... | Anubhab Ghosh | 1 | -0/+15 |
2022-07-15 | Revert "Re-apply 5acd47169884, Add a shared-memory based orc::MemoryMapper, w... | Mitch Phillips | 1 | -15/+0 |
2022-07-15 | Re-apply 5acd47169884, Add a shared-memory based orc::MemoryMapper, with fixes. | Anubhab Ghosh | 1 | -0/+15 |
2022-07-14 | Revert "[ORC] Add a shared-memory based orc::MemoryMapper." | Cullen Rhodes | 1 | -15/+0 |
2022-07-13 | [ORC] Add a shared-memory based orc::MemoryMapper. | Anubhab Ghosh | 1 | -0/+15 |
2022-07-10 | ManagedStatic: remove many straightforward uses in llvm | Nicolai Hähnle | 1 | -4/+6 |
2022-07-10 | Revert "ManagedStatic: remove many straightforward uses in llvm" | Nicolai Hähnle | 1 | -6/+4 |
2022-07-10 | ManagedStatic: remove many straightforward uses in llvm | Nicolai Hähnle | 1 | -4/+6 |
2022-02-06 | [llvm] Use = default (NFC) | Kazu Hirata | 1 | -2/+2 |
2022-01-10 | [ORC] Add helper functions for running finalize / dealloc actions. | Lang Hames | 2 | -0/+45 |
2022-01-08 | [ORC][JITLink] Merge JITLink AllocActionCall and ORC WrapperFunctionCall. | Lang Hames | 1 | -4/+4 |
2021-10-11 | [ORC] Propagate errors to handlers when sendMessage fails. | Lang Hames | 1 | -0/+5 |
2021-10-08 | Revert "[ORC] Move SimpleRemoteEPCServer::Dispatcher into OrcShared." | Lang Hames | 1 | -27/+0 |
2021-10-08 | [ORC] Move SimpleRemoteEPCServer::Dispatcher into OrcShared. | Lang Hames | 1 | -0/+27 |
2021-10-01 | [ORC] Remove ORC RPC. | Lang Hames | 2 | -59/+0 |
2021-09-26 | [ORC] Fix SimpleRemoteEPC data races. | Lang Hames | 1 | -25/+18 |
2021-09-27 | Reintroduce "[ORC] Introduce EPCGenericRTDyldMemoryManager." | Lang Hames | 1 | -0/+4 |
2021-09-26 | [ORC] Fix uninitialized variable. | Lang Hames | 1 | -1/+1 |