..
ADCE.cpp
AlignmentFromAssumptions.cpp
Reland [AssumeBundles] Use operand bundles to encode alignment assumptions
2020-09-12 15:36:06 +02:00
BDCE.cpp
CallSiteSplitting.cpp
CMakeLists.txt
[ConstraintElimination] Add constraint elimination pass.
2020-09-15 19:31:11 +01:00
ConstantHoisting.cpp
Revert rG5dd566b7c7b78bd- "PassManager.h - remove unnecessary Function.h/Module.h includes. NFCI."
2020-07-24 13:02:33 +01:00
ConstraintElimination.cpp
[ConstraintElimination] Add constraint elimination pass.
2020-09-15 19:31:11 +01:00
CorrelatedValuePropagation.cpp
[NewPM][LVI] Abandon LVI after CVP
2020-08-01 23:47:46 +02:00
DCE.cpp
DeadStoreElimination.cpp
Revert "[DSE] Switch to MemorySSA-backed DSE by default."
2020-09-15 18:07:56 +01:00
DivRemPairs.cpp
EarlyCSE.cpp
[EarlyCSE] Remove unnecessary operand swap.
2020-09-11 02:14:04 -04:00
FlattenCFGPass.cpp
Float2Int.cpp
GuardWidening.cpp
GVN.cpp
[GVN] Account for masked loads/stores depending on load/store instructions
2020-09-10 10:57:33 -05:00
GVNHoist.cpp
NFC: [GVNHoist] Outline functions from the class
2020-08-17 17:40:04 -07:00
GVNSink.cpp
Use llvm::is_contained where appropriate (NFC)
2020-07-27 10:20:44 -07:00
InductiveRangeCheckElimination.cpp
IndVarSimplify.cpp
[ValueTracking] Add UndefOrPoison/Poison-only version of relevant functions
2020-09-09 20:00:26 +09:00
InferAddressSpaces.cpp
InferAddressSpaces: Fix assert with unreachable code
2020-09-15 15:48:43 -04:00
InstSimplifyPass.cpp
[Bindings] Move LLVMAddInstructionSimplifyPass to Scalar.cpp
2020-09-02 10:35:39 -07:00
IVUsersPrinter.cpp
JumpThreading.cpp
[JumpThreading] Fix an incorrect Modified status
2020-09-14 10:36:13 +02:00
LICM.cpp
[SVE] Fix isLoadInvariantInLoop for scalable vectors
2020-09-15 08:30:19 +01:00
LLVMBuild.txt
LoopAccessAnalysisPrinter.cpp
LoopDataPrefetch.cpp
LoopDeletion.cpp
LoopDistribute.cpp
LoopFuse.cpp
[Loop Peeling] Separate the Loop Peeling Utilities from the Loop Unrolling Utilities
2020-07-31 18:31:58 +00:00
LoopIdiomRecognize.cpp
[SVE] In LoopIdiomRecognize::isLegalStore bail out for scalable vectors
2020-09-14 11:28:31 +01:00
LoopInstSimplify.cpp
LoopInterchange.cpp
[LoopInterchange] Move instructions from preheader to outer loop header.
2020-08-10 12:41:33 +01:00
LoopLoadElimination.cpp
[LoopLoadElim] Filter away candidates that stop being AddRecs after loop versioning. PR47457
2020-09-10 13:30:31 +07:00
LoopPassManager.cpp
[NewPM][PassInstrumentation] Add PreservedAnalyses parameter to AfterPass* callbacks
2020-08-21 16:10:42 +07:00
LoopPredication.cpp
LoopRerollPass.cpp
LoopRotation.cpp
LoopSimplifyCFG.cpp
[LoopSimplifyCFG] Delete landing pads in dead exit blocks
2020-07-29 18:36:51 +07:00
LoopSink.cpp
LoopStrengthReduce.cpp
[LSR] Canonicalize a formula before insert it into the list
2020-09-08 13:14:53 +08:00
LoopUnrollAndJamPass.cpp
[Loop Peeling] Separate the Loop Peeling Utilities from the Loop Unrolling Utilities
2020-07-31 18:31:58 +00:00
LoopUnrollPass.cpp
[LoopUnroll] Adjust CostKind query
2020-08-12 12:56:09 +01:00
LoopUnswitch.cpp
Reland "[LoopUnswitch] Fix incorrect Modified status"
2020-08-20 11:52:09 +02:00
LoopVersioningLICM.cpp
LowerAtomic.cpp
LowerConstantIntrinsics.cpp
LowerExpectIntrinsic.cpp
Implements [[likely]] and [[unlikely]] in IfStmt.
2020-09-09 20:48:37 +02:00
LowerGuardIntrinsic.cpp
LowerMatrixIntrinsics.cpp
[NFC] Remove unused GetUnderlyingObject paramenter
2020-07-31 02:10:03 -07:00
LowerWidenableCondition.cpp
MakeGuardsExplicit.cpp
MemCpyOptimizer.cpp
[MemCpyOpt] Account for case that MemInsertPoint == BI.
2020-09-04 14:04:08 +01:00
MergedLoadStoreMotion.cpp
MergeICmps.cpp
NaryReassociate.cpp
NewGVN.cpp
[IR][GVN] allow intrinsics in Instruction's isCommutative query (2nd try)
2020-08-31 16:01:19 -04:00
PartiallyInlineLibCalls.cpp
PlaceSafepoints.cpp
Reassociate.cpp
Reg2Mem.cpp
RewriteStatepointsForGC.cpp
[Analysis] TTI: Add CastContextHint for getCastInstrCost
2020-07-29 13:32:53 +01:00
Scalar.cpp
[ConstraintElimination] Add constraint elimination pass.
2020-09-15 19:31:11 +01:00
Scalarizer.cpp
[Scalarizer] Avoid changing name of non-instructions
2020-09-15 14:15:50 +02:00
SCCP.cpp
[SCCP] Compute ranges for supported intrinsics
2020-09-07 22:16:06 +02:00
SeparateConstOffsetFromGEP.cpp
SimpleLoopUnswitch.cpp
[NFCI][SimpleLoopUnswitch] Adjust CostKind query
2020-08-14 07:54:20 +01:00
SimplifyCFGPass.cpp
Reland [SimplifyCFG][LoopRotate] SimplifyCFG: disable common instruction hoisting by default, enable late in pipeline
2020-09-08 00:24:03 +03:00
Sink.cpp
[Sink] Optimize/simplify sink candidate finding with nearest common dominator
2020-08-30 22:51:00 -07:00
SpeculateAroundPHIs.cpp
SpeculativeExecution.cpp
SROA.cpp
[SROA] Improve handleling of assumes bundles by SROA
2020-08-28 21:55:45 +02:00
StraightLineStrengthReduce.cpp
StructurizeCFG.cpp
Revert rG5dd566b7c7b78bd- "PassManager.h - remove unnecessary Function.h/Module.h includes. NFCI."
2020-07-24 13:02:33 +01:00
TailRecursionElimination.cpp
WarnMissedTransforms.cpp