summaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc/TargetProcess/ExecutorSharedMemoryMapperService.cpp
AgeCommit message (Expand)Author
2025-10-15Revert "[ORC] Make runAllocActions and runDeallocActions asynchorous." (#163480)Lang Hames
2025-03-14[ORC] Make runAllocActions and runDeallocActions asynchorous.Lang Hames
2024-08-30[NFC] Add explicit #include llvm-config.h where its macros are used. (#106621)Daniil Fukalov
2024-04-25[z/OS] Implement shared memory handling for JIT (#89933)Fanbo Meng
2024-03-08[llvm][Support] Add and use errnoAsErrorCode (#84423)Michael Spencer
2023-09-23Use llvm::find (NFC)Kazu Hirata
2023-03-18Re-apply "[JITLink][ORC] Rename MemDeallocPolicy to MemLifetime..." with fixes.Lang Hames
2023-03-17Revert "[JITLink][ORC] Rename MemDeallocPolicy to MemLifetimePolicy, add ..."Lang Hames
2023-03-17[JITLink][ORC] Rename MemDeallocPolicy to MemLifetimePolicy, add NoAlloc option.Lang Hames
2022-10-03[ORC] Fix typo in 543790add86.Lang Hames
2022-10-03[ORC] More attempts to fix Windows bots after d3d9f7caf966.Lang Hames
2022-10-03[ORC] Attempt to fix Windows bots after d3d9f7caf966.Lang Hames
2022-10-03[ORC][JITLink] Move MemoryFlags.h (MemProt, AllocGroup,...) from JITLink to ORC.Lang Hames
2022-08-30[ORC] Update mapper deinitialize functions to deinitialize in reverse order.Lang Hames
2022-08-21[Orc] Improve deintialize and shutdown logicAnubhab Ghosh
2022-08-11[Orc] Reorder operations in ExecutorSharedMemoryMapperService shutdownAnubhab Ghosh
2022-08-04[ORC] Fix a warning about an unused variable on Windows. NFC.Martin Storsjö
2022-08-01[Orc] Disable use of shared memory on AndroidAnubhab Ghosh
2022-07-19Re-re-apply 5acd47169884, Add a shared-memory based orc::MemoryMapper...Anubhab Ghosh
2022-07-15Revert "Re-apply 5acd47169884, Add a shared-memory based orc::MemoryMapper, w...Mitch Phillips
2022-07-15Re-apply 5acd47169884, Add a shared-memory based orc::MemoryMapper, with fixes.Anubhab Ghosh
2022-07-14Revert "[ORC] Add a shared-memory based orc::MemoryMapper."Cullen Rhodes
2022-07-14Revert "[ORC] Fix compilation on mingw"Cullen Rhodes
2022-07-14[ORC] Fix compilation on mingwMartin Storsjö
2022-07-13[ORC] Add a shared-memory based orc::MemoryMapper.Anubhab Ghosh