llvm-project/llvm/lib/Transforms/Utils
Roman Lebedev c8ba2b67a0
[SimplifyCFG] 'merge compatible invokes': fully support indirect invokes
As long as *all* the invokes in the set are indirect,
we can merge them, but don't merge direct invokes into the set,
even though it would be legal to do.
2022-02-08 21:29:38 +03:00
..
AMDGPUEmitPrintf.cpp [AMDGPUEmitPrintf] Don't require specific pointer element type 2022-01-26 16:16:32 +01:00
ASanStackFrameLayout.cpp More size_t -> uint64_t fixes after 05392466 2021-10-06 15:13:47 -07:00
AddDiscriminators.cpp
AssumeBundleBuilder.cpp Make various assume bundle data structures use uint64_t 2021-10-13 10:38:41 -07:00
BasicBlockUtils.cpp [BasicBlockUtils] Fix typo in API name (NFC) 2022-01-28 16:32:13 +01:00
BreakCriticalEdges.cpp
BuildLibCalls.cpp [BuildLibCalls] Mark calloc as inaccessiblememonly 2022-01-19 12:55:09 +01:00
BypassSlowDivision.cpp
CMakeLists.txt [NFC] factor isStandardLifetime out of HWASan 2022-02-02 13:23:55 -08:00
CallGraphUpdater.cpp [ModuleUtils] Remove dead arg from filterDeadComdatFunctions() (NFC) 2022-01-07 09:12:16 +01:00
CallPromotionUtils.cpp [AttrBuilder] Remove ctor accepting AttributeList and Index 2022-01-15 22:39:31 +01:00
CanonicalizeAliases.cpp
CanonicalizeFreezeInLoops.cpp [CanonicalizeFreeze] Drop IVUsers.h include (NFC) 2021-10-09 17:01:26 +02:00
CloneFunction.cpp [Inline][Cloning] Reliably remove unreachable blocks during cloning (PR53206) 2022-01-31 09:31:34 +01:00
CloneModule.cpp [Cloning] Clone metadata on function declarations 2021-12-01 15:40:05 -08:00
CodeExtractor.cpp Cleanup header dependencies in LLVMCore 2022-02-02 06:54:20 +01:00
CodeLayout.cpp [llvm] Use = default (NFC) 2022-02-06 22:18:35 -08:00
CodeMoverUtils.cpp [Transforms] Use make_early_inc_range (NFC) 2021-11-02 18:13:23 -07:00
CtorUtils.cpp
Debugify.cpp [Debugify] Use WeakWH map collected before Pass when checking loc drop 2021-12-21 15:54:09 +01:00
DemoteRegToStack.cpp
EntryExitInstrumenter.cpp [NPM] Added -print-pipeline-passes print params for a few passes. 2021-09-15 08:34:04 +02:00
EscapeEnumerator.cpp
Evaluator.cpp [Evaluator] Simplify handling of bitcasted calls 2022-01-25 14:19:04 +01:00
FixIrreducible.cpp [Transforms] Use {DenseSet,SetVector,SmallPtrSet}::contains (NFC) 2021-10-31 07:57:32 -07:00
FlattenCFG.cpp [Transforms] Use {DenseSet,SetVector,SmallPtrSet}::contains (NFC) 2021-10-31 07:57:32 -07:00
FunctionComparator.cpp [FunctionComparator] Use getAlign() instead of getAlignment() 2021-12-15 14:40:56 -08:00
FunctionImportUtils.cpp
GlobalStatus.cpp [GlobalStatus] Skip non-pointer dead constant users 2022-02-01 15:51:32 +01:00
GuardUtils.cpp [llvm][NFC] Inclusive language: Reword replace uses of sanity in llvm/lib/Transform comments and asserts 2021-11-23 13:22:55 -05:00
HelloWorld.cpp
InjectTLIMappings.cpp [Transforms] Migrate from getNumArgOperands to arg_size (NFC) 2021-10-01 09:57:40 -07:00
InlineFunction.cpp Cleanup header dependencies in LLVMCore 2022-02-02 06:54:20 +01:00
InstructionNamer.cpp
IntegerDivision.cpp
LCSSA.cpp [NFC] Remove unnecessary #includes 2022-02-04 21:22:41 -08:00
LibCallsShrinkWrap.cpp [IR, Transforms] Use arg_empty (NFC) 2021-09-09 08:50:10 -07:00
Local.cpp Reland [SimplifyCFG] `markAliveBlocks()`: recognize that normal dest of `invoke`d `noreturn` function is `unreachable` 2022-02-05 02:58:19 +03:00
LoopPeel.cpp [LoopPeel] Use reference instead of pointer for DT argument 2022-02-01 17:00:08 -05:00
LoopRotationUtils.cpp [Transforms] Use make_early_inc_range (NFC) 2021-11-07 17:03:15 -08:00
LoopSimplify.cpp [llvm] Use range-based for loops (NFC) 2021-11-19 21:12:13 -08:00
LoopUnroll.cpp [unroll] Strengthen verification of analysis updates under expensive asserts 2022-01-06 08:51:50 -08:00
LoopUnrollAndJam.cpp
LoopUnrollRuntime.cpp [LoopUnrollRuntime] Remove unnecessary pointer BECount check (NFC) 2021-12-01 10:32:37 +01:00
LoopUtils.cpp [LoopUtils] Use InstSimplifyFolder in addRuntimeChecks. 2022-01-15 15:21:16 +00:00
LoopVersioning.cpp [Transforms] Use default member initialization in LoopVersioning (NFC) 2022-02-06 16:36:25 -08:00
LowerInvoke.cpp
LowerMemIntrinsics.cpp [NFC] Remove uses of PointerType::getElementType() 2022-01-25 09:44:52 +01:00
LowerSwitch.cpp [Transforms] Use make_early_inc_range (NFC) 2021-09-15 19:55:24 -07:00
MatrixUtils.cpp
Mem2Reg.cpp
MemoryOpRemark.cpp
MemoryTaggingSupport.cpp [NFC] pull retvec logic to MemoryTaggingSupport. 2022-02-02 16:05:52 -08:00
MetaRenamer.cpp Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C++17" 2022-01-26 16:55:53 +01:00
ModuleUtils.cpp ModuleUtils - VFABI::setVectorVariantNames - use ArrayRef<> instead of const SmallVector to pass argument 2022-02-03 12:11:48 +00:00
NameAnonGlobals.cpp Cleanup header dependencies in LLVMCore 2022-02-02 06:54:20 +01:00
PredicateInfo.cpp [PredicateInfo] Use Intrinsic::getDeclaration now that it handles unnamed types. 2021-07-28 19:30:29 +02:00
PromoteMemoryToRegister.cpp [Mem2Reg] Check that load type matches alloca type 2022-02-08 17:16:15 +01:00
RelLookupTableConverter.cpp [Passes] Fix relative lookup table converter pass 2021-12-12 04:40:17 +00:00
SCCPSolver.cpp [llvm] Use = default (NFC) 2022-02-06 22:18:35 -08:00
SSAUpdater.cpp Reland "[LICM] Hoist LOAD without sinking the STORE" 2021-12-02 03:53:50 -08:00
SSAUpdaterBulk.cpp [Transforms] Remove HasValueForBlock (NFC) 2021-07-30 08:56:49 -07:00
SampleProfileInference.cpp A better profi rebalancer 2022-01-18 12:14:24 -08:00
SampleProfileLoaderBaseUtil.cpp profi - a flow-based profile inference algorithm: Part I (out of 3) 2021-12-01 15:30:38 -08:00
SanitizerStats.cpp
ScalarEvolutionExpander.cpp [SCEV] Generalize SCEVEqualsPredicate to any compare [NFC] 2022-02-08 08:18:09 -08:00
SimplifyCFG.cpp [SimplifyCFG] 'merge compatible invokes': fully support indirect invokes 2022-02-08 21:29:38 +03:00
SimplifyIndVar.cpp [Transforms] Use default member initialization in SimplifyIndvar (NFC) 2022-02-05 16:29:22 -08:00
SimplifyLibCalls.cpp [Transforms] Use default member initialization in LibCallSimplifier (NFC) 2022-02-06 16:36:27 -08:00
SizeOpts.cpp
SplitModule.cpp [IR] Refactor GlobalIFunc to inherit from GlobalObject, Remove GlobalIndirectSymbol 2021-10-20 10:29:47 -07:00
StripGCRelocates.cpp
StripNonLineTableDebugInfo.cpp
SymbolRewriter.cpp [llvm] Replace report_fatal_error(std::string) uses with report_fatal_error(Twine) 2021-10-06 12:04:30 +01:00
UnifyFunctionExitNodes.cpp
UnifyLoopExits.cpp
Utils.cpp Cleanup header dependencies in LLVMCore 2022-02-02 06:54:20 +01:00
VNCoercion.cpp Cleanup header dependencies in LLVMCore 2022-02-02 06:54:20 +01:00
ValueMapper.cpp [DebugInfo] ValueMapper impl for DIArgList respects IgnoreMissingLocals 2022-01-17 17:17:32 +00:00