.. |
ADCE
|
|
|
ArgumentPromotion
|
|
|
BBVectorize
|
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
|
2013-07-14 01:42:54 +00:00 |
BlockPlacement
|
|
|
BranchFolding
|
|
|
CodeExtractor
|
|
|
CodeGenPrepare
|
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
|
2013-07-14 01:42:54 +00:00 |
ConstantMerge
|
|
|
ConstProp
|
Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easier debugging. No functionality change.
|
2013-07-14 01:50:49 +00:00 |
CorrelatedValuePropagation
|
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
|
2013-07-14 01:42:54 +00:00 |
DeadArgElim
|
Current batch of -disable-debug-info-verifier.
|
2013-07-25 17:16:05 +00:00 |
DeadStoreElimination
|
Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easier debugging. No functionality change.
|
2013-07-14 01:50:49 +00:00 |
DebugIR
|
|
|
EarlyCSE
|
Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easier debugging. No functionality change.
|
2013-07-14 01:50:49 +00:00 |
FunctionAttrs
|
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
|
2013-07-14 01:42:54 +00:00 |
GCOVProfiling
|
Debug Info Verifier: enable verification of DICompileUnit.
|
2013-07-26 20:04:30 +00:00 |
GlobalDCE
|
|
|
GlobalOpt
|
Debug Info Verifier: enable verification of DICompileUnit.
|
2013-07-26 20:04:30 +00:00 |
GVN
|
Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easier debugging. No functionality change.
|
2013-07-14 01:50:49 +00:00 |
IndVarSimplify
|
Teach indvars to generate nsw/nuw flags when widening an induction variable.
|
2013-07-14 02:50:07 +00:00 |
Inline
|
Have InlineCost check constant fcmps
|
2013-07-20 04:09:00 +00:00 |
InstCombine
|
When InstCombine tries to fold away (fsub x, (fneg y)) into (fadd x, y), it is
|
2013-07-26 21:40:29 +00:00 |
InstSimplify
|
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
|
2013-07-14 01:42:54 +00:00 |
Internalize
|
Respect llvm.used in Internalize.
|
2013-07-25 03:23:25 +00:00 |
IPConstantProp
|
|
|
JumpThreading
|
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
|
2013-07-14 01:42:54 +00:00 |
LCSSA
|
|
|
LICM
|
Next batch of -disable-debug-info-verifier.
|
2013-07-26 14:16:30 +00:00 |
LoopDeletion
|
|
|
LoopIdiom
|
add -disable-debug-info-verifier to 3 test to fix tests with pipefail.
|
2013-07-24 18:44:10 +00:00 |
LoopRotate
|
next batch of -disable-debug-info-verifier
|
2013-07-26 22:31:26 +00:00 |
LoopSimplify
|
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
|
2013-07-14 01:42:54 +00:00 |
LoopStrengthReduce
|
Allocate local registers in order for optimal coloring.
|
2013-07-25 18:35:14 +00:00 |
LoopUnroll
|
Fixup to r186268 and r186269: don't append -LABEL to CHECK-NOT. No functionality change.
|
2013-07-14 02:10:57 +00:00 |
LoopUnswitch
|
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
|
2013-07-14 01:42:54 +00:00 |
LoopVectorize
|
Next batch of -disable-debug-info-verifier.
|
2013-07-26 14:16:30 +00:00 |
LowerAtomic
|
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
|
2013-07-14 01:42:54 +00:00 |
LowerExpectIntrinsic
|
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
|
2013-07-14 01:42:54 +00:00 |
LowerInvoke
|
|
|
LowerSwitch
|
|
|
Mem2Reg
|
Re-implement the analysis of uses in mem2reg to be significantly more
|
2013-07-26 08:20:39 +00:00 |
MemCpyOpt
|
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
|
2013-07-14 01:42:54 +00:00 |
MergeFunc
|
|
|
MetaRenamer
|
|
|
ObjCARC
|
Next batch of -disable-debug-info-verifier.
|
2013-07-26 14:16:30 +00:00 |
PhaseOrdering
|
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
|
2013-07-14 01:42:54 +00:00 |
PruneEH
|
|
|
Reassociate
|
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
|
2013-07-14 01:42:54 +00:00 |
Reg2Mem
|
|
|
ScalarRepl
|
Current batch of -disable-debug-info-verifier.
|
2013-07-25 17:16:05 +00:00 |
SCCP
|
Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easier debugging. No functionality change.
|
2013-07-14 01:50:49 +00:00 |
SimplifyCFG
|
Next batch of -disable-debug-info-verifier.
|
2013-07-26 14:16:30 +00:00 |
Sink
|
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
|
2013-07-14 01:42:54 +00:00 |
SLPVectorizer
|
When we vectorize across multiple basic blocks we may vectorize PHINodes that create a cycle. We already break the cycle on phi-nodes, but arithmetic operations are still uplicated. This patch adds code that checks if the operation that we are vectorizing was vectorized during the visit of the operands and uses this value if it can.
|
2013-07-22 22:18:07 +00:00 |
SROA
|
Fix a problem I introduced in r187029 where we would over-eagerly
|
2013-07-24 12:12:17 +00:00 |
StripSymbols
|
Debug Info: improve the verifier to check field types.
|
2013-07-25 19:33:30 +00:00 |
StructurizeCFG
|
|
|
TailCallElim
|
Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easier debugging. No functionality change.
|
2013-07-14 01:50:49 +00:00 |
TailDup
|
|
|