.. |
ADCE.cpp
|
[ADCE] Add code to remove dead branches
|
2016-12-13 16:42:18 +00:00 |
AlignmentFromAssumptions.cpp
|
Revert @llvm.assume with operator bundles (r289755-r289757)
|
2016-12-19 08:22:17 +00:00 |
BDCE.cpp
|
[BDCE] Skip metadata while replacing uses.
|
2016-12-07 21:47:32 +00:00 |
CMakeLists.txt
|
[GVN] Initial check-in of a new global value numbering algorithm.
|
2016-12-22 16:03:48 +00:00 |
ConstantHoisting.cpp
|
Fix spelling mistakes in Transforms comments. NFC.
|
2016-11-20 13:19:49 +00:00 |
ConstantProp.cpp
|
Don't remove side effecting instructions due to ConstantFoldInstruction
|
2016-07-22 04:54:44 +00:00 |
CorrelatedValuePropagation.cpp
|
[CVP] Remove cvp-dont-process-adds flag
|
2016-11-29 16:24:57 +00:00 |
DCE.cpp
|
Consistently use FunctionAnalysisManager
|
2016-08-09 00:28:15 +00:00 |
DeadStoreElimination.cpp
|
limit the number of instructions per block examined by dead store elimination
|
2016-08-26 16:34:27 +00:00 |
EarlyCSE.cpp
|
Revert @llvm.assume with operator bundles (r289755-r289757)
|
2016-12-19 08:22:17 +00:00 |
FlattenCFGPass.cpp
|
Scalar: Remove some implicit ilist iterator conversions, NFC
|
2015-10-13 18:26:00 +00:00 |
Float2Int.cpp
|
Factor out common parts of LVI and Float2Int into ConstantRange [NFCI]
|
2016-12-01 20:08:47 +00:00 |
GVN.cpp
|
Revert @llvm.assume with operator bundles (r289755-r289757)
|
2016-12-19 08:22:17 +00:00 |
GVNHoist.cpp
|
[GVNHoist] Invalidate MemDep when an instruction is moved.
|
2016-12-07 19:55:59 +00:00 |
GuardWidening.cpp
|
Analysis: Move llvm::getConstantRangeFromMetadata to IR library.
|
2016-10-21 19:59:26 +00:00 |
IndVarSimplify.cpp
|
Fix spelling mistakes in Transforms comments. NFC.
|
2016-11-20 13:19:49 +00:00 |
InductiveRangeCheckElimination.cpp
|
Revert @llvm.assume with operator bundles (r289755-r289757)
|
2016-12-19 08:22:17 +00:00 |
JumpThreading.cpp
|
Fix spelling mistakes in Transforms comments. NFC.
|
2016-11-20 13:19:49 +00:00 |
LICM.cpp
|
[LICM] When promoting scalars, allow inserting stores to thread-local allocas.
|
2016-12-30 01:03:17 +00:00 |
LLVMBuild.txt
|
…
|
|
LoadCombine.cpp
|
Use StringRef in Pass/PassManager APIs (NFC)
|
2016-10-01 02:56:57 +00:00 |
LoopDataPrefetch.cpp
|
Revert @llvm.assume with operator bundles (r289755-r289757)
|
2016-12-19 08:22:17 +00:00 |
LoopDeletion.cpp
|
Consistently use LoopAnalysisManager
|
2016-08-09 00:28:52 +00:00 |
LoopDistribute.cpp
|
[LDist] Match behavior between invoking via optimization pipeline or opt -loop-distribute
|
2016-12-21 04:07:40 +00:00 |
LoopIdiomRecognize.cpp
|
[LoopIdiomRecognize] Merge two if conditions into one. NFCI.
|
2016-10-07 18:39:43 +00:00 |
LoopInstSimplify.cpp
|
Revert @llvm.assume with operator bundles (r289755-r289757)
|
2016-12-19 08:22:17 +00:00 |
LoopInterchange.cpp
|
Revert @llvm.assume with operator bundles (r289755-r289757)
|
2016-12-19 08:22:17 +00:00 |
LoopLoadElimination.cpp
|
[LoopVersioning] Require loop-simplify form for loop versioning.
|
2016-12-19 17:13:37 +00:00 |
LoopRerollPass.cpp
|
[LoopReroll] Make root-finding more aggressive.
|
2016-11-21 22:35:34 +00:00 |
LoopRotation.cpp
|
[PM] Introduce a reasonable port of the main per-module pass pipeline
|
2016-12-22 06:59:15 +00:00 |
LoopSimplifyCFG.cpp
|
Revert @llvm.assume with operator bundles (r289755-r289757)
|
2016-12-19 08:22:17 +00:00 |
LoopSink.cpp
|
Enable Loop Sink pass for functions that has profile.
|
2016-11-09 00:58:19 +00:00 |
LoopStrengthReduce.cpp
|
Fix LSR best register search algorithm.
|
2016-11-30 22:23:51 +00:00 |
LoopUnrollPass.cpp
|
Use continuous boosting factor for complete unroll.
|
2016-12-30 00:50:28 +00:00 |
LoopUnswitch.cpp
|
Revert @llvm.assume with operator bundles (r289755-r289757)
|
2016-12-19 08:22:17 +00:00 |
LoopVersioningLICM.cpp
|
[LoopVersioning] Require loop-simplify form for loop versioning.
|
2016-12-19 17:13:37 +00:00 |
LowerAtomic.cpp
|
[PM] Remove support for omitting the AnalysisManager argument to new
|
2016-06-17 00:11:01 +00:00 |
LowerExpectIntrinsic.cpp
|
[Profile] handle select instruction in 'expect' lowering
|
2016-09-02 22:03:40 +00:00 |
LowerGuardIntrinsic.cpp
|
[PM] Port LowerGuardIntrinsic to the new PM.
|
2016-07-28 22:08:41 +00:00 |
MemCpyOptimizer.cpp
|
[MemCpyOpt] Don't sink LoadInst below possible clobber.
|
2016-12-27 17:58:12 +00:00 |
MergedLoadStoreMotion.cpp
|
IR: Remove Value::intersectOptionalDataWith, replace all calls with calls to Instruction::andIRFlags.
|
2016-09-07 23:39:04 +00:00 |
NaryReassociate.cpp
|
Revert @llvm.assume with operator bundles (r289755-r289757)
|
2016-12-19 08:22:17 +00:00 |
NewGVN.cpp
|
[NewGVN] Remove unneeded newline from assertion message.
|
2016-12-30 15:01:17 +00:00 |
PartiallyInlineLibCalls.cpp
|
Consistently use FunctionAnalysisManager
|
2016-08-09 00:28:15 +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
|
Fixed the lost FastMathFlags in Reassociate optimization.
|
2016-11-22 20:23:04 +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
|
Revert @llvm.assume with operator bundles (r289755-r289757)
|
2016-12-19 08:22:17 +00:00 |
SCCP.cpp
|
[SCCP] Debug diagnostic goes under DEBUG(). NFCI.
|
2016-12-13 05:56:04 +00:00 |
SROA.cpp
|
Refactor the DIExpression fragment query interface (NFC)
|
2016-12-22 05:27:12 +00:00 |
Scalar.cpp
|
[GVN] Initial check-in of a new global value numbering algorithm.
|
2016-12-22 16:03:48 +00:00 |
Scalarizer.cpp
|
Scalarizer: Support scalarizing intrinsics
|
2016-07-25 20:02:54 +00:00 |
SeparateConstOffsetFromGEP.cpp
|
Revert @llvm.assume with operator bundles (r289755-r289757)
|
2016-12-19 08:22:17 +00:00 |
SimplifyCFGPass.cpp
|
Revert @llvm.assume with operator bundles (r289755-r289757)
|
2016-12-19 08:22:17 +00:00 |
Sink.cpp
|
Consistently use FunctionAnalysisManager
|
2016-08-09 00:28:15 +00:00 |
SpeculativeExecution.cpp
|
SpeculativeExecution: Allow speculating more inst types
|
2016-10-28 20:00:33 +00:00 |
StraightLineStrengthReduce.cpp
|
IR: Change the gep_type_iterator API to avoid always exposing the "current" type.
|
2016-12-02 02:24:42 +00:00 |
StructurizeCFG.cpp
|
[StructurizeCFG] Fix infinite loop in rebuildSSA.
|
2016-11-29 21:49:02 +00:00 |
TailRecursionElimination.cpp
|
[TRE] Remove dead code
|
2016-11-07 22:17:37 +00:00 |