.. |
ABCD
|
|
|
ADCE
|
|
|
ArgumentPromotion
|
Fix rdar://7879828 - crash in CallGraph, a self host issue.
|
2010-04-20 00:46:50 +00:00 |
BlockPlacement
|
|
|
BranchFolding
|
|
|
CodeExtractor
|
|
|
CodeGenPrepare
|
|
|
ConstantMerge
|
1. modernize the constantmerge pass, using densemap/smallvector.
|
2010-02-12 18:17:23 +00:00 |
ConstProp
|
|
|
DeadArgElim
|
Preserve debug info attached with call instruction while eliminating dead argument.
|
2010-04-30 20:23:54 +00:00 |
DeadStoreElimination
|
add newlines at the end of files.
|
2010-04-07 22:53:17 +00:00 |
FunctionAttrs
|
|
|
GlobalDCE
|
|
|
GlobalOpt
|
Use llvm.foo as the intrinsic, rather than llvm.dbg.value. Since the
|
2010-05-04 20:09:25 +00:00 |
GVN
|
Fix PR7052, patch by Jakub Staszak!
|
2010-05-08 20:01:44 +00:00 |
IndVarSimplify
|
Remove the Expr member from IVUsers. Instead of remembering the expression,
|
2010-04-19 21:48:58 +00:00 |
Inline
|
Actually run the test. Thanks Daniel Dunbar!
|
2010-05-13 17:41:06 +00:00 |
InstCombine
|
Teach instcombine to transform a bitcast/(zext|trunc)/bitcast sequence
|
2010-05-08 21:50:26 +00:00 |
Internalize
|
|
|
IPConstantProp
|
|
|
JumpThreading
|
fix PR6743, a case where we'd delete an instruction before using it
|
2010-04-10 18:26:57 +00:00 |
LCSSA
|
Make isLCSSA ignore uses in blocks not reachable from the entry block,
|
2010-03-09 01:53:33 +00:00 |
LICM
|
|
|
LoopDeletion
|
Make LoopSimplify change conditional branches in loop exiting blocks
|
2010-02-25 06:57:05 +00:00 |
LoopIndexSplit
|
Check for side effects before splitting loop.
|
2010-05-03 18:06:58 +00:00 |
LoopRotate
|
|
|
LoopSimplify
|
|
|
LoopStrengthReduce
|
When determining a canonical insert position, don't climb deeper
|
2010-04-09 22:07:05 +00:00 |
LoopUnroll
|
|
|
LoopUnswitch
|
RewriteLoopBodyWithConditionConstant can end up rewriting the
|
2010-04-20 05:09:16 +00:00 |
LowerInvoke
|
|
|
LowerSetJmp
|
|
|
LowerSwitch
|
|
|
Mem2Reg
|
Update test to use valid debug info.
|
2010-05-07 20:34:00 +00:00 |
MemCpyOpt
|
Reapply address space patch after fixing an issue in MemCopyOptimizer.
|
2010-04-04 03:10:48 +00:00 |
MergeFunc
|
|
|
PruneEH
|
fix some failures my callgraph dump format change broke.
|
2010-04-23 18:38:40 +00:00 |
Reassociate
|
fix a nice subtle reassociate bug which would only occur
|
2010-03-05 07:18:54 +00:00 |
ScalarRepl
|
move comment.
|
2010-04-16 01:05:52 +00:00 |
SCCP
|
fix PR6940: sitofp(undef) folds to 0.0, not undef.
|
2010-04-26 18:21:23 +00:00 |
SimplifyCFG
|
make simplifycfg insert an llvm.trap before the 'unreachable' it introduces
|
2010-05-08 22:15:59 +00:00 |
SimplifyLibCalls
|
Reapply address space patch after fixing an issue in MemCopyOptimizer.
|
2010-04-04 03:10:48 +00:00 |
Sink
|
Add an LLVM IR version of code sinking. This uses the same simple algorithm
|
2010-05-07 15:40:13 +00:00 |
SRETPromotion
|
|
|
SSI
|
|
|
StripSymbols
|
|
|
TailCallElim
|
Refine the detection of seemingly infinitely recursive calls where the
|
2010-04-16 15:57:50 +00:00 |
TailDup
|
|
|