..
ADCE
ArgumentPromotion
Fix the remaining TCL-style quotes found in the testsuite. This is
2012-07-02 19:09:46 +00:00
BBVectorize
Allow BBVectorize to form non-2^n-length vectors.
2012-06-28 05:42:42 +00:00
BlockPlacement
BoundsChecking
BoundsChecking: optimize out the check for offset < 0 if size is known to be >= 0 (signed).
2012-07-03 17:30:18 +00:00
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
Fix the remaining TCL-style quotes found in the testsuite. This is
2012-07-02 19:09:46 +00:00
CorrelatedValuePropagation
make LazyValueInfo analyze the default case of switch statements (we know that in the default branch the value cannot be any of the switch cases)
2012-06-28 16:13:37 +00:00
DeadArgElim
Fix the remaining TCL-style quotes found in the testsuite. This is
2012-07-02 19:09:46 +00:00
DeadStoreElimination
Teach DeadStoreElimination to eliminate exit-block stores with phi addresses.
2012-05-10 18:57:38 +00:00
EarlyCSE
FunctionAttrs
Convert all tests using TCL-style quoting to use shell-style quoting.
2012-07-02 12:47:22 +00:00
GlobalDCE
GlobalOpt
Revert r160529 due to crashes.
2012-07-19 23:59:21 +00:00
GVN
Fix the remaining TCL-style quotes found in the testsuite. This is
2012-07-02 19:09:46 +00:00
IndVarSimplify
indvars: Linear function test replace should avoid reusing undef.
2012-07-18 04:35:10 +00:00
Inline
Fix the remaining TCL-style quotes found in the testsuite. This is
2012-07-02 19:09:46 +00:00
InstCombine
Back out r160101 and instead implement a dag combine to recover from instcombine transformation.
2012-07-17 18:54:11 +00:00
InstSimplify
Internalize
IPConstantProp
Convert all tests using TCL-style quoting to use shell-style quoting.
2012-07-02 12:47:22 +00:00
JumpThreading
Fix assertion in jump threading (PR13405).
2012-07-20 10:36:17 +00:00
LCSSA
Convert all tests using TCL-style quoting to use shell-style quoting.
2012-07-02 12:47:22 +00:00
LICM
Fix the remaining TCL-style quotes found in the testsuite. This is
2012-07-02 19:09:46 +00:00
LoopDeletion
LoopIdiom
LoopRotate
llvm/test/Transforms/LoopRotate/PhiRename-1.ll: FileCheck-ize. It fixes PR13301.
2012-07-17 15:43:17 +00:00
LoopSimplify
Convert all tests using TCL-style quoting to use shell-style quoting.
2012-07-02 12:47:22 +00:00
LoopStrengthReduce
Added unit test for PR13361: LSR + SCEV "hangs" on reasonably sized test.
2012-07-18 18:07:52 +00:00
LoopUnroll
LoopUnswitch
Convert the uses of '|&' to use '2>&1 |' instead, which works on old
2012-07-02 18:37:59 +00:00
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
PR1255 related changes (case ranges):
2012-05-24 09:33:20 +00:00
Mem2Reg
MemCpyOpt
Fix the remaining TCL-style quotes found in the testsuite. This is
2012-07-02 19:09:46 +00:00
MergeFunc
Fix the remaining TCL-style quotes found in the testsuite. This is
2012-07-02 19:09:46 +00:00
ObjCARC
Fix the objc_autoreleasedReturnValue optimization code to locate
2012-06-25 19:47:37 +00:00
PhaseOrdering
PruneEH
Fix the remaining TCL-style quotes found in the testsuite. This is
2012-07-02 19:09:46 +00:00
Reassociate
Convert all tests using TCL-style quoting to use shell-style quoting.
2012-07-02 12:47:22 +00:00
ScalarRepl
Fix the remaining TCL-style quotes found in the testsuite. This is
2012-07-02 19:09:46 +00:00
SCCP
Fix the remaining TCL-style quotes found in the testsuite. This is
2012-07-02 19:09:46 +00:00
SimplifyCFG
fix PR13339 (remove the predecessor from the unwind BB when removing an invoke)
2012-07-16 22:49:40 +00:00
SimplifyLibCalls
Fix the remaining TCL-style quotes found in the testsuite. This is
2012-07-02 19:09:46 +00:00
Sink
Enhance the sinking code to handle diamond patterns. Patch by
2012-05-31 08:09:49 +00:00
StripSymbols
TailCallElim
Convert the uses of '|&' to use '2>&1 |' instead, which works on old
2012-07-02 18:37:59 +00:00
TailDup
Convert the uses of '|&' to use '2>&1 |' instead, which works on old
2012-07-02 18:37:59 +00:00