1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/lib/Transforms/Scalar
Mircea Trofin 1c89460a97 [llvm][NFC][CallSite] Remove remaining {Immutable}CallSite uses
Reviewers: dblaikie, craig.topper

Subscribers: hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D78789
2020-04-23 22:19:39 -07:00
..
ADCE.cpp [ADCE] Fix incorrect reporting of CFG changes 2020-04-14 20:26:13 +07:00
AlignmentFromAssumptions.cpp [Alignment][NFC] Assume AlignmentFromAssumptions::getNewAlignment is always set. 2020-04-06 14:54:57 +00:00
BDCE.cpp
CallSiteSplitting.cpp [CallSite removal][CallSiteSplitting] Use CallBase instead of CallSite. NFC 2020-04-15 15:38:02 -07:00
CMakeLists.txt
ConstantHoisting.cpp Allow replacing intrinsic operands with variables 2020-03-23 15:51:57 -04:00
ConstantProp.cpp
CorrelatedValuePropagation.cpp [llvm][NFC][CallSite] Removed CallSite from few implementation details 2020-04-23 10:36:36 -07:00
DCE.cpp [AssumeBundles] preserve knowledge in DCE 2020-04-14 12:48:15 +02:00
DeadStoreElimination.cpp [llvm][NFC][CallSite] Removed CallSite from few implementation details 2020-04-23 10:36:36 -07:00
DivRemPairs.cpp [DivRemPairs] Freeze operands if they can be undef values 2020-03-25 03:46:14 +09:00
EarlyCSE.cpp [AssumeBundles] adapt Assumption cache to assume bundles 2020-04-13 12:04:51 +02:00
FlattenCFGPass.cpp
Float2Int.cpp [Float2Int] Stop passing around a reference to the class member Roots. NFC 2020-04-16 15:24:13 +02:00
GuardWidening.cpp
GVN.cpp [CallSite removal] Remove unneeded includes of CallSite.h. NFC 2020-04-22 00:07:13 -07:00
GVNHoist.cpp
GVNSink.cpp [GVNSink] Simplify code. NFC. 2020-04-01 13:13:00 +02:00
InductiveRangeCheckElimination.cpp [IRCE] Use SCEVExpander to modify loop bound 2020-02-06 12:44:43 +03:00
IndVarSimplify.cpp [ValueTracking] Let analyses assume a value cannot be partially poison 2020-04-23 08:08:53 +09:00
InferAddressSpaces.cpp Bit-pack some pairs. No functionlity change intended. 2020-04-21 20:40:20 +02:00
InstSimplifyPass.cpp
IVUsersPrinter.cpp
JumpThreading.cpp [JumpThreading] NFC: Simplify ComputeValueKnownInPredecessorsImpl 2020-04-07 18:37:36 -07:00
LICM.cpp [LICM][NFC] Reorder checks to speed up things slightly 2020-04-21 11:34:44 +07:00
LLVMBuild.txt
LoopAccessAnalysisPrinter.cpp
LoopDataPrefetch.cpp [llvm][NFC][CallSite] Remove remaining {Immutable}CallSite uses 2020-04-23 22:19:39 -07:00
LoopDeletion.cpp
LoopDistribute.cpp
LoopFuse.cpp [LoopFusion] Move instructions from FC1.GuardBlock to FC0.GuardBlock and 2020-01-30 18:02:22 +00:00
LoopIdiomRecognize.cpp [IVDescriptors] Clean up includes. 2020-04-19 20:07:47 +01:00
LoopInstSimplify.cpp
LoopInterchange.cpp [LoopInterchange] Fix interchanging contents of preheader BBs 2020-03-13 15:59:37 -04:00
LoopLoadElimination.cpp [LoopLoadElim] Fix crash by always checking simplify form 2020-04-10 09:23:28 +07:00
LoopPassManager.cpp Extend TimeTrace to LLVM's new pass manager 2020-03-06 14:45:19 -08:00
LoopPredication.cpp Compute ORE, BPI, BFI in Loop passes. 2020-02-12 09:15:18 -08:00
LoopRerollPass.cpp
LoopRotation.cpp [LoopRotate] Get and update MSSA only if available in legacy pass manager. 2020-02-14 10:47:26 -08:00
LoopSimplifyCFG.cpp [IVDescriptors] Remove IRBuilder.h include; NFC 2020-04-04 12:07:57 +02:00
LoopSink.cpp
LoopStrengthReduce.cpp [LSR] Add masked load and store handling 2020-03-04 18:36:10 +00:00
LoopUnrollAndJamPass.cpp [NFC][LoopUnrollAndJam] clang-format. 2020-03-14 00:04:10 +00:00
LoopUnrollPass.cpp [Loop Peeling] Add possibility to enable peeling on loop nests. 2020-03-02 08:37:11 -08:00
LoopUnswitch.cpp [llvm][NFC][CallSite] Remove CallSite from a few trivial locations 2020-04-22 08:39:21 -07:00
LoopVersioningLICM.cpp [CallSite removal] Remove unneeded includes of CallSite.h. NFC 2020-04-23 21:01:48 -07:00
LowerAtomic.cpp [Transforms] Simplify with make_early_inc_range 2020-02-02 00:54:32 -08:00
LowerConstantIntrinsics.cpp
LowerExpectIntrinsic.cpp
LowerGuardIntrinsic.cpp
LowerMatrixIntrinsics.cpp [llvm][NFC][CallSite] Remove CallSite from a few trivial locations 2020-04-22 08:39:21 -07:00
LowerWidenableCondition.cpp
MakeGuardsExplicit.cpp
MemCpyOptimizer.cpp [llvm][NFC][CallSite] Remove CallSite from a few trivial locations 2020-04-22 08:39:21 -07:00
MergedLoadStoreMotion.cpp [Transforms] Simplify with make_early_inc_range 2020-02-02 00:54:32 -08:00
MergeICmps.cpp
NaryReassociate.cpp
NewGVN.cpp [AssumeBundles] preserve information in NewGVN 2020-04-14 12:48:14 +02:00
PartiallyInlineLibCalls.cpp
PlaceSafepoints.cpp [llvm][NFC] CallSite removal from inliner-related files 2020-04-13 21:28:58 -07:00
Reassociate.cpp [Reassociate] Preserve AAManager and BasicAA analyses. 2020-04-15 16:58:03 -07:00
Reg2Mem.cpp
RewriteStatepointsForGC.cpp Clean up usages of asserting vector getters in Type 2020-04-09 14:59:14 -07:00
Scalar.cpp
Scalarizer.cpp [Scalarizer] Fix a non-deterministic scatter order problem 2020-04-20 16:05:33 +02:00
SCCP.cpp [SCCP] Drop unnecessary early exit for ExtractValueInst. 2020-04-22 22:07:59 +01:00
SeparateConstOffsetFromGEP.cpp [ValueTracking] Let analyses assume a value cannot be partially poison 2020-04-23 08:08:53 +09:00
SimpleLoopUnswitch.cpp [CallSite removal][SimpleLoopUnswitch] Use CallBase instead of CallSite. NFC 2020-04-15 13:25:02 -07:00
SimplifyCFGPass.cpp [SimplifyCFG] Skip merging return blocks if it would break a CallBr. 2020-03-10 14:59:13 +01:00
Sink.cpp
SpeculateAroundPHIs.cpp [llvm][NFC][CallSite] Remove remaining {Immutable}CallSite uses 2020-04-23 22:19:39 -07:00
SpeculativeExecution.cpp SpeculativeExecution: fixed ingoring free execution 2020-02-20 14:45:02 +03:00
SROA.cpp [SVE] Remove calls to isScalable from Transforms 2020-04-23 13:50:07 -07:00
StraightLineStrengthReduce.cpp
StructurizeCFG.cpp Introduce unify-loop-exits pass. 2020-03-30 13:23:56 -04:00
TailRecursionElimination.cpp [CallSite removal] Remove unneeded includes of CallSite.h. NFC 2020-04-23 21:01:48 -07:00
WarnMissedTransforms.cpp [TTI] Clean up includes (NFC). 2020-04-19 20:11:59 +01:00