aboutsummaryrefslogtreecommitdiff
path: root/llvm/examples/SpeculativeJIT
AgeCommit message (Expand)AuthorFilesLines
2023-03-27[ORC] Move most ORC APIs to ExecutorAddr, introduce ExecutorSymbolDef.Lang Hames1-4/+3
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song1-1/+1
2021-07-27[ORC] Require ExecutorProcessControl when constructing an ExecutionSession.Lang Hames1-1/+5
2021-05-10[ORC] Update SpeculativeJIT example for dispatchTask changes in 5344c88dcb2.Lang Hames1-7/+5
2020-11-13[ORC][examples] Fix include and library dependence for SpeculativeJIT example.Lang Hames2-0/+2
2020-09-11Re-apply "[ORC] Make MaterializationResponsibility immovable..." with fixes.Lang Hames1-8/+7
2020-09-11Revert "[ORC] Make MaterializationResponsibility immovable, pass by unique_ptr."Florian Hahn1-7/+8
2020-09-10[ORC] Make MaterializationResponsibility immovable, pass by unique_ptr.Lang Hames1-8/+7
2020-05-10[examples] Fix the SpeculativeJIT and ThinLtoJIT examples for 41379f1ec46.Lang Hames1-4/+7
2020-02-19[examples] Fix the SpeculativeJIT example for 85fb997659b.Lang Hames1-1/+1
2020-02-14Fix compilation breakage introduced by 8404aeb56a73ab24f9b295111de3b37a37f0b841.Alexandre Ganea1-1/+1
2020-01-21[ORC] Update examples to incorporate changes in ce2207abaf9.Lang Hames1-1/+1
2019-12-05[ORC] Remove the automagic Main JITDylib fram ExecutionSession.Lang Hames1-10/+11
2019-12-02[ORC] Add a runAsMain utility function to ExecutionUtils.Lang Hames1-12/+3
2019-09-13[Orc] Roll back ThreadPool to std::functionBenjamin Kramer1-1/+3
2019-09-13[Orc] Address the remaining move-capture FIXMEsBenjamin Kramer1-3/+1
2019-08-27[ORCv2] - New Speculate Query ImplementationPraveen Velliengiri1-4/+1
2019-08-18[ORC] Make sure we linker-mangle symbol names in the SpeculationLayer.Lang Hames1-1/+1
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-3/+3
2019-08-13[ORC] Fix SpeculativeJIT example code broken by r368707.Lang Hames1-6/+7
2019-08-03Speculative CompilationPraveen Velliengiri2-0/+211