.. |
ADCE.cpp
|
Sink all InitializePasses.h includes
|
2019-11-13 16:34:37 -08:00 |
AlignmentFromAssumptions.cpp
|
Sink all InitializePasses.h includes
|
2019-11-13 16:34:37 -08:00 |
BDCE.cpp
|
Clang-trunk Generates Wrong Debug values with -O1
|
2019-11-21 13:53:10 -08:00 |
CallSiteSplitting.cpp
|
Add missing includes needed to prune LLVMContext.h include, NFC
|
2019-11-14 15:23:15 -08:00 |
CMakeLists.txt
|
[Matrix] Add first set of matrix intrinsics and initial lowering pass.
|
2019-12-12 15:42:18 +00:00 |
ConstantHoisting.cpp
|
[ConstantHoisting] Ignore unreachable bb:s when collecting candidates
|
2019-12-19 15:07:55 +01:00 |
ConstantProp.cpp
|
Sink all InitializePasses.h includes
|
2019-11-13 16:34:37 -08:00 |
CorrelatedValuePropagation.cpp
|
Sink all InitializePasses.h includes
|
2019-11-13 16:34:37 -08:00 |
DCE.cpp
|
[BasicBlockUtils] Add utility to remove redundant dbg.value instrs
|
2019-12-16 11:41:21 +01:00 |
DeadStoreElimination.cpp
|
DSE: fix bug where we would only check libcalls for name rather than whole decl
|
2020-01-11 11:57:29 +00:00 |
DivRemPairs.cpp
|
Sink all InitializePasses.h includes
|
2019-11-13 16:34:37 -08:00 |
EarlyCSE.cpp
|
[DebugInfo][EarlyCSE] Use the salvageDebugInfoOrMarkUndef(); NFC
|
2019-12-09 13:57:35 +01:00 |
FlattenCFGPass.cpp
|
Sink all InitializePasses.h includes
|
2019-11-13 16:34:37 -08:00 |
Float2Int.cpp
|
Add missing includes needed to prune LLVMContext.h include, NFC
|
2019-11-14 15:23:15 -08:00 |
GuardWidening.cpp
|
Broaden the definition of a "widenable branch"
|
2019-11-21 10:46:16 -08:00 |
GVN.cpp
|
[GVN] introduce GVNOptions to control GVN pass behavior
|
2020-01-16 20:21:08 +03:00 |
GVNHoist.cpp
|
[MemorySSA] Moving at the end often means before terminator.
|
2019-11-20 17:11:00 -08:00 |
GVNSink.cpp
|
Sink all InitializePasses.h includes
|
2019-11-13 16:34:37 -08:00 |
InductiveRangeCheckElimination.cpp
|
Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."
|
2020-01-04 18:44:38 +00:00 |
IndVarSimplify.cpp
|
[IndVarSimplify][LoopUtils] rewriteLoopExitValues. NFCI
|
2020-01-20 09:05:00 +00:00 |
InferAddressSpaces.cpp
|
Resubmit "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"
|
2019-12-17 10:07:46 +01:00 |
InstSimplifyPass.cpp
|
Sink all InitializePasses.h includes
|
2019-11-13 16:34:37 -08:00 |
IVUsersPrinter.cpp
|
|
|
JumpThreading.cpp
|
Resubmit: [JumpThreading] Thread jumps through two basic blocks
|
2020-01-16 12:33:37 -08:00 |
LICM.cpp
|
[MemorySSA] Moving at the end often means before terminator.
|
2019-11-20 17:11:00 -08:00 |
LLVMBuild.txt
|
|
|
LoopAccessAnalysisPrinter.cpp
|
|
|
LoopDataPrefetch.cpp
|
Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."
|
2020-01-04 18:44:38 +00:00 |
LoopDeletion.cpp
|
Sink all InitializePasses.h includes
|
2019-11-13 16:34:37 -08:00 |
LoopDistribute.cpp
|
Sink all InitializePasses.h includes
|
2019-11-13 16:34:37 -08:00 |
LoopFuse.cpp
|
[NFC][LoopFusion] Fix printing of the guard branch.
|
2019-12-26 02:45:29 +00:00 |
LoopIdiomRecognize.cpp
|
[Alignment][NFC] Use Align with CreateElementUnorderedAtomicMemCpy
|
2020-01-20 15:39:45 +01:00 |
LoopInstSimplify.cpp
|
[LoopInstSimplify] Move MemorySSA verification under flag.
|
2019-11-21 17:01:24 -08:00 |
LoopInterchange.cpp
|
[LoopInterchange] Improve inner exit loop safety checks.
|
2019-12-04 17:46:01 +00:00 |
LoopLoadElimination.cpp
|
Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."
|
2020-01-04 18:44:38 +00:00 |
LoopPassManager.cpp
|
|
|
LoopPredication.cpp
|
[BasicBlock] add helper getPostdominatingDeoptimizeCall
|
2020-01-16 01:15:57 +03:00 |
LoopRerollPass.cpp
|
Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."
|
2020-01-04 18:44:38 +00:00 |
LoopRotation.cpp
|
Add missing includes needed to prune LLVMContext.h include, NFC
|
2019-11-14 15:23:15 -08:00 |
LoopSimplifyCFG.cpp
|
[MemorySSA] Update analysis when the terminator is a memory instruction.
|
2019-11-20 16:36:52 -08:00 |
LoopSink.cpp
|
Sink all InitializePasses.h includes
|
2019-11-13 16:34:37 -08:00 |
LoopStrengthReduce.cpp
|
Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."
|
2020-01-04 18:44:38 +00:00 |
LoopUnrollAndJamPass.cpp
|
[NFCI][LoopUnrollAndJam] Changing LoopUnrollAndJamPass to a function
|
2020-01-09 16:18:36 +00:00 |
LoopUnrollPass.cpp
|
Revert "[Loop Peeling] Add possibility to enable peeling on loop nests."
|
2020-01-16 10:33:38 -08:00 |
LoopUnswitch.cpp
|
Sink all InitializePasses.h includes
|
2019-11-13 16:34:37 -08:00 |
LoopVersioningLICM.cpp
|
Sink all InitializePasses.h includes
|
2019-11-13 16:34:37 -08:00 |
LowerAtomic.cpp
|
Sink all InitializePasses.h includes
|
2019-11-13 16:34:37 -08:00 |
LowerConstantIntrinsics.cpp
|
Sink all InitializePasses.h includes
|
2019-11-13 16:34:37 -08:00 |
LowerExpectIntrinsic.cpp
|
Sink all InitializePasses.h includes
|
2019-11-13 16:34:37 -08:00 |
LowerGuardIntrinsic.cpp
|
Move widenable branch formation into makeGuardControlFlowExplicit helper
|
2019-11-20 12:54:05 -08:00 |
LowerMatrixIntrinsics.cpp
|
[Matrix] Hide and describe matrix-propagate-shape option.
|
2020-01-21 14:28:47 -08:00 |
LowerWidenableCondition.cpp
|
Sink all InitializePasses.h includes
|
2019-11-13 16:34:37 -08:00 |
MakeGuardsExplicit.cpp
|
D'oh. Fix assert after a84922916e6eddf701b39fbd7fe0222cb0fee1d6.
|
2019-11-20 22:22:51 -05:00 |
MemCpyOptimizer.cpp
|
Resubmit "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"
|
2019-12-17 10:07:46 +01:00 |
MergedLoadStoreMotion.cpp
|
Sink all InitializePasses.h includes
|
2019-11-13 16:34:37 -08:00 |
MergeICmps.cpp
|
Sink all InitializePasses.h includes
|
2019-11-13 16:34:37 -08:00 |
NaryReassociate.cpp
|
Sink all InitializePasses.h includes
|
2019-11-13 16:34:37 -08:00 |
NewGVN.cpp
|
Sink all InitializePasses.h includes
|
2019-11-13 16:34:37 -08:00 |
PartiallyInlineLibCalls.cpp
|
Sink all InitializePasses.h includes
|
2019-11-13 16:34:37 -08:00 |
PlaceSafepoints.cpp
|
[NFC] Refactor InlineResult for readability
|
2020-01-15 13:34:20 -08:00 |
Reassociate.cpp
|
Sink all InitializePasses.h includes
|
2019-11-13 16:34:37 -08:00 |
Reg2Mem.cpp
|
Sink all InitializePasses.h includes
|
2019-11-13 16:34:37 -08:00 |
RewriteStatepointsForGC.cpp
|
Sink all InitializePasses.h includes
|
2019-11-13 16:34:37 -08:00 |
Scalar.cpp
|
[BasicBlockUtils] Add utility to remove redundant dbg.value instrs
|
2019-12-16 11:41:21 +01:00 |
Scalarizer.cpp
|
Remove Support/Options.h, it is unused
|
2019-11-15 13:32:52 -08:00 |
SCCP.cpp
|
[Transforms] Fixes -Wrange-loop-analysis warnings
|
2019-12-22 19:20:17 +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
|
[LCSSA] Don't use VH callbacks to invalidate SCEV when creating LCSSA phis
|
2019-12-06 13:21:49 +07:00 |
SimplifyCFGPass.cpp
|
Sink all InitializePasses.h includes
|
2019-11-13 16:34:37 -08:00 |
Sink.cpp
|
Sink all InitializePasses.h includes
|
2019-11-13 16:34:37 -08:00 |
SpeculateAroundPHIs.cpp
|
Rename TTI::getIntImmCost for instructions and intrinsics
|
2019-12-11 18:00:20 -08:00 |
SpeculativeExecution.cpp
|
Sink all InitializePasses.h includes
|
2019-11-13 16:34:37 -08:00 |
SROA.cpp
|
[Alignment][NFC] Introduce Align in IRBuilder
|
2019-12-11 14:41:23 +01:00 |
StraightLineStrengthReduce.cpp
|
Sink all InitializePasses.h includes
|
2019-11-13 16:34:37 -08:00 |
StructurizeCFG.cpp
|
Add missing includes needed to prune LLVMContext.h include, NFC
|
2019-11-14 15:23:15 -08:00 |
TailRecursionElimination.cpp
|
Sink all InitializePasses.h includes
|
2019-11-13 16:34:37 -08:00 |
WarnMissedTransforms.cpp
|
Sink all InitializePasses.h includes
|
2019-11-13 16:34:37 -08:00 |