llvm-project/llvm/lib/Transforms/Utils
Djordje Todorovic f8dfc35256 NFC: [Debugify] Fix a typo when checking variables in the original mode 2021-09-29 04:35:10 -07:00
..
AMDGPUEmitPrintf.cpp [NFC][OpaquePtr] Explicitly pass GEP source type to IRBuilder in more places 2021-06-01 13:13:37 -07:00
ASanStackFrameLayout.cpp
AddDiscriminators.cpp [SampleFDO] Place the discriminator flag variable into the used list. 2021-06-15 21:51:04 -07:00
AssumeBundleBuilder.cpp Pass some DataLayout arguments by const-ref 2021-09-23 15:50:31 +01:00
BasicBlockUtils.cpp [BasicBlockUtils] Fixup of an assumed typo in MergeBlockIntoPredecessor 2021-09-23 13:03:26 +02:00
BreakCriticalEdges.cpp [SplitEdge] Update SplitCriticalEdge to return a nullptr only when the edge is not critical 2021-04-06 21:24:40 +00:00
BuildLibCalls.cpp [InstCombine] stpcpy(d,s) -> strcpy(d,s) if the result is not used 2021-09-05 12:12:07 +02:00
BypassSlowDivision.cpp
CMakeLists.txt [Remarks] Add analysis remarks for memset/memcpy/memmove lengths 2021-05-24 10:10:44 -07:00
CallGraphUpdater.cpp
CallPromotionUtils.cpp [CallPromotion] Check for inalloca/byval mismatch 2021-08-13 16:52:04 -07:00
CanonicalizeAliases.cpp
CanonicalizeFreezeInLoops.cpp
CloneFunction.cpp [NFC] Rename AttributeList::getParam/Ret/FnAttributes() -> get*Attributes() 2021-08-13 11:16:52 -07:00
CloneModule.cpp
CodeExtractor.cpp [CodeExtractor] Creating exit stubs based off original order branch instructions. 2021-09-08 15:15:15 -07:00
CodeMoverUtils.cpp [CodeMoverUtils] Enhance isSafeToMoveBefore() when control flow equivalence is satisfied 2021-09-27 18:37:36 -04:00
CtorUtils.cpp
Debugify.cpp NFC: [Debugify] Fix a typo when checking variables in the original mode 2021-09-29 04:35:10 -07: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 [GlobalOpt] Fix a miscompile when evaluating struct initializers. 2021-07-14 15:37:01 -07:00
FixIrreducible.cpp
FlattenCFG.cpp [NFC][BasicBlockUtils] Refactor GetIfCondition() to return the branch, not it's condition 2021-07-24 00:18:26 +03:00
FunctionComparator.cpp
FunctionImportUtils.cpp [ThinLTO] Respect ClearDSOLocalOnDeclarations for unimported functions 2021-07-02 17:08:25 -07:00
GlobalStatus.cpp Reapply "[GlobalOpt][FIX] Do not embed initializers into AS!=0 globals"" 2021-09-10 15:22:56 -05:00
GuardUtils.cpp
HelloWorld.cpp
InjectTLIMappings.cpp
InlineFunction.cpp [Utils] Use make_early_inc_range (NFC) 2021-09-13 08:57:23 -07:00
InstructionNamer.cpp
IntegerDivision.cpp
LCSSA.cpp Fix typo s/beloinging/belonging 2021-08-31 12:01:50 +05:30
LibCallsShrinkWrap.cpp [IR, Transforms] Use arg_empty (NFC) 2021-09-09 08:50:10 -07:00
Local.cpp Add salvageDebugInfo support for truncating/extending ptr/int conversions. 2021-09-28 10:24:50 -07:00
LoopPeel.cpp [LoopPeel] Allow peeling with multiple unreachable-terminated exit blocks. 2021-08-25 13:26:40 +01:00
LoopRotationUtils.cpp [Analysis, Target, Transforms] Construct SmallVector with iterator ranges (NFC) 2021-09-07 09:19:33 -07:00
LoopSimplify.cpp [MemorySSA] Remove -enable-mssa-loop-dependency option 2021-08-16 20:59:37 +02:00
LoopUnroll.cpp [Utils] Use make_early_inc_range (NFC) 2021-09-13 08:57:23 -07:00
LoopUnrollAndJam.cpp [LoopUnroll] Push runtime unrolling decision up into tryToUnrollLoop() 2021-06-19 09:25:57 +02:00
LoopUnrollRuntime.cpp [Utils] Use make_early_inc_range (NFC) 2021-09-13 08:57:23 -07:00
LoopUtils.cpp Fix a missing MemorySSA update in breakLoopBackedge 2021-09-01 16:59:01 -07:00
LoopVersioning.cpp [MemorySSA] Remove unnecessary MSSA dependencies 2021-08-16 20:40:55 +02:00
LowerInvoke.cpp
LowerMemIntrinsics.cpp [LowerMemIntrinsics] Typo fix. 2021-08-08 22:38:58 -04:00
LowerSwitch.cpp [Transforms] Use make_early_inc_range (NFC) 2021-09-15 19:55:24 -07:00
MatrixUtils.cpp
Mem2Reg.cpp
MemoryOpRemark.cpp [NFC][OpaquePtr] Use GlobalValue::getValueType() more 2021-07-09 09:55:41 -07:00
MetaRenamer.cpp
ModuleUtils.cpp [IR, Transforms] Use arg_empty (NFC) 2021-09-09 08:50:10 -07:00
NameAnonGlobals.cpp
PredicateInfo.cpp [PredicateInfo] Use Intrinsic::getDeclaration now that it handles unnamed types. 2021-07-28 19:30:29 +02:00
PromoteMemoryToRegister.cpp [SROA] Support opaque pointers 2021-09-08 22:25:44 +02:00
RelLookupTableConverter.cpp [Utils] Use make_early_inc_range (NFC) 2021-09-13 08:57:23 -07:00
SCCPSolver.cpp Function Specialization Pass 2021-06-11 09:11:29 +01:00
SSAUpdater.cpp
SSAUpdaterBulk.cpp [Transforms] Remove HasValueForBlock (NFC) 2021-07-30 08:56:49 -07:00
SampleProfileLoaderBaseUtil.cpp [SampleFDO] Place the discriminator flag variable into the used list. 2021-06-15 21:51:04 -07:00
SanitizerStats.cpp
ScalarEvolutionExpander.cpp [APInt] Normalize naming on keep constructors / predicate methods. 2021-09-09 09:50:24 -07:00
SimplifyCFG.cpp Revert "Recommit "Revert "[CVP] processSwitch: Remove default case when switch cover all possible values.""" 2021-09-27 20:39:05 +08:00
SimplifyIndVar.cpp [IndVars] Don't widen pointers in WidenIV::getWideRecurrence 2021-07-11 17:04:50 -07:00
SimplifyLibCalls.cpp [InstCombine] stpcpy(d,s) -> strcpy(d,s) if the result is not used 2021-09-05 12:12:07 +02:00
SizeOpts.cpp Internalize some cl::opt global variables or move them under namespace llvm 2021-05-07 11:15:43 -07:00
SplitModule.cpp Resolve {GlobalValue,GloalIndirectSymol}::getBaseObject confusion 2021-09-23 09:23:35 -07:00
StripGCRelocates.cpp
StripNonLineTableDebugInfo.cpp
SymbolRewriter.cpp
UnifyFunctionExitNodes.cpp
UnifyLoopExits.cpp
Utils.cpp Revert "[Passes] Add relative lookup table converter pass" 2021-03-30 14:13:37 +02:00
VNCoercion.cpp [GVN][NFC] Refactor analyzeLoadFromClobberingWrite 2021-04-01 08:35:35 +08:00
ValueMapper.cpp Copy Elementtype Attribute to IR at Link step 2021-09-07 11:41:43 -07:00