llvm-project/llvm/lib/Transforms/Utils
Fangrui Song de9d80c1c5 [llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFC
With C++17 there is no Clang pedantic warning or MSVC C5051.
2022-08-08 11:24:15 -07:00
..
AddDiscriminators.cpp
AMDGPUEmitPrintf.cpp
ASanStackFrameLayout.cpp
AssumeBundleBuilder.cpp
BasicBlockUtils.cpp [llvm] Qualify auto (NFC) 2022-08-07 23:55:27 -07:00
BreakCriticalEdges.cpp [BasicBlockUtils] Allow critical edge splitting with callbr terminators 2022-07-08 09:20:44 +02:00
BuildLibCalls.cpp [llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 11:24:15 -07:00
BypassSlowDivision.cpp
CallGraphUpdater.cpp
CallPromotionUtils.cpp
CanonicalizeAliases.cpp [llvm] Fix comment typos (NFC) 2022-08-07 00:16:14 -07:00
CanonicalizeFreezeInLoops.cpp
CloneFunction.cpp [llvm] Qualify auto (NFC) 2022-08-07 23:55:27 -07:00
CloneModule.cpp
CMakeLists.txt
CodeExtractor.cpp [InstrProf] Add the skipprofile attribute 2022-08-04 08:45:27 -07:00
CodeLayout.cpp [llvm] Fix comment typos (NFC) 2022-08-07 00:16:14 -07:00
CodeMoverUtils.cpp
CtorUtils.cpp
Debugify.cpp [Debugify] Port verify-debuginfo-preserve to NewPM 2022-07-06 17:07:20 +02:00
DemoteRegToStack.cpp
EntryExitInstrumenter.cpp [LegacyPM] Remove {,PostInline}EntryExitInstrumenterPass 2022-07-23 15:30:15 -07:00
EscapeEnumerator.cpp
Evaluator.cpp [GlobalOpt] Enable evaluation of atomic loads 2022-07-21 21:36:11 +00:00
FixIrreducible.cpp [llvm] Qualify auto (NFC) 2022-08-07 23:55:27 -07:00
FlattenCFG.cpp
FunctionComparator.cpp [llvm] Qualify auto (NFC) 2022-08-07 23:55:27 -07:00
FunctionImportUtils.cpp Add switch to use "source_filename" instead of a hash ID for globally promoted local 2022-08-03 16:41:56 -07:00
GlobalStatus.cpp
GuardUtils.cpp
HelloWorld.cpp
InjectTLIMappings.cpp
InlineFunction.cpp [WinEH] Apply funclet operand bundles to nounwind intrinsics that lower to function calls in the course of IR transforms 2022-07-26 17:52:43 +02:00
InstructionNamer.cpp
IntegerDivision.cpp
LCSSA.cpp
LibCallsShrinkWrap.cpp
Local.cpp [DebugInfo] Test commit: update irrelevant comments 2022-08-02 20:21:24 +03:00
LoopPeel.cpp [Transforms] Fix comment typos (NFC) 2022-08-07 23:55:24 -07:00
LoopRotationUtils.cpp [llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 11:24:15 -07:00
LoopSimplify.cpp [IR] Don't treat callbr as indirect terminator 2022-07-18 09:32:08 +02:00
LoopUnroll.cpp
LoopUnrollAndJam.cpp
LoopUnrollRuntime.cpp [Transforms] Fix comment typos (NFC) 2022-08-07 23:55:24 -07:00
LoopUtils.cpp [llvm] Qualify auto (NFC) 2022-08-07 23:55:27 -07:00
LoopVersioning.cpp
LowerAtomic.cpp [NFC] Switch a few uses of undef to poison as placeholders for unreachable code 2022-07-23 21:50:11 +01:00
LowerGlobalDtors.cpp
LowerInvoke.cpp
LowerMemIntrinsics.cpp [Transforms] Fix comment typos (NFC) 2022-08-07 23:55:24 -07:00
LowerSwitch.cpp
MatrixUtils.cpp [Matrix] Refactor tiled loops in a struct. NFC 2022-07-26 11:02:22 -07:00
Mem2Reg.cpp
MemoryOpRemark.cpp
MemoryTaggingSupport.cpp [NFC] Use AllocaInst's getAddressSpace helper 2022-08-01 10:11:16 +01:00
MetaRenamer.cpp
MisExpect.cpp [llvm][NFC] Refactor code to use ProfDataUtils 2022-08-03 00:09:45 +00:00
ModuleUtils.cpp [llvm] Use value instead of getValue (NFC) 2022-07-13 23:11:56 -07:00
NameAnonGlobals.cpp [LegacyPM] Remove NameAnonGlobalLegacyPass 2022-07-17 14:38:29 -07:00
PredicateInfo.cpp [llvm] Qualify auto (NFC) 2022-08-07 23:55:27 -07:00
PromoteMemoryToRegister.cpp [Mem2Reg] Consistently preserve nonnull assume for uninit load 2022-07-12 12:53:08 +02:00
RelLookupTableConverter.cpp
SampleProfileInference.cpp Revert "[SampleProfileInference] Work around odr-use of const non-inline static data member to fix -O0 builds after D120508" 2022-08-06 16:48:23 -07:00
SampleProfileLoaderBaseUtil.cpp
SanitizerStats.cpp
ScalarEvolutionExpander.cpp [llvm] Fix comment typos (NFC) 2022-08-07 00:16:14 -07:00
SCCPSolver.cpp [SCCP] Make check for unknown/undef in unary op handling more explicit (NFCI) 2022-07-14 10:56:11 +02:00
SimplifyCFG.cpp [llvm] Fix comment typos (NFC) 2022-08-07 00:16:14 -07:00
SimplifyIndVar.cpp [NFC] Switch a few uses of undef to poison as placeholders for unreachable code 2022-07-23 21:50:11 +01:00
SimplifyLibCalls.cpp [InstCombine] Correct strtol folding with nonnull endptr 2022-08-01 16:47:05 -06:00
SizeOpts.cpp
SplitModule.cpp
SSAUpdater.cpp [NFC] Switch a few uses of undef to poison as placeholders for unreachable code 2022-07-30 13:55:56 +01:00
SSAUpdaterBulk.cpp
StripGCRelocates.cpp
StripNonLineTableDebugInfo.cpp
SymbolRewriter.cpp
UnifyFunctionExitNodes.cpp
UnifyLoopExits.cpp Revert "[UnifyLoopExits] Reduce number of guard blocks" 2022-07-14 10:33:52 -05:00
Utils.cpp [LegacyPM] Remove NameAnonGlobalLegacyPass 2022-07-17 14:38:29 -07:00
ValueMapper.cpp
VNCoercion.cpp [VNCoercion] Separate constant/non-constant mem intrinsic implementations (NFCI) 2022-06-30 15:26:06 +02:00