llvm-project/llvm/examples/OrcV2Examples
Arthur Eubanks 7c3c981442 [Passes] Remove some legacy passes
DFAJumpThreading
JumpThreading
LibCallsShrink
LoopVectorize
SLPVectorizer
DeadStoreElimination
AggressiveDCE
CorrelatedValuePropagation
IndVarSimplify

These are part of the optimization pipeline, of which the legacy version is deprecated and being removed.
2023-03-10 17:17:00 -08:00
..
LLJITDumpObjects
LLJITRemovableCode
LLJITWithCustomObjectLinkingLayer
LLJITWithExecutorProcessControl
LLJITWithGDBRegistrationListener
LLJITWithInitializers
LLJITWithLazyReexports
LLJITWithObjectCache
LLJITWithObjectLinkingLayerPlugin [ORC] Add JITDylib argument to ResourceManager notify-removing/transferring ops. 2022-12-19 14:56:08 -08:00
LLJITWithOptimizingIRTransform [Passes] Remove some legacy passes 2023-03-10 17:17:00 -08:00
LLJITWithRemoteDebugging [Examples] Fix TargetParser Dependency 2022-12-20 12:51:57 +00:00
LLJITWithThinLTOSummaries [Examples] Fix TargetParser Dependency 2022-12-20 12:51:57 +00:00
OrcV2CBindingsAddObjectFile [Orc] Remove LLVMInitializeCore() calls from examples 2023-03-01 09:56:59 +01:00
OrcV2CBindingsBasicUsage [Orc] Remove LLVMInitializeCore() calls from examples 2023-03-01 09:56:59 +01:00
OrcV2CBindingsDumpObjects [Orc] Remove LLVMInitializeCore() calls from examples 2023-03-01 09:56:59 +01:00
OrcV2CBindingsIRTransforms [Orc] Remove LLVMInitializeCore() calls from examples 2023-03-01 09:56:59 +01:00
OrcV2CBindingsLazy [Orc] Remove LLVMInitializeCore() calls from examples 2023-03-01 09:56:59 +01:00
OrcV2CBindingsMCJITLikeMemoryManager [Orc] Remove LLVMInitializeCore() calls from examples 2023-03-01 09:56:59 +01:00
OrcV2CBindingsReflectProcessSymbols [Orc] Remove LLVMInitializeCore() calls from examples 2023-03-01 09:56:59 +01:00
OrcV2CBindingsRemovableCode [Orc] Remove LLVMInitializeCore() calls from examples 2023-03-01 09:56:59 +01:00
OrcV2CBindingsVeryLazy [Orc] Remove LLVMInitializeCore() calls from examples 2023-03-01 09:56:59 +01:00
CMakeLists.txt [C-API] Add example code to exercise new MCJIT-like-memory-manager API. 2022-12-17 14:15:07 +11:00
ExampleModules.h