summaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc/Speculation.cpp
AgeCommit message (Expand)Author
2025-07-03[ORC] Replace ThreadSafeContext::getContext with withContextDo. (#146819)Lang Hames
2024-11-11[ORC] Move absoluteSymbols from Core.h to new AbsoluteSymbols.h header. NFC.Lang Hames
2023-10-05[llvm] Replace uses of Type::getPointerTo (NFC)JOE1994
2023-03-27[ORC] Move most ORC APIs to ExecutorAddr, introduce ExecutorSymbolDef.Lang Hames
2022-06-20[llvm] Don't use Optional::getValue (NFC)Kazu Hirata
2022-06-20[llvm] Don't use Optional::hasValue (NFC)Kazu Hirata
2020-09-11Re-apply "[ORC] Make MaterializationResponsibility immovable..." with fixes.Lang Hames
2020-09-11Revert "[ORC] Make MaterializationResponsibility immovable, pass by unique_ptr."Florian Hahn
2020-09-10[ORC] Make MaterializationResponsibility immovable, pass by unique_ptr.Lang Hames
2020-07-23Speculation.h - remove unnecessary includes. NFC.Simon Pilgrim
2020-01-24[Alignment][NFC] Deprecate Align::None()Guillaume Chatelet
2019-10-15[Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)Guillaume Chatelet
2019-08-27[ORCv2] - New Speculate Query ImplementationPraveen Velliengiri
2019-08-03Speculative CompilationPraveen Velliengiri