llvm-project/llvm/lib/Transforms/Utils
Nikita Popov 16a2d5f885 [SCEVExpander] Use early returns in FindValueInExprValueMap() (NFC) 2022-02-25 10:09:16 +01:00
..
AMDGPUEmitPrintf.cpp [AMDGPU] replace hostcall module flag with function attribute 2022-02-11 22:51:56 +05:30
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 PGOInstrumentation, GCOVProfiling: Split indirectbr critical edges regardless of PHIs 2022-02-23 16:27:37 -08:00
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 [NFC] Remove unnecessary "#include"s from header files 2022-02-23 01:20:48 -08: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] Keep Visited set in isSafeToDestroyConstant() 2022-02-22 10:02:37 +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 [PSE] Remove assumption that top level predicate is union from public interface [NFC*] 2022-02-10 16:14:52 -08:00
LowerInvoke.cpp
LowerMemIntrinsics.cpp [LowerMemIntrinsics] Explicitly use i8 type in memmove lowering 2022-02-16 16:31:55 +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] [MTE] [HWASan] Remove unnecessary member of AllocaInfo 2022-02-16 15:19:30 -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 [OpenMP] Make section variable external to prevent collisions 2022-02-24 10:57:09 -05: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 [RelLookupTableConverter] Ensure that GV, GEP and load types match 2022-02-17 12:05:05 +01: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 [SCEVExpander] Use early returns in FindValueInExprValueMap() (NFC) 2022-02-25 10:09:16 +01:00
SimplifyCFG.cpp [SimplifyCFG][OpaquePtr] Check store type when merging conditional store 2022-02-20 11:29:54 -08: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 [NFC] Remove unnecessary "#include"s from header files 2022-02-23 01:20:48 -08:00
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