summaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc/TaskDispatch.cpp
AgeCommit message (Expand)Author
2025-01-09[ORC] Fix Task cleanup during DynamicThreadPoolTaskDispatcher::shutdown.Lang Hames
2024-12-23[ORC] Don't notify condition variable when condition is not met.Lang Hames
2024-08-30[NFC] Add explicit #include llvm-config.h where its macros are used. (#106621)Daniil Fukalov
2024-04-23Re-apply "[ORC] Unify task dispatch across ExecutionSession..." with more fixes.Lang Hames
2024-04-22Revert "Re-apply [ORC] Unify task dispatch across ExecutionSession and..."Lang Hames
2024-04-22Re-apply "[ORC] Unify task dispatch across ExecutionSession and..." with fix.Lang Hames
2024-04-22Revert "[ORC] Unify task dispatch across ExecutionSession and ExecutorProcess...Mehdi Amini
2024-04-22[ORC] Unify task dispatch across ExecutionSession and ExecutorProcessControl.Lang Hames
2022-02-06[llvm] Use = default (NFC)Kazu Hirata
2021-10-10[ORC] Add TaskDispatch API and thread it through ExecutorProcessControl.Lang Hames