1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib/Transforms/Scalar
Jay Foad aae88c4b45 [APFloat] Make use of new overloaded comparison operators. NFC.
Reviewers: ekatz, spatel, jfb, tlively, craig.topper, RKSimon, nikic, scanon

Subscribers: arsenm, jvesely, nhaehnle, hiraditya, dexonsmith, kerbowa, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D75744
2020-03-06 16:42:53 +00:00
..
ADCE.cpp
AlignmentFromAssumptions.cpp
BDCE.cpp
CallSiteSplitting.cpp
CMakeLists.txt
ConstantHoisting.cpp
ConstantProp.cpp
CorrelatedValuePropagation.cpp [CVP] Simplify cmp of local phi node 2020-02-26 20:36:41 +01:00
DCE.cpp
DeadStoreElimination.cpp Fix DSE miscompile when store is clobbered across loop iterations 2020-02-27 14:43:01 -08:00
DivRemPairs.cpp
EarlyCSE.cpp Let EarlyCSE fold equivalent freeze instructions 2020-02-28 20:35:20 +09:00
FlattenCFGPass.cpp
Float2Int.cpp [APFloat] Make use of new overloaded comparison operators. NFC. 2020-03-06 16:42:53 +00:00
GuardWidening.cpp
GVN.cpp [GVN] Fold equivalent freeze instructions 2020-03-01 07:32:05 +09:00
GVNHoist.cpp
GVNSink.cpp
InductiveRangeCheckElimination.cpp [IRCE] Use SCEVExpander to modify loop bound 2020-02-06 12:44:43 +03:00
IndVarSimplify.cpp [IndVarSimplify] Extend previous special case for load use instruction to any narrow type loop variant to avoid extra trunc instruction 2020-03-05 16:27:59 -05:00
InferAddressSpaces.cpp
InstSimplifyPass.cpp [Utils] Use WeakTrackingVH in vector used as scratch storage. 2020-01-23 16:04:57 -08:00
IVUsersPrinter.cpp
JumpThreading.cpp [JumpThreading] Skip unconditional PredBB when threading jumps through two basic blocks 2020-02-18 11:01:46 -08:00
LICM.cpp LICM: Reorder condition checks 2020-03-03 17:15:57 -05:00
LLVMBuild.txt
LoopAccessAnalysisPrinter.cpp
LoopDataPrefetch.cpp
LoopDeletion.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
LoopDistribute.cpp
LoopFuse.cpp [LoopFusion] Move instructions from FC1.GuardBlock to FC0.GuardBlock and 2020-01-30 18:02:22 +00:00
LoopIdiomRecognize.cpp Compute ORE, BPI, BFI in Loop passes. 2020-02-12 09:15:18 -08:00
LoopInstSimplify.cpp [Utils] Use WeakTrackingVH in vector used as scratch storage. 2020-01-23 16:04:57 -08:00
LoopInterchange.cpp
LoopLoadElimination.cpp
LoopPassManager.cpp
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 [NFCI] Update according to style. 2020-02-04 17:11:36 -08:00
LoopSink.cpp
LoopStrengthReduce.cpp [LSR] Add masked load and store handling 2020-03-04 18:36:10 +00:00
LoopUnrollAndJamPass.cpp [NFC][SCEV] Piping to pass TTI into SCEVExpander::isHighCostExpansionHelper() 2020-02-25 23:05:56 +03:00
LoopUnrollPass.cpp [Loop Peeling] Add possibility to enable peeling on loop nests. 2020-03-02 08:37:11 -08:00
LoopUnswitch.cpp [Loop Peeling] Add possibility to enable peeling on loop nests. 2020-03-02 08:37:11 -08:00
LoopVersioningLICM.cpp
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 LowerMatrixIntrinsics: Avoid use of deprecated CreateCall methods 2020-02-18 00:24:09 +01:00
LowerWidenableCondition.cpp
MakeGuardsExplicit.cpp
MemCpyOptimizer.cpp [Transform][MemCpyOpt] Add missing DebugLoc to %tmpbitcast 2020-02-28 15:20:51 +00:00
MergedLoadStoreMotion.cpp [Transforms] Simplify with make_early_inc_range 2020-02-02 00:54:32 -08:00
MergeICmps.cpp
NaryReassociate.cpp
NewGVN.cpp
PartiallyInlineLibCalls.cpp
PlaceSafepoints.cpp [NFC] Refactor InlineResult for readability 2020-01-15 13:34:20 -08:00
Reassociate.cpp [APFloat] Make use of new overloaded comparison operators. NFC. 2020-03-06 16:42:53 +00:00
Reg2Mem.cpp
RewriteStatepointsForGC.cpp [IRBuilder] Fix unnecessary IRBuilder copies; NFC 2020-02-16 17:57:18 +01:00
Scalar.cpp
Scalarizer.cpp [Alignment][NFC] Use Align with CreateAlignedStore 2020-01-23 17:34:32 +01:00
SCCP.cpp [SCCP] Do not mark unknown loads as overdefined. 2020-02-20 22:48:58 +01:00
SeparateConstOffsetFromGEP.cpp [SeparateConstOffsetFromGEP] Fix: sext(a) + sext(b) -> sext(a + b) matches add and sub instructions with one another 2020-01-17 12:22:52 -05:00
SimpleLoopUnswitch.cpp Revert "[SimpleLoopUnswitch] Fix introduction of UB when hoisted condition may be undef or poison" 2020-02-28 11:10:46 +09:00
SimplifyCFGPass.cpp
Sink.cpp
SpeculateAroundPHIs.cpp
SpeculativeExecution.cpp SpeculativeExecution: fixed ingoring free execution 2020-02-20 14:45:02 +03:00
SROA.cpp SROA: Don't drop atomic load/store alignments (PR45010) 2020-02-28 10:38:40 +01:00
StraightLineStrengthReduce.cpp
StructurizeCFG.cpp StructurizeCFG: simplify phi nodes when possible 2020-03-05 10:33:15 +05:30
TailRecursionElimination.cpp
WarnMissedTransforms.cpp