.. |
ADCE.cpp
|
[PM] Normalize FIXMEs for missing PreserveCFG to have the same wording.
|
2016-06-28 00:54:12 +00:00 |
AlignmentFromAssumptions.cpp
|
[PM] Port AlignmentFromAssumptions to the new PM.
|
2016-06-15 06:18:01 +00:00 |
BDCE.cpp
|
[PM] Normalize FIXMEs for missing PreserveCFG to have the same wording.
|
2016-06-28 00:54:12 +00:00 |
CMakeLists.txt
|
Revert r275401, it caused PR28551.
|
2016-07-14 14:41:25 +00:00 |
ConstantHoisting.cpp
|
This implements a more optimal algorithm for selecting a base constant in
|
2016-07-14 07:44:20 +00:00 |
ConstantProp.cpp
|
Add opt-bisect support to additional passes that can be skipped
|
2016-05-03 22:32:30 +00:00 |
CorrelatedValuePropagation.cpp
|
This converts a signed remainder instruction to unsigned remainder, which
|
2016-07-14 12:23:48 +00:00 |
DCE.cpp
|
Move helper classes into anonymous namespaces. NFC.
|
2016-05-15 15:18:11 +00:00 |
DeadStoreElimination.cpp
|
Give helper classes/functions internal linkage. NFC.
|
2016-07-10 11:28:51 +00:00 |
EarlyCSE.cpp
|
Reinstate r273711
|
2016-06-25 00:04:10 +00:00 |
FlattenCFGPass.cpp
|
Scalar: Remove some implicit ilist iterator conversions, NFC
|
2015-10-13 18:26:00 +00:00 |
Float2Int.cpp
|
[PM] Normalize FIXMEs for missing PreserveCFG to have the same wording.
|
2016-06-28 00:54:12 +00:00 |
GVN.cpp
|
Reinstate r273711
|
2016-06-25 00:04:10 +00:00 |
GuardWidening.cpp
|
fix formatting, typo; NFC
|
2016-06-19 17:20:27 +00:00 |
IndVarSimplify.cpp
|
[PM] Normalize FIXMEs for missing PreserveCFG to have the same wording.
|
2016-06-28 00:54:12 +00:00 |
InductiveRangeCheckElimination.cpp
|
[IRCE] Use getTerminator instead of rbegin; NFC
|
2016-06-23 18:03:26 +00:00 |
JumpThreading.cpp
|
[JumpThreading] Delete commented out debug code; NFC
|
2016-07-13 23:33:20 +00:00 |
LICM.cpp
|
New pass manager for LICM.
|
2016-07-12 22:37:48 +00:00 |
LLVMBuild.txt
|
Update libdeps in LLVMipo and LLVMScalarOpts, corresponding to r245940.
|
2015-08-25 17:11:17 +00:00 |
LoadCombine.cpp
|
Address Eli's post-commit comments
|
2016-06-19 21:36:35 +00:00 |
LoopDataPrefetch.cpp
|
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
|
2016-06-26 12:28:59 +00:00 |
LoopDeletion.cpp
|
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
|
2016-06-26 12:28:59 +00:00 |
LoopDistribute.cpp
|
Rename LoopAccessAnalysis to LoopAccessLegacyAnalysis /NFC
|
2016-07-08 20:55:26 +00:00 |
LoopIdiomRecognize.cpp
|
[PM] Port LoopIdiomRecognize Pass to new PM
|
2016-07-12 18:45:51 +00:00 |
LoopInstSimplify.cpp
|
Re-commit optimization bisect support (r267022) without new pass manager support.
|
2016-04-22 22:06:11 +00:00 |
LoopInterchange.cpp
|
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
|
2016-06-26 12:28:59 +00:00 |
LoopLoadElimination.cpp
|
Rename LoopAccessAnalysis to LoopAccessLegacyAnalysis /NFC
|
2016-07-08 20:55:26 +00:00 |
LoopRerollPass.cpp
|
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
|
2016-06-26 12:28:59 +00:00 |
LoopRotation.cpp
|
Give helper classes/functions internal linkage. NFC.
|
2016-07-10 11:28:51 +00:00 |
LoopSimplifyCFG.cpp
|
LoopSimplifyCFG: Prefer `const auto &` to `auto &`, for clarity. NFC
|
2016-06-17 17:59:48 +00:00 |
LoopStrengthReduce.cpp
|
[LoopStrengthReduce] Fix -Wmisleading-indentation. Reported by GCC6.
|
2016-07-07 17:44:38 +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
|
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
|
2016-06-26 12:28:59 +00:00 |
LoopVersioningLICM.cpp
|
Rename LoopAccessAnalysis to LoopAccessLegacyAnalysis /NFC
|
2016-07-08 20:55:26 +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 clang-tidy's modernize-loop-convert to most of lib/Transforms.
|
2016-06-26 12:28:59 +00:00 |
MergedLoadStoreMotion.cpp
|
Give helper classes/functions internal linkage. NFC.
|
2016-07-10 11:28:51 +00:00 |
NaryReassociate.cpp
|
[TTI] Expose TTI::getGEPCost and use it in SLSR and NaryReassociate.
|
2016-07-08 21:48:05 +00:00 |
PartiallyInlineLibCalls.cpp
|
[PM] Port PartiallyInlineLibCalls to the new pass manager.
|
2016-05-25 23:38:53 +00:00 |
PlaceSafepoints.cpp
|
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
|
2016-06-26 12:28:59 +00:00 |
Reassociate.cpp
|
[PM] Normalize FIXMEs for missing PreserveCFG to have the same wording.
|
2016-06-28 00:54:12 +00:00 |
Reg2Mem.cpp
|
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
|
2016-06-26 12:28:59 +00:00 |
RewriteStatepointsForGC.cpp
|
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
|
2016-06-26 12:28:59 +00:00 |
SCCP.cpp
|
[SCCP] Pass a Value * instead of templating this function. NFC.
|
2016-07-14 03:02:34 +00:00 |
SROA.cpp
|
Fix formatting of r273144. NFC.
|
2016-06-20 11:19:58 +00:00 |
Scalar.cpp
|
Revert r275401, it caused PR28551.
|
2016-07-14 14:41:25 +00:00 |
Scalarizer.cpp
|
[Scalarizer] PR28108: Skip over nullptr rather than crashing on it.
|
2016-07-14 01:31:25 +00:00 |
SeparateConstOffsetFromGEP.cpp
|
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
|
2016-06-26 12:28:59 +00:00 |
SimplifyCFGPass.cpp
|
Move instances of std::function.
|
2016-06-12 16:13:55 +00:00 |
Sink.cpp
|
[Sink] Don't move calls to readonly functions across stores
|
2016-07-11 14:11:51 +00:00 |
SpeculativeExecution.cpp
|
Mark that SpeculativeExecution preserves Globals Alias Analysis.
|
2016-05-03 08:33:26 +00:00 |
StraightLineStrengthReduce.cpp
|
[SLSR] Call getPointerSizeInBits with the correct address space.
|
2016-07-11 18:13:28 +00:00 |
StructurizeCFG.cpp
|
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
|
2016-06-26 12:28:59 +00:00 |
TailRecursionElimination.cpp
|
[PM] Port TailCallElim
|
2016-07-06 23:48:41 +00:00 |