1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/lib/Transforms/Scalar
2017-04-26 17:41:46 +00:00
..
ADCE.cpp [ADCE] Remove redundent code [NFC] 2017-03-16 03:59:23 +00:00
AlignmentFromAssumptions.cpp
BDCE.cpp
CMakeLists.txt
ConstantHoisting.cpp [ConstHoisting] Add BFI in constanthoisting pass and select the best insertion 2017-04-21 15:50:16 +00:00
ConstantProp.cpp
CorrelatedValuePropagation.cpp CorrelatedValuePropagation: Rename a variable for consistency 2017-04-26 17:41:46 +00:00
DCE.cpp
DeadStoreElimination.cpp Cleanup in preparation for D30703. NFCI 2017-03-29 14:42:27 +00:00
EarlyCSE.cpp MemorySSA: Move to Analysis, from Transforms/Utils. It's used as 2017-04-11 20:06:36 +00:00
FlattenCFGPass.cpp
Float2Int.cpp
GuardWidening.cpp [ValueTracking] Introduce a KnownBits struct to wrap the two APInts for computeKnownBits 2017-04-26 16:39:58 +00:00
GVN.cpp [IR] Redesign the case iterator in SwitchInst to actually be an iterator 2017-04-12 07:27:28 +00:00
GVNHoist.cpp [GVNHoist] Mark GlobalsAA as preserved by GVNHoist. 2017-04-18 13:25:49 +00:00
InductiveRangeCheckElimination.cpp
IndVarSimplify.cpp Reverts commit r301424, r301425 and r301426 2017-04-26 16:37:05 +00:00
InferAddressSpaces.cpp InferAddressSpaces: Use reference arguments instead of pointers 2017-04-24 23:42:41 +00:00
IVUsersPrinter.cpp
JumpThreading.cpp [JumpThread] We want to fold (not thread) when all predecessor go to single BB's successor. 2017-04-23 20:56:29 +00:00
LICM.cpp Revert "Compute safety information in a much finer granularity." 2017-04-24 18:25:07 +00:00
LLVMBuild.txt
LoadCombine.cpp [LoadCombine] Avoid analysing dead basic blocks 2017-04-12 08:07:55 +00:00
LoopAccessAnalysisPrinter.cpp
LoopDataPrefetch.cpp
LoopDeletion.cpp
LoopDistribute.cpp
LoopIdiomRecognize.cpp Reverts commit r301424, r301425 and r301426 2017-04-26 16:37:05 +00:00
LoopInstSimplify.cpp
LoopInterchange.cpp
LoopLoadElimination.cpp Add a getPointerOperandType() helper to LoadInst and StoreInst; NFC 2017-04-18 22:00:54 +00:00
LoopPassManager.cpp
LoopPredication.cpp
LoopRerollPass.cpp [LoopReroll] Prefer hasNUses/hasNUses or more as they're cheaper. NFCI. 2017-04-18 21:42:21 +00:00
LoopRotation.cpp Fix unused-variable warning caused by r301407. 2017-04-26 14:31:05 +00:00
LoopSimplifyCFG.cpp Reverts commit r301424, r301425 and r301426 2017-04-26 16:37:05 +00:00
LoopSink.cpp
LoopStrengthReduce.cpp Reverts commit r301424, r301425 and r301426 2017-04-26 16:37:05 +00:00
LoopUnrollPass.cpp [IR] Redesign the case iterator in SwitchInst to actually be an iterator 2017-04-12 07:27:28 +00:00
LoopUnswitch.cpp Reverts commit r301424, r301425 and r301426 2017-04-26 16:37:05 +00:00
LoopVersioningLICM.cpp
LowerAtomic.cpp
LowerExpectIntrinsic.cpp [IR] Redesign the case iterator in SwitchInst to actually be an iterator 2017-04-12 07:27:28 +00:00
LowerGuardIntrinsic.cpp
MemCpyOptimizer.cpp [MemCpyOpt] Only replace memcpy with bitcast if address spaces match 2017-04-10 19:00:25 +00:00
MergedLoadStoreMotion.cpp
NaryReassociate.cpp Reverts commit r301424, r301425 and r301426 2017-04-26 16:37:05 +00:00
NewGVN.cpp NewGVN: Fix memory congruence verification. The return true should be a return false. Merge the appropriate if statements so it doesn't happen again. 2017-04-18 20:15:47 +00:00
PartiallyInlineLibCalls.cpp Rename AttributeSet to AttributeList 2017-03-21 16:57:19 +00:00
PlaceSafepoints.cpp
Reassociate.cpp Reverts commit r301424, r301425 and r301426 2017-04-26 16:37:05 +00:00
Reg2Mem.cpp
RewriteStatepointsForGC.cpp [SystemZ] TargetTransformInfo cost functions implemented. 2017-04-12 11:49:08 +00:00
Scalar.cpp Split the SimplifyCFG pass into two variants. 2017-03-26 06:44:08 +00:00
Scalarizer.cpp [Scalarizer] Handle scalar arguments in vector GEP 2017-03-31 06:29:49 +00:00
SCCP.cpp [IR] Redesign the case iterator in SwitchInst to actually be an iterator 2017-04-12 07:27:28 +00:00
SeparateConstOffsetFromGEP.cpp
SimplifyCFGPass.cpp Split the SimplifyCFG pass into two variants. 2017-03-26 06:44:08 +00:00
Sink.cpp Remove unnecessary IDom check 2017-03-20 00:30:19 +00:00
SpeculativeExecution.cpp
SROA.cpp Allow DataLayout to specify addrspace for allocas. 2017-04-10 22:27:50 +00:00
StraightLineStrengthReduce.cpp
StructurizeCFG.cpp Revert "StructurizeCFG: Directly invert cmp instructions" 2017-04-24 20:25:01 +00:00
TailRecursionElimination.cpp