1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 21:42:54 +02:00
llvm-mirror/lib/Transforms/Scalar
2016-06-26 04:55:19 +00:00
..
ADCE.cpp [PM] Remove support for omitting the AnalysisManager argument to new 2016-06-17 00:11:01 +00:00
AlignmentFromAssumptions.cpp [PM] Port AlignmentFromAssumptions to the new PM. 2016-06-15 06:18:01 +00:00
BDCE.cpp [PM] BDCE: Fix caching of analyses. 2016-05-31 17:53:22 +00:00
CMakeLists.txt Remove the ScalarReplAggregates pass 2016-06-15 00:19:09 +00:00
ConstantHoisting.cpp
ConstantProp.cpp Add opt-bisect support to additional passes that can be skipped 2016-05-03 22:32:30 +00:00
CorrelatedValuePropagation.cpp [PM] Port LVI to the new PM. 2016-06-13 22:01:25 +00:00
DCE.cpp Move helper classes into anonymous namespaces. NFC. 2016-05-15 15:18:11 +00:00
DeadStoreElimination.cpp Allow DeadStoreElimination to track combinations of partial later wrties 2016-06-23 13:46:39 +00:00
EarlyCSE.cpp Reinstate r273711 2016-06-25 00:04:10 +00:00
FlattenCFGPass.cpp
Float2Int.cpp [PM] Port float2int to the new pass manager 2016-06-24 23:32:02 +00:00
GuardWidening.cpp fix formatting, typo; NFC 2016-06-19 17:20:27 +00:00
GVN.cpp Reinstate r273711 2016-06-25 00:04:10 +00:00
InductiveRangeCheckElimination.cpp [IRCE] Use getTerminator instead of rbegin; NFC 2016-06-23 18:03:26 +00:00
IndVarSimplify.cpp [IndVarSimplify] Run clang-format over some oddly formatted bits 2016-06-24 21:23:32 +00:00
JumpThreading.cpp Reinstate r273711 2016-06-25 00:04:10 +00:00
LICM.cpp [LICM] Avoid repeating expensive call while promoting loads. NFC 2016-06-24 12:38:45 +00:00
LLVMBuild.txt
LoadCombine.cpp Address Eli's post-commit comments 2016-06-19 21:36:35 +00:00
LoopDataPrefetch.cpp Remove a few gendered pronouns. 2016-06-10 20:06:03 +00:00
LoopDeletion.cpp Use all_of instead of a raw loop; NFC 2016-05-03 17:50:06 +00:00
LoopDistribute.cpp Switch more loops to be range-based 2016-06-24 04:05:21 +00:00
LoopIdiomRecognize.cpp Forgot to update callers of deleteDeadInstruction 2016-06-20 16:07:38 +00:00
LoopInstSimplify.cpp
LoopInterchange.cpp Switch more loops to be range-based 2016-06-24 04:05:21 +00:00
LoopLoadElimination.cpp [LAA] Default getInfo to not speculate symbolic strides. NFC 2016-06-16 08:26:56 +00:00
LoopRerollPass.cpp Enable loopreroll for sext of loop control only IV 2016-05-10 21:16:49 +00:00
LoopRotation.cpp Reinstate r273711 2016-06-25 00:04:10 +00:00
LoopSimplifyCFG.cpp LoopSimplifyCFG: Prefer const auto & to auto &, for clarity. NFC 2016-06-17 17:59:48 +00:00
LoopStrengthReduce.cpp Switch more loops to be range-based 2016-06-24 04:05:21 +00:00
LoopUnrollPass.cpp [LoopUnroll] Don't crash trying to unroll loop with EH pad exit 2016-06-15 00:19:56 +00:00
LoopUnswitch.cpp [LoopUnswitch] Avoid exponential behavior 2016-06-25 01:14:19 +00:00
LoopVersioningLICM.cpp [LAA] Enable symbolic stride speculation for all LAA clients 2016-06-17 22:35:41 +00:00
LowerAtomic.cpp [PM] Remove support for omitting the AnalysisManager argument to new 2016-06-17 00:11:01 +00:00
LowerExpectIntrinsic.cpp [PM] Remove support for omitting the AnalysisManager argument to new 2016-06-17 00:11:01 +00:00
LowerGuardIntrinsic.cpp [LowerGuards] Rename variable; NFC 2016-05-18 23:16:27 +00:00
MemCpyOptimizer.cpp Apply another batch of fixes from clang-tidy's performance-unnecessary-value-param. 2016-06-17 20:41:14 +00:00
MergedLoadStoreMotion.cpp Switch more loops to be range-based 2016-06-24 04:05:21 +00:00
NaryReassociate.cpp
PartiallyInlineLibCalls.cpp [PM] Port PartiallyInlineLibCalls to the new pass manager. 2016-05-25 23:38:53 +00:00
PlaceSafepoints.cpp Avoid duplicated map lookups. No functionality change intended. 2016-06-17 18:59:41 +00:00
Reassociate.cpp [PM] Remove support for omitting the AnalysisManager argument to new 2016-06-17 00:11:01 +00:00
Reg2Mem.cpp Add opt-bisect support to additional passes that can be skipped 2016-05-03 22:32:30 +00:00
RewriteStatepointsForGC.cpp [RSForGC] Bring containsGCPtrType, isGCPointerType up to code; NFC 2016-06-26 04:55:19 +00:00
Scalar.cpp [PM] Port float2int to the new pass manager 2016-06-24 23:32:02 +00:00
Scalarizer.cpp PR27938: Don't remove valid DebugLoc in Scalarizer 2016-06-16 10:48:54 +00:00
SCCP.cpp Revert "[SimplifyCFG] Stop inserting calls to llvm.trap for UB" 2016-06-25 08:19:55 +00:00
SeparateConstOffsetFromGEP.cpp
SimplifyCFGPass.cpp Move instances of std::function. 2016-06-12 16:13:55 +00:00
Sink.cpp
SpeculativeExecution.cpp
SROA.cpp Fix formatting of r273144. NFC. 2016-06-20 11:19:58 +00:00
StraightLineStrengthReduce.cpp
StructurizeCFG.cpp Switch more loops to be range-based 2016-06-24 04:05:21 +00:00
TailRecursionElimination.cpp [TailRecursionElimination] Refactor/cleanup. 2016-06-02 23:02:44 +00:00