summaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc/TargetProcess
AgeCommit message (Expand)Author
2025-11-19[ORC] Remove now unused EPCDebugObjectRegistrar (NFC) (#167868)Stefan Gränitz
2025-11-17[ORC] Update ELF debugger support plugin to use AllocActions (#167866)Stefan Gränitz
2025-11-08[llvm] Remove unused local variables (NFC) (#167185)Kazu Hirata
2025-11-08[ExecutionEngine] Use StringRef::starts_with (NFC) (#167152)Kazu Hirata
2025-11-06[ORC][LibraryResolver] Fix ensureFilterBuilt assertion failure and concurrenc...SahilPatidar
2025-11-01REAPPLY [ORC] Add automatic shared library resolver for unresolved symbols. (...SahilPatidar
2025-10-28[llvm] Use nullptr instead of 0 or NULL (NFC) (#165396)Kazu Hirata
2025-10-25Revert "REAPPLY [ORC] Add automatic shared library resolver for unresolved sy...SahilPatidar
2025-10-24REAPPLY [ORC] Add automatic shared library resolver for unresolved symbols. #...SahilPatidar
2025-10-17Revert "[ORC] Add automatic shared library resolver for unresolved symbols." ...SahilPatidar
2025-10-17[ORC] Add automatic shared library resolver for unresolved symbols. (#148410)SahilPatidar
2025-10-16[ORC] Align ExecutorSimpleMemoryManager w/ orc_rt::SimpleNativeMemoryMap (#16...Lang Hames
2025-10-15Revert "[ORC] Make runAllocActions and runDeallocActions asynchorous." (#163480)Lang Hames
2025-10-07[ORC] Add Executor Resolver Utility (#143654)SahilPatidar
2025-06-27[ORC] Add read operations to orc::MemoryAccess. (#145834)Lang Hames
2025-06-03[llvm] annotate interfaces in llvm/ExecutionEngine for DLL export (#140809)Andrew Rogers
2025-05-04[llvm] Remove unused local variables (NFC) (#138467)Kazu Hirata
2025-03-14[ORC] Make runAllocActions and runDeallocActions asynchorous.Lang Hames
2025-03-13[ORC] Rename wrapper arguments to match conventions. NFCI.Lang Hames
2025-03-12[ORC] Drop EHFrameRegistrar, register eh-frames with AllocActions (#130719)Lang Hames
2025-02-13[ORC] Silence unused variable warnings.Lang Hames
2025-02-13Orc: Suppress a warning in #126691NAKAMURA Takumi
2025-02-11[ExecutionEngine] Fix formatting (NFC)Kazu Hirata
2025-02-11[ExecutionEngine] Fix a warningKazu Hirata
2025-02-11[NFC] [clang] fixed unused variable warningFlorian Mayer
2025-02-12[ORC] Switch to singleton pattern for UnwindInfoManager. (#126691)Lang Hames
2025-02-07[ORC] Force eh-frame use for older Darwins on x86-64 in MachOPlatform, LLJIT.Lang Hames
2025-02-05Re-reapply "[ORC] Enable JIT support for the compact-unwind..." with fixes.Lang Hames
2025-02-04Fix build if ITTAPI_SOURCE_DIR is specified (#106924)Zentrik
2025-01-30Revert "Reapply "[ORC] Enable JIT support for the compact-unwind frame..." wi...Ben Langmuir
2025-01-30[ORC] Add missing files from d6524c8dfa3.Lang Hames
2025-01-30Reapply "[ORC] Enable JIT support for the compact-unwind frame..." with fixes.Lang Hames
2025-01-24Revert "[ORC] Enable JIT support for the compact-unwind frame info format..."Lang Hames
2025-01-23[ORC] Add explicit narrowing casts to fix build errors.Lang Hames
2025-01-23[ORC] Enable JIT support for the compact-unwind frame info format on Darwin.Lang Hames
2025-01-23[ExecutionEngine] Include <map> (#124083)Kazu Hirata
2024-12-06[ORC] Provide default MemoryAccess in SimpleRemoteEPC, add WritePointers impl.Lang Hames
2024-11-19[ExecutionEngine] Remove unused includes (NFC) (#116749)Kazu Hirata
2024-11-07[ORC] Switch to new visibility macros for JIT debug symbols (#113848)Thomas Fransham
2024-09-15[llvm][ExecutionEngine] Strip unneeded calls to raw_string_ostream::str() (NFC)JOE1994
2024-08-30[NFC] Add explicit #include llvm-config.h where its macros are used. (#106621)Daniil Fukalov
2024-05-24[flang] [lldb] [llvm] Fix 'destory' comment typos [NFC] (#93260)Stephan T. Lavavej
2024-04-25[z/OS] Implement shared memory handling for JIT (#89933)Fanbo Meng
2024-03-22[ORC] Add default visibility to required JIT functions (#86322)Keith Smiley
2024-03-13[NFC] Corrected data type (#84880)Chen Cheng
2024-03-08[llvm][Support] Add and use errnoAsErrorCode (#84423)Michael Spencer
2024-03-07[ORC][JITLink] Add Intel VTune support to JITLink (#83957)Hongyu Chen
2024-03-04Revert "[ORC][JITLink] Add Intel VTune support to JITLink (#81826)"Jordan Rupprecht
2024-03-04[ORC][JITLink] Add Intel VTune support to JITLink (#81826)Hongyu Chen
2024-01-19[llvm] Use SmallString::operator std::string (NFC)Kazu Hirata