.. |
ADCE.cpp
|
ADCE: Remove debug info intrinsics in dead scopes
|
2016-03-29 22:57:12 +00:00 |
AlignmentFromAssumptions.cpp
|
|
|
BDCE.cpp
|
|
|
CMakeLists.txt
|
Introduce a @llvm.experimental.guard intrinsic
|
2016-03-31 00:18:46 +00:00 |
ConstantHoisting.cpp
|
|
|
ConstantProp.cpp
|
use range loop; NFCI
|
2016-04-04 23:05:06 +00:00 |
CorrelatedValuePropagation.cpp
|
[CVP] Replace nonnegative with positive, per Philip's request. NFC.
|
2016-03-14 13:48:00 +00:00 |
DCE.cpp
|
|
|
DeadStoreElimination.cpp
|
[PM] Port memdep to the new pass manager.
|
2016-03-10 00:55:30 +00:00 |
EarlyCSE.cpp
|
[PM] Make the AnalysisManager parameter to run methods a reference.
|
2016-03-11 11:05:24 +00:00 |
FlattenCFGPass.cpp
|
|
|
Float2Int.cpp
|
|
|
GVN.cpp
|
[PM] Sink the "Expression" type for GVN into the class as a private
|
2016-03-11 16:25:19 +00:00 |
InductiveRangeCheckElimination.cpp
|
Return StringRef instead of a naked char*; NFC
|
2016-03-09 02:34:19 +00:00 |
IndVarSimplify.cpp
|
[IndVarSimplify] Don't insert after a catchswitch
|
2016-03-30 21:12:06 +00:00 |
JumpThreading.cpp
|
[SimlifyCFG] Prevent passes from destroying canonical loop structure, especially for nested loops
|
2016-03-29 04:08:57 +00:00 |
LICM.cpp
|
Fix the build
|
2016-03-09 23:07:53 +00:00 |
LLVMBuild.txt
|
|
|
LoadCombine.cpp
|
Remove PreserveNames template parameter from IRBuilder
|
2016-03-13 21:05:13 +00:00 |
LoopDataPrefetch.cpp
|
[LoopDataPrefetch] Centralize the tuning cl::opts under the pass
|
2016-03-29 23:45:52 +00:00 |
LoopDeletion.cpp
|
[LoopDeletion] Add an assert that verifies LCSSA
|
2016-02-21 17:11:59 +00:00 |
LoopDistribute.cpp
|
[LoopVersioning] Annotate versioned loop with noalias metadata
|
2016-03-17 20:32:32 +00:00 |
LoopIdiomRecognize.cpp
|
[LPM] Factor all of the loop analysis usage updates into a common helper
|
2016-02-19 10:45:18 +00:00 |
LoopInstSimplify.cpp
|
[LPM] Factor all of the loop analysis usage updates into a common helper
|
2016-02-19 10:45:18 +00:00 |
LoopInterchange.cpp
|
|
|
LoopLoadElimination.cpp
|
[LLE] Check for mismatching types between the store and the load earlier
|
2016-03-24 17:59:26 +00:00 |
LoopRerollPass.cpp
|
[PATCH] Force LoopReroll to reset the loop trip count value after reroll.
|
2016-03-22 13:50:57 +00:00 |
LoopRotation.cpp
|
[LPM] Factor all of the loop analysis usage updates into a common helper
|
2016-02-19 10:45:18 +00:00 |
LoopSimplifyCFG.cpp
|
[LPM] Factor all of the loop analysis usage updates into a common helper
|
2016-02-19 10:45:18 +00:00 |
LoopStrengthReduce.cpp
|
[LoopStrengthReduce] Don't hoist into a catchswitch
|
2016-03-24 21:40:22 +00:00 |
LoopUnrollPass.cpp
|
Enable unroll for constant bound loops when TripCount is not modulo of unroll factor, reducing it to maximum power-of-2 that satisfies threshold limit.
|
2016-04-04 19:24:46 +00:00 |
LoopUnswitch.cpp
|
[LPM] Factor all of the loop analysis usage updates into a common helper
|
2016-02-19 10:45:18 +00:00 |
LoopVersioningLICM.cpp
|
Fix MSVC 2013 build after rL260504
|
2016-02-11 11:27:51 +00:00 |
LowerAtomic.cpp
|
|
|
LowerExpectIntrinsic.cpp
|
|
|
LowerGuardIntrinsic.cpp
|
Introduce a @llvm.experimental.guard intrinsic
|
2016-03-31 00:18:46 +00:00 |
MemCpyOptimizer.cpp
|
Imporove load to store => memcpy
|
2016-03-14 22:52:27 +00:00 |
MergedLoadStoreMotion.cpp
|
[PM] Port memdep to the new pass manager.
|
2016-03-10 00:55:30 +00:00 |
NaryReassociate.cpp
|
|
|
PartiallyInlineLibCalls.cpp
|
|
|
PlaceSafepoints.cpp
|
|
|
Reassociate.cpp
|
ADT: Remove == and != comparisons between ilist iterators and pointers
|
2016-02-21 20:39:50 +00:00 |
Reg2Mem.cpp
|
|
|
RewriteStatepointsForGC.cpp
|
[RS4GC] NFC cleanup of the DeferredReplacement class
|
2016-04-05 23:18:53 +00:00 |
Scalar.cpp
|
Introduce a @llvm.experimental.guard intrinsic
|
2016-03-31 00:18:46 +00:00 |
Scalarizer.cpp
|
|
|
ScalarReplAggregates.cpp
|
|
|
SCCP.cpp
|
|
|
SeparateConstOffsetFromGEP.cpp
|
Bug fix: use dyn_cast_or_null instead of dyn_cast
|
2016-02-19 02:17:07 +00:00 |
SimplifyCFGPass.cpp
|
[SimlifyCFG] Prevent passes from destroying canonical loop structure, especially for nested loops
|
2016-03-29 04:08:57 +00:00 |
Sink.cpp
|
Remove uses of builtin comma operator.
|
2016-02-18 22:09:30 +00:00 |
SpeculativeExecution.cpp
|
|
|
SROA.cpp
|
[SROA] Fix typo in comment
|
2016-03-28 11:23:21 +00:00 |
StraightLineStrengthReduce.cpp
|
|
|
StructurizeCFG.cpp
|
StructurizeCFG: Initialize SkipUniformRegions in the default constructor
|
2016-02-10 01:10:09 +00:00 |
TailRecursionElimination.cpp
|
|
|