.. |
ADCE
|
|
|
ArgumentPromotion
|
|
|
BlockPlacement
|
|
|
BranchFolding
|
|
|
CodeExtractor
|
|
|
CodeGenPrepare
|
|
|
ConstantMerge
|
|
|
ConstProp
|
|
|
CorrelatedValuePropagation
|
Fix typo. I accidentally edited the wrong file before my last commit.
|
2010-09-02 19:52:06 +00:00 |
DeadArgElim
|
|
|
DeadStoreElimination
|
|
|
FunctionAttrs
|
|
|
GlobalDCE
|
|
|
GlobalOpt
|
|
|
GVN
|
Correct bogus module triple specifications.
|
2010-08-30 10:48:29 +00:00 |
IndVarSimplify
|
Print the number of uses of a function in the .ll since it can be informative
|
2010-09-02 08:52:23 +00:00 |
Inline
|
Fix PR7272: when inlining through a callsite with byval arguments,
|
2010-05-31 21:00:26 +00:00 |
InstCombine
|
Remove r111665, which implemented store-narrowing in InstCombine. Chris discovered a miscompilation in it, and it's not easily
|
2010-08-31 04:41:06 +00:00 |
Internalize
|
|
|
IPConstantProp
|
|
|
JumpThreading
|
Merge 2010-08-31-InfiniteRecursion.ll into crash.ll.
|
2010-08-31 20:27:17 +00:00 |
LCSSA
|
Avoid depending on LCSSA implicitly pulling in LoopSimplify.
|
2010-07-26 18:00:43 +00:00 |
LICM
|
fix more AST updating bugs, correcting miscompilation in PR8041
|
2010-09-02 22:19:10 +00:00 |
LoopDeletion
|
|
|
LoopIndexSplit
|
|
|
LoopRotate
|
When rotating loops, put the original header at the bottom of the
|
2010-08-17 17:39:21 +00:00 |
LoopSimplify
|
LoopSimplify shouldn't split loop backedges that use indirectbr. PR7867.
|
2010-08-14 00:43:09 +00:00 |
LoopStrengthReduce
|
Correct bogus module triple specifications.
|
2010-08-30 10:48:29 +00:00 |
LoopUnroll
|
|
|
LoopUnswitch
|
Fix loop unswitching's assumption that a code path which either
|
2010-09-01 21:46:45 +00:00 |
LowerAtomic
|
Add an atomic lowering pass
|
2010-08-03 16:19:16 +00:00 |
LowerInvoke
|
|
|
LowerSetJmp
|
|
|
LowerSwitch
|
|
|
Mem2Reg
|
Copy location info for current function argument from dbg.declare if respective store instruction does not have any location info.
|
2010-06-04 22:27:30 +00:00 |
MemCpyOpt
|
|
|
MergeFunc
|
Arrays and vectors with different numbers of elements are not equivalent.
|
2010-07-16 06:31:12 +00:00 |
PartialSpecialize
|
Fixed and reactivated a partial specialization test
|
2010-08-19 12:42:38 +00:00 |
PruneEH
|
|
|
Reassociate
|
|
|
ScalarRepl
|
deepen my MMX/SRoA hack to avoid hurting non-x86 codegen.
|
2010-09-01 23:09:27 +00:00 |
SCCP
|
fix PR7876: If ipsccp decides that a function's address is taken
|
2010-08-12 22:25:23 +00:00 |
SimplifyCFG
|
Correct bogus module triple specifications.
|
2010-08-30 10:48:29 +00:00 |
SimplifyLibCalls
|
Make sure that simplify libcalls does not replace a call with one calling
|
2010-06-16 19:34:01 +00:00 |
Sink
|
|
|
SRETPromotion
|
|
|
StripSymbols
|
DIGlobalVariable can be used to encode debug info for globals that are directly folded into a constant by FE.
|
2010-08-25 18:52:02 +00:00 |
TailCallElim
|
merge two tests.
|
2010-08-31 18:44:03 +00:00 |
TailDup
|
The output of opt -stats must be sent to stderr. Patch by NAKAMURA Takumi!
|
2010-09-01 18:32:56 +00:00 |