..
ADCE.cpp
[DebugInfo] Salvage dbg.value() during ADCE
2021-05-21 05:25:59 -07:00
AlignmentFromAssumptions.cpp
[NFCI] Move DEBUG_TYPE definition below #includes
2021-05-30 17:31:01 +08:00
AnnotationRemarks.cpp
[Remarks] Add analysis remarks for memset/memcpy/memmove lengths
2021-05-24 10:10:44 -07:00
BDCE.cpp
[NewPM] Don't mark AA analyses as preserved
2021-05-18 13:49:03 -07:00
CallSiteSplitting.cpp
CMakeLists.txt
[NewPM] Remove SpeculateAroundPHIs pass
2021-06-15 20:35:55 +03:00
ConstantHoisting.cpp
ConstraintElimination.cpp
[NewPM] Don't mark AA analyses as preserved
2021-05-18 13:49:03 -07:00
CorrelatedValuePropagation.cpp
[CVP] Guard against poison in common phi value transform (PR50399)
2021-05-25 20:47:17 +02:00
DCE.cpp
DeadStoreElimination.cpp
[DSE] Remove stores in the same loop iteration
2021-06-20 17:03:30 +01:00
DivRemPairs.cpp
[NewPM] Don't mark AA analyses as preserved
2021-05-18 13:49:03 -07:00
EarlyCSE.cpp
[FPEnv] EarlyCSE support for constrained intrinsics, default FP environment edition
2021-05-20 14:40:51 -04:00
FlattenCFGPass.cpp
Float2Int.cpp
[NFCI] Move DEBUG_TYPE definition below #includes
2021-05-30 17:31:01 +08:00
GuardWidening.cpp
GVN.cpp
GVN.cpp - remove unused <vector> include. NFCI.
2021-06-13 14:06:32 +01:00
GVNHoist.cpp
[NewPM] Don't mark AA analyses as preserved
2021-05-18 13:49:03 -07:00
GVNSink.cpp
[NewPM] Don't mark AA analyses as preserved
2021-05-18 13:49:03 -07:00
InductiveRangeCheckElimination.cpp
IndVarSimplify.cpp
[IndVarSimplify][NFC] Removed mayThrow from if-condition in predicateLoopExits of IndVarSimplify
2021-05-03 18:25:07 -07:00
InferAddressSpaces.cpp
InstSimplifyPass.cpp
IVUsersPrinter.cpp
JumpThreading.cpp
[CSSPGO] Undoing the concept of dangling pseudo probe
2021-06-18 15:14:11 -07:00
LICM.cpp
[LICM] Remove MaybePromotable set (PR50367)
2021-05-18 20:26:01 +02:00
LoopAccessAnalysisPrinter.cpp
LoopBoundSplit.cpp
[LoopBoundSplit] Ignore phi node which is not scevable
2021-06-09 09:44:36 +01:00
LoopDataPrefetch.cpp
[NFCI] Move DEBUG_TYPE definition below #includes
2021-05-30 17:31:01 +08:00
LoopDeletion.cpp
[LoopDeletion] Exploit undef Phi inputs when symbolically executing 1st iteration
2021-06-23 11:53:48 +07:00
LoopDistribute.cpp
[NewPM] Don't mark AA analyses as preserved
2021-05-18 13:49:03 -07:00
LoopFlatten.cpp
[LoopNest][LoopFlatten] Change LoopFlattenPass to LoopNest pass
2021-05-28 15:43:12 +00:00
LoopFuse.cpp
[ADT] Remove StatisticBase and make NoopStatistic empty
2021-04-26 16:47:32 -07:00
LoopIdiomRecognize.cpp
[LI] Add a cover function for checking if a loop is mustprogress [nfc]
2021-06-10 13:37:32 -07:00
LoopInstSimplify.cpp
LoopInterchange.cpp
[LoopInterhcange] Handle movement of reduction phis appropriately
2021-05-31 16:27:38 -04:00
LoopLoadElimination.cpp
LoopPassManager.cpp
[NewPM] Don't mark AA analyses as preserved
2021-05-18 13:49:03 -07:00
LoopPredication.cpp
LoopRerollPass.cpp
LoopRotation.cpp
LoopSimplifyCFG.cpp
LoopSink.cpp
LoopStrengthReduce.cpp
[LSR] Filter out zero factors. PR50765
2021-06-23 10:43:06 +07:00
LoopUnrollAndJamPass.cpp
LoopUnrollAndJamPass.cpp - remove unused <vector> include. NFCI.
2021-06-13 14:06:32 +01:00
LoopUnrollPass.cpp
[LoopUnroll] Don't modify TripCount/TripMultiple in computeUnrollCount() (NFCI)
2021-06-21 21:34:17 +02:00
LoopUnswitch.cpp
LoopVersioningLICM.cpp
LowerAtomic.cpp
[NVPTX] Enable lowering of atomics on local memory
2021-04-26 20:12:12 -04:00
LowerConstantIntrinsics.cpp
[NewPM] Don't mark AA analyses as preserved
2021-05-18 13:49:03 -07:00
LowerExpectIntrinsic.cpp
LowerGuardIntrinsic.cpp
LowerMatrixIntrinsics.cpp
Intrinsic::getName: require a Module argument
2021-06-14 14:52:29 +02:00
LowerWidenableCondition.cpp
MakeGuardsExplicit.cpp
MemCpyOptimizer.cpp
MemCpyOptimizer.cpp - hasUndefContentsMSSA - Pass DataLayout by reference. NFCI.
2021-06-08 10:41:02 +01:00
MergedLoadStoreMotion.cpp
[NewPM] Don't mark AA analyses as preserved
2021-05-18 13:49:03 -07:00
MergeICmps.cpp
[NewPM] Don't mark AA analyses as preserved
2021-05-18 13:49:03 -07:00
NaryReassociate.cpp
[NARY] Don't optimize min/max if there are side uses (part2)
2021-04-30 19:02:02 +07:00
NewGVN.cpp
[NewPM] Don't mark AA analyses as preserved
2021-05-18 13:49:03 -07:00
PartiallyInlineLibCalls.cpp
[PartiallyInlineLibCalls] Disable sqrt expansion for strictfp.
2021-06-17 14:15:12 -07:00
PlaceSafepoints.cpp
Reassociate.cpp
[NewPM] Don't mark AA analyses as preserved
2021-05-18 13:49:03 -07:00
Reg2Mem.cpp
RewriteStatepointsForGC.cpp
[RS4GC] Treat inttoptr as base pointer
2021-06-07 10:27:23 -07:00
Scalar.cpp
ScalarizeMaskedMemIntrin.cpp
Scalarizer.cpp
Update @llvm.powi to handle different int sizes for the exponent
2021-06-17 09:38:28 +02:00
SCCP.cpp
Function Specialization Pass
2021-06-11 09:11:29 +01:00
SeparateConstOffsetFromGEP.cpp
SimpleLoopUnswitch.cpp
[SimpleLoopUnswich] Fixa a bug on ComputeUnswitchedCost with partial unswitch
2021-06-22 16:18:00 +01:00
SimplifyCFGPass.cpp
[SimplifyCFG] Tail-merging all blocks with resume
terminator
2021-06-24 21:25:06 +03:00
Sink.cpp
[CSSPGO] Unblock optimizations with pseudo probe instrumentation part 2.
2021-04-26 16:52:33 -07:00
SpeculativeExecution.cpp
[NewPM] Don't mark AA analyses as preserved
2021-05-18 13:49:03 -07:00
SROA.cpp
Preserve more MD_mem_parallel_loop_access and MD_access_group in SROA
2021-06-10 15:47:03 -07:00
StraightLineStrengthReduce.cpp
StructurizeCFG.cpp
TailRecursionElimination.cpp
[TRE] Reland: allow TRE for non-capturing calls.
2021-05-25 11:35:48 +03:00
WarnMissedTransforms.cpp