1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/lib/Transforms/Scalar
Mircea Trofin 196afafb83 [llvm][NFC][CallSite] Removed CallSite from few implementation details
Reviewers: dblaikie, craig.topper

Subscribers: hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D78724
2020-04-23 10:36:36 -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
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 [LoopDataPrefetch] Remove unused include that's a layering violation 2020-04-02 17:46:10 +02:00
LoopDeletion.cpp
LoopDistribute.cpp
LoopFuse.cpp
LoopIdiomRecognize.cpp [IVDescriptors] Clean up includes. 2020-04-19 20:07:47 +01:00
LoopInstSimplify.cpp
LoopInterchange.cpp
LoopLoadElimination.cpp [LoopLoadElim] Fix crash by always checking simplify form 2020-04-10 09:23:28 +07:00
LoopPassManager.cpp
LoopPredication.cpp
LoopRerollPass.cpp
LoopRotation.cpp
LoopSimplifyCFG.cpp [IVDescriptors] Remove IRBuilder.h include; NFC 2020-04-04 12:07:57 +02:00
LoopSink.cpp
LoopStrengthReduce.cpp
LoopUnrollAndJamPass.cpp
LoopUnrollPass.cpp
LoopUnswitch.cpp [llvm][NFC][CallSite] Remove CallSite from a few trivial locations 2020-04-22 08:39:21 -07:00
LoopVersioningLICM.cpp
LowerAtomic.cpp
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
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
Sink.cpp
SpeculateAroundPHIs.cpp [CallSite removal][ValueTracking] Use CallBase instead of ImmutableCallSite for getIntrinsicForCallSite. NFC 2020-04-22 12:06:58 -07:00
SpeculativeExecution.cpp
SROA.cpp Upgrade calls to CreateShuffleVector to use the preferred form of passing an array of ints 2020-04-15 12:51:38 +02:00
StraightLineStrengthReduce.cpp
StructurizeCFG.cpp Introduce unify-loop-exits pass. 2020-03-30 13:23:56 -04:00
TailRecursionElimination.cpp [llvm][NFC][CallSite] Removed CallSite from few implementation details 2020-04-23 10:36:36 -07:00
WarnMissedTransforms.cpp [TTI] Clean up includes (NFC). 2020-04-19 20:11:59 +01:00