.. |
ADCE.cpp
|
|
|
AlignmentFromAssumptions.cpp
|
|
|
BDCE.cpp
|
[BDCE] Optimize find+insert with early insert
|
2019-03-07 06:38:03 +00:00 |
CallSiteSplitting.cpp
|
CallSiteSplitting: Respect convergent and noduplicate
|
2019-05-29 16:59:48 +00:00 |
CMakeLists.txt
|
Add basic loop fusion pass.
|
2019-04-17 18:53:27 +00:00 |
ConstantHoisting.cpp
|
Use llvm::stable_sort
|
2019-04-23 14:51:27 +00:00 |
ConstantProp.cpp
|
|
|
CorrelatedValuePropagation.cpp
|
Revert "[CorrelatedValuePropagation] Fix prof branch_weights metadata handling for SwitchInst"
|
2019-05-28 21:28:24 +00:00 |
DCE.cpp
|
|
|
DeadStoreElimination.cpp
|
[DSE] Bugfix to avoid PartialStoreMerging involving non byte-sized stores
|
2019-05-24 08:32:02 +00:00 |
DivRemPairs.cpp
|
|
|
EarlyCSE.cpp
|
[EarlyCSE] detect equivalence of selects with inverse conditions and commuted operands (PR41101)
|
2019-04-16 20:41:20 +00:00 |
FlattenCFGPass.cpp
|
|
|
Float2Int.cpp
|
[ConstantRange] Add getFull() + getEmpty() named constructors; NFC
|
2019-03-24 09:34:40 +00:00 |
GuardWidening.cpp
|
[GuardWidening] Wire up a NPM version of the LoopGuardWidening pass
|
2019-04-18 19:17:14 +00:00 |
GVN.cpp
|
GVN: Handle addrspacecast
|
2019-05-18 14:36:06 +00:00 |
GVNHoist.cpp
|
Use llvm::stable_sort
|
2019-04-23 14:51:27 +00:00 |
GVNSink.cpp
|
Use llvm::stable_sort
|
2019-04-23 14:51:27 +00:00 |
InductiveRangeCheckElimination.cpp
|
[MemorySSA] Teach LoopSimplify to preserve MemorySSA.
|
2019-05-08 17:05:36 +00:00 |
IndVarSimplify.cpp
|
[LFTR] Strengthen assertions in genLoopLimit [NFCI]
|
2019-05-17 02:18:03 +00:00 |
InferAddressSpaces.cpp
|
[InferAddressSpaces] Enhance the handling of cosntexpr.
|
2019-05-10 14:57:42 +00:00 |
InstSimplifyPass.cpp
|
|
|
IVUsersPrinter.cpp
|
|
|
JumpThreading.cpp
|
[JumpThreading] A bug fix for stale loop info after unfold select
|
2019-05-15 15:15:16 +00:00 |
LICM.cpp
|
[LICM] Allow AliasSetMap to contain top-level loops.
|
2019-05-14 19:41:36 +00:00 |
LLVMBuild.txt
|
|
|
LoopAccessAnalysisPrinter.cpp
|
|
|
LoopDataPrefetch.cpp
|
|
|
LoopDeletion.cpp
|
|
|
LoopDistribute.cpp
|
|
|
LoopFuse.cpp
|
Fix unused variable warning in LoopFusion pass.
|
2019-04-25 02:10:02 +00:00 |
LoopIdiomRecognize.cpp
|
[LoopIdiomRecognize][NFC] Use DEBUG_TYPE, add LLVM_DEBUG() to runOnNoncountableLoop()
|
2019-05-29 20:11:53 +00:00 |
LoopInstSimplify.cpp
|
|
|
LoopInterchange.cpp
|
[LoopInterchange] Fix handling of LCSSA nodes defined in headers and latches.
|
2019-05-26 23:38:25 +00:00 |
LoopLoadElimination.cpp
|
[PGO] Profile guided code size optimization.
|
2019-04-15 16:49:00 +00:00 |
LoopPassManager.cpp
|
|
|
LoopPredication.cpp
|
[LoopPred] Fix a blatantly obvious bug in r358684
|
2019-04-18 17:01:19 +00:00 |
LoopRerollPass.cpp
|
|
|
LoopRotation.cpp
|
|
|
LoopSimplifyCFG.cpp
|
[LoopSimplifyCFG] Suppress expensive DomTree verification
|
2019-04-29 13:29:55 +00:00 |
LoopSink.cpp
|
Use llvm::stable_sort
|
2019-04-23 14:51:27 +00:00 |
LoopStrengthReduce.cpp
|
Revert "[LSR] Tweak setup cost depth threshold to 10."
|
2019-05-13 15:37:18 +00:00 |
LoopUnrollAndJamPass.cpp
|
[PGO] Profile guided code size optimization.
|
2019-04-15 16:49:00 +00:00 |
LoopUnrollPass.cpp
|
[NewPassManager] Add tuning option: ForgetAllSCEVInLoopUnroll [NFC].
|
2019-05-23 21:52:59 +00:00 |
LoopUnswitch.cpp
|
[IR] Refactor attribute methods in Function class (NFC)
|
2019-04-04 22:40:06 +00:00 |
LoopVersioningLICM.cpp
|
|
|
LowerAtomic.cpp
|
Transforms: lower fadd and fsub atomicrmw instructions
|
2019-05-23 17:03:43 +00:00 |
LowerExpectIntrinsic.cpp
|
|
|
LowerGuardIntrinsic.cpp
|
|
|
LowerWidenableCondition.cpp
|
|
|
MakeGuardsExplicit.cpp
|
|
|
MemCpyOptimizer.cpp
|
|
|
MergedLoadStoreMotion.cpp
|
|
|
MergeICmps.cpp
|
[MergeICmps] Make the pass compatible with the new pass manager.
|
2019-05-23 12:35:26 +00:00 |
NaryReassociate.cpp
|
|
|
NewGVN.cpp
|
[IR] Add WithOverflowInst class
|
2019-04-16 18:55:16 +00:00 |
PartiallyInlineLibCalls.cpp
|
|
|
PlaceSafepoints.cpp
|
|
|
Reassociate.cpp
|
[Reassociation] Place moved instructions after landing pads
|
2019-05-08 15:44:24 +00:00 |
Reg2Mem.cpp
|
|
|
RewriteStatepointsForGC.cpp
|
|
|
Scalar.cpp
|
[MergeICmps] Make the pass compatible with the new pass manager.
|
2019-05-23 12:35:26 +00:00 |
Scalarizer.cpp
|
Use the DataLayout::typeSizeEqualsStoreSize helper. NFC
|
2019-05-24 09:20:20 +00:00 |
SCCP.cpp
|
[SCCP] Fix crash when trying to constant-fold terminators multiple times.
|
2019-05-08 09:09:54 +00:00 |
SeparateConstOffsetFromGEP.cpp
|
|
|
SimpleLoopUnswitch.cpp
|
Use llvm::stable_sort
|
2019-04-23 14:51:27 +00:00 |
SimplifyCFGPass.cpp
|
|
|
Sink.cpp
|
|
|
SpeculateAroundPHIs.cpp
|
SpeculateAroundPHIs: Respect convergent
|
2019-05-29 13:14:39 +00:00 |
SpeculativeExecution.cpp
|
Support FNeg in SpeculativeExecution pass
|
2019-05-14 16:51:18 +00:00 |
SROA.cpp
|
Use the DataLayout::typeSizeEqualsStoreSize helper. NFC
|
2019-05-24 09:20:20 +00:00 |
StraightLineStrengthReduce.cpp
|
|
|
StructurizeCFG.cpp
|
StructurizeCFG: Relax uniformity checks.
|
2019-05-24 08:59:17 +00:00 |
TailRecursionElimination.cpp
|
[DTU] Deprecate insertEdge*/deleteEdge*
|
2019-02-22 05:41:43 +00:00 |
WarnMissedTransforms.cpp
|
[IR] Refactor attribute methods in Function class (NFC)
|
2019-04-04 22:40:06 +00:00 |