llvm-project/llvm/lib/Transforms/Utils
Hiroshi Yamauchi 3f0969daf9 [PGO][PGSO] Temporarily disable the large working set size behavior.
Summary:
This temporarily disables the large working set size behavior in profile guided
size optimization due to internal benchmark regressions.

Reviewers: davidxl

Subscribers: hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D70207
2019-11-13 14:00:47 -08:00
..
ASanStackFrameLayout.cpp Use llvm::stable_sort 2019-04-23 14:51:27 +00:00
AddDiscriminators.cpp
BasicBlockUtils.cpp [Utils] Cleanup similar cases to MergeBlockIntoPredecessor. 2019-10-16 22:23:20 +00:00
BreakCriticalEdges.cpp [SanitizerCoverage] Avoid splitting critical edges when destination is a basic block containing unreachable 2019-03-12 18:20:25 +00:00
BuildLibCalls.cpp [FunctionAttrs] Added noalias for memccpy/mempcpy arguments 2019-09-30 19:43:48 +00:00
BypassSlowDivision.cpp [BypassSlowDivision][CodeGenPrepare] avoid crashing on unused code (PR43514) 2019-10-01 21:25:36 +00:00
CMakeLists.txt [debugify] Move the Debugify pass from tools/opt to lib/Transform/Utils 2019-11-07 14:41:54 -08:00
CallPromotionUtils.cpp [PGO] Update ICP pass for recent byval type changes 2019-07-01 22:43:39 +00:00
CanonicalizeAliases.cpp Prune Pass.h include from DataLayout.h. NFCI 2019-10-21 17:51:54 +00:00
CloneFunction.cpp Fix for "DICompileUnit not listed in llvm.dbg.cu" verification error after ... 2019-08-28 21:27:50 +00:00
CloneModule.cpp Fix for "DICompileUnit not listed in llvm.dbg.cu" verification error after ... 2019-08-28 21:27:50 +00:00
CodeExtractor.cpp CodeExtractor: NFC: Use Range based loop 2019-10-16 01:50:21 +00:00
CtorUtils.cpp
Debugify.cpp [debugify] Move the Debugify pass from tools/opt to lib/Transform/Utils 2019-11-07 14:41:54 -08:00
DemoteRegToStack.cpp
EntryExitInstrumenter.cpp Reland "[ARM] push LR before __gnu_mcount_nc" 2019-08-16 23:30:16 +00:00
EscapeEnumerator.cpp
Evaluator.cpp [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
FlattenCFG.cpp Handle successor's PHI node correctly when flattening CFG merges two if-regions 2019-09-26 15:20:17 +00:00
FunctionComparator.cpp IR: compare type attributes deeply when looking into functions. 2019-06-27 11:44:45 +00:00
FunctionImportUtils.cpp [ThinLTO] Fix bug when importing writeonly variables 2019-11-08 20:50:34 +03:00
GlobalStatus.cpp
GuardUtils.cpp
ImportedFunctionsInliningStatistics.cpp [Instruction] Add hasMetadata(Kind) helper [NFC] 2019-09-04 17:28:48 +00:00
InlineFunction.cpp Keep import function list for inlinee profile update 2019-11-06 18:36:00 -08:00
InstructionNamer.cpp
IntegerDivision.cpp
LCSSA.cpp [LCSSA] Forget values we create LCSSA phis for 2019-10-29 12:05:09 +00:00
LLVMBuild.txt
LibCallsShrinkWrap.cpp Change TargetLibraryInfo analysis passes to always require Function 2019-09-07 03:09:36 +00:00
Local.cpp Wrong debug info generated at -O2 (-O0 is correct) 2019-11-07 11:19:41 -08:00
LoopRotationUtils.cpp [LoopRotationUtils] Check values are newly inserted into maps. 2019-11-05 13:40:10 -08:00
LoopSimplify.cpp [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
LoopUnroll.cpp [LoopUnroll] Use Lazy strategy for DTU used for MergeBlockIntoPredecessor. 2019-08-29 04:26:29 +00:00
LoopUnrollAndJam.cpp [LoopUnrollAndJam] Fixed null check after dereferencing warning. NFCI. 2019-11-03 20:02:54 +01:00
LoopUnrollPeel.cpp [LoopUnroll] countToEliminateCompares(): fix handling of [in]equality predicates (PR43840) 2019-11-06 15:08:59 +03:00
LoopUnrollRuntime.cpp [LoopUnrollRuntime] Fixed null check after dereferencing warning. NFCI. 2019-11-03 20:05:18 +01:00
LoopUtils.cpp [MemorySSA] Re-enable MemorySSA use. 2019-09-04 19:16:04 +00:00
LoopVersioning.cpp [BasicBlockUtils] Add optional BBName argument, in line with BB:splitBasicBlock 2019-09-13 08:03:32 +00:00
LowerInvoke.cpp
LowerMemIntrinsics.cpp
LowerSwitch.cpp Fix parameter name comments using clang-tidy. NFC. 2019-07-16 04:46:31 +00:00
Mem2Reg.cpp
MetaRenamer.cpp Change TargetLibraryInfo analysis passes to always require Function 2019-09-07 03:09:36 +00:00
MisExpect.cpp Reland "clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM" 2019-09-11 16:19:50 +00:00
ModuleUtils.cpp [VFABI] Read/Write functions for the VFABI attribute. 2019-11-12 03:40:42 +00:00
NameAnonGlobals.cpp
PredicateInfo.cpp Second attempt to add iterator_range::empty() 2019-10-07 18:14:24 +00:00
PromoteMemoryToRegister.cpp [Mem2Reg] Delete unused PointerAllocaValues 2019-04-14 07:28:29 +00:00
SSAUpdater.cpp
SSAUpdaterBulk.cpp
SanitizerStats.cpp
SimplifyCFG.cpp [SimplifyCFG] Use a (trivially) dominanting widenable branch to remove later slow path blocks 2019-11-04 11:03:28 -08:00
SimplifyIndVar.cpp [SimplifyIndVar] Simplify non-overflowing saturating add/sub 2019-06-15 08:48:52 +00:00
SimplifyLibCalls.cpp [Alignment][NFC] Finish transition for `Loads` 2019-10-21 15:10:26 +00:00
SizeOpts.cpp [PGO][PGSO] Temporarily disable the large working set size behavior. 2019-11-13 14:00:47 -08:00
SplitModule.cpp
StripGCRelocates.cpp
StripNonLineTableDebugInfo.cpp
SymbolRewriter.cpp [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
UnifyFunctionExitNodes.cpp
Utils.cpp [LLVM-C] Expose the "Add Discriminators" Pass To LLVM-C 2019-03-15 16:57:23 +00:00
VNCoercion.cpp [Alignment][NFC] Remove LoadInst::setAlignment(unsigned) 2019-09-30 09:37:05 +00:00
ValueMapper.cpp [ValueMapper] NFC: Remove dead code to pause metadata mapping 2019-08-28 17:43:14 +00:00