aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc/TargetProcess
AgeCommit message (Expand)AuthorFilesLines
2025-11-19[ORC] Remove now unused EPCDebugObjectRegistrar (NFC) (#167868)Stefan Gränitz1-16/+0
2025-11-17[ORC] Update ELF debugger support plugin to use AllocActions (#167866)Stefan Gränitz2-4/+6
2025-11-08[llvm] Remove unused local variables (NFC) (#167185)Kazu Hirata1-2/+0
2025-11-08[ExecutionEngine] Use StringRef::starts_with (NFC) (#167152)Kazu Hirata1-2/+2
2025-11-06[ORC][LibraryResolver] Fix ensureFilterBuilt assertion failure and concurrenc...SahilPatidar2-19/+16
2025-11-01REAPPLY [ORC] Add automatic shared library resolver for unresolved symbols. (...SahilPatidar3-0/+1535
2025-10-28[llvm] Use nullptr instead of 0 or NULL (NFC) (#165396)Kazu Hirata1-1/+1
2025-10-25Revert "REAPPLY [ORC] Add automatic shared library resolver for unresolved sy...SahilPatidar3-1534/+0
2025-10-24REAPPLY [ORC] Add automatic shared library resolver for unresolved symbols. #...SahilPatidar3-0/+1534
2025-10-17Revert "[ORC] Add automatic shared library resolver for unresolved symbols." ...SahilPatidar3-1530/+0
2025-10-17[ORC] Add automatic shared library resolver for unresolved symbols. (#148410)SahilPatidar3-0/+1530
2025-10-16[ORC] Align ExecutorSimpleMemoryManager w/ orc_rt::SimpleNativeMemoryMap (#16...Lang Hames1-137/+230
2025-10-15Revert "[ORC] Make runAllocActions and runDeallocActions asynchorous." (#163480)Lang Hames1-20/+8
2025-10-07[ORC] Add Executor Resolver Utility (#143654)SahilPatidar3-47/+72
2025-06-27[ORC] Add read operations to orc::MemoryAccess. (#145834)Lang Hames1-10/+90
2025-06-03[llvm] annotate interfaces in llvm/ExecutionEngine for DLL export (#140809)Andrew Rogers1-5/+4
2025-05-04[llvm] Remove unused local variables (NFC) (#138467)Kazu Hirata1-1/+0
2025-03-14[ORC] Make runAllocActions and runDeallocActions asynchorous.Lang Hames1-8/+20
2025-03-13[ORC] Rename wrapper arguments to match conventions. NFCI.Lang Hames5-38/+42
2025-03-12[ORC] Drop EHFrameRegistrar, register eh-frames with AllocActions (#130719)Lang Hames3-10/+10
2025-02-13[ORC] Silence unused variable warnings.Lang Hames1-0/+2
2025-02-13Orc: Suppress a warning in #126691NAKAMURA Takumi1-0/+1
2025-02-11[ExecutionEngine] Fix formatting (NFC)Kazu Hirata1-2/+4
2025-02-11[ExecutionEngine] Fix a warningKazu Hirata1-1/+1
2025-02-11[NFC] [clang] fixed unused variable warningFlorian Mayer1-1/+1
2025-02-12[ORC] Switch to singleton pattern for UnwindInfoManager. (#126691)Lang Hames1-103/+78
2025-02-07[ORC] Force eh-frame use for older Darwins on x86-64 in MachOPlatform, LLJIT.Lang Hames3-4/+37
2025-02-05Re-reapply "[ORC] Enable JIT support for the compact-unwind..." with fixes.Lang Hames2-0/+189
2025-02-04Fix build if ITTAPI_SOURCE_DIR is specified (#106924)Zentrik1-1/+4
2025-01-30Revert "Reapply "[ORC] Enable JIT support for the compact-unwind frame..." wi...Ben Langmuir2-189/+0
2025-01-30[ORC] Add missing files from d6524c8dfa3.Lang Hames1-0/+188
2025-01-30Reapply "[ORC] Enable JIT support for the compact-unwind frame..." with fixes.Lang Hames1-0/+1
2025-01-24Revert "[ORC] Enable JIT support for the compact-unwind frame info format..."Lang Hames2-189/+0
2025-01-23[ORC] Add explicit narrowing casts to fix build errors.Lang Hames1-2/+5
2025-01-23[ORC] Enable JIT support for the compact-unwind frame info format on Darwin.Lang Hames2-0/+186
2025-01-23[ExecutionEngine] Include <map> (#124083)Kazu Hirata1-0/+1
2024-12-06[ORC] Provide default MemoryAccess in SimpleRemoteEPC, add WritePointers impl.Lang Hames1-0/+14
2024-11-19[ExecutionEngine] Remove unused includes (NFC) (#116749)Kazu Hirata6-12/+0
2024-11-07[ORC] Switch to new visibility macros for JIT debug symbols (#113848)Thomas Fransham1-2/+3
2024-09-15[llvm][ExecutionEngine] Strip unneeded calls to raw_string_ostream::str() (NFC)JOE19941-2/+2
2024-08-30[NFC] Add explicit #include llvm-config.h where its macros are used. (#106621)Daniil Fukalov1-2/+1
2024-05-24[flang] [lldb] [llvm] Fix 'destory' comment typos [NFC] (#93260)Stephan T. Lavavej1-2/+2
2024-04-25[z/OS] Implement shared memory handling for JIT (#89933)Fanbo Meng1-0/+31
2024-03-22[ORC] Add default visibility to required JIT functions (#86322)Keith Smiley1-0/+2
2024-03-13[NFC] Corrected data type (#84880)Chen Cheng1-1/+1
2024-03-08[llvm][Support] Add and use errnoAsErrorCode (#84423)Michael Spencer1-6/+5
2024-03-07[ORC][JITLink] Add Intel VTune support to JITLink (#83957)Hongyu Chen2-0/+233
2024-03-04Revert "[ORC][JITLink] Add Intel VTune support to JITLink (#81826)"Jordan Rupprecht2-226/+0
2024-03-04[ORC][JITLink] Add Intel VTune support to JITLink (#81826)Hongyu Chen2-0/+226
2024-01-19[llvm] Use SmallString::operator std::string (NFC)Kazu Hirata1-1/+1