.. |
ADCE
|
|
|
ArgumentPromotion
|
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
|
2012-12-30 02:33:22 +00:00 |
BBVectorize
|
Switch BBVectorize to directly depend on having a TTI analysis.
|
2013-01-07 10:22:36 +00:00 |
BlockPlacement
|
|
|
BranchFolding
|
|
|
CodeExtractor
|
|
|
CodeGenPrepare
|
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
|
2012-12-30 01:28:40 +00:00 |
ConstantMerge
|
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
|
2012-12-30 01:28:40 +00:00 |
ConstProp
|
llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFromConstPtr() Big-endian-aware.
|
2012-11-08 20:34:25 +00:00 |
CorrelatedValuePropagation
|
|
|
DeadArgElim
|
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
|
2013-01-01 13:57:25 +00:00 |
DeadStoreElimination
|
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
|
2013-01-01 13:57:25 +00:00 |
EarlyCSE
|
There was a switch fall-through in the parser for textual LLVM that caused
|
2013-01-07 13:32:38 +00:00 |
FunctionAttrs
|
|
|
GlobalDCE
|
|
|
GlobalOpt
|
Fix TryToShrinkGlobalToBoolean in GlobalOpt, so that it does not discard address spaces.
|
2013-01-10 10:31:11 +00:00 |
GVN
|
Memory Dependence Analysis: fix a miscompile that uses DT to approxmiate the
|
2013-01-04 19:19:47 +00:00 |
IndVarSimplify
|
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
|
2012-12-30 02:33:22 +00:00 |
Inline
|
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
|
2013-01-01 14:04:36 +00:00 |
InstCombine
|
Teach InstCombine to hoist FABS and FNEG through FPTRUNC instructions. The application of these operations commutes with the truncation, so we should prefer to do them in the smallest size we can, to save register space, use smaller constant pool entries, etc.
|
2013-01-10 22:06:52 +00:00 |
InstSimplify
|
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
|
2012-12-30 02:33:22 +00:00 |
Internalize
|
|
|
IPConstantProp
|
|
|
JumpThreading
|
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
|
2013-01-01 13:57:25 +00:00 |
LCSSA
|
|
|
LICM
|
LICM: Hoist insertvalue/extractvalue out of loops.
|
2013-01-09 18:12:03 +00:00 |
LoopDeletion
|
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
|
2013-01-01 13:57:25 +00:00 |
LoopIdiom
|
PR14904: Segmentation fault running pass 'Recognize loop idioms'
|
2013-01-10 23:32:01 +00:00 |
LoopRotate
|
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
|
2012-12-30 02:33:22 +00:00 |
LoopSimplify
|
|
|
LoopStrengthReduce
|
Switch the SCEV expander and LoopStrengthReduce to use
|
2013-01-07 14:41:08 +00:00 |
LoopUnroll
|
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call, the call cannot be duplicated - Jump threading, loop unrolling, loop unswitching, and loop rotation are inhibited if they would duplicate the call.
|
2012-12-20 16:04:27 +00:00 |
LoopUnswitch
|
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
|
2012-12-30 02:33:22 +00:00 |
LoopVectorize
|
LoopVectorizer: Fix a bug in the vectorization of BinaryOperators. The BinaryOperator can be folded to an Undef, and we don't want to set NSW flags to undef vals.
|
2013-01-10 17:34:39 +00:00 |
LowerAtomic
|
|
|
LowerExpectIntrinsic
|
|
|
LowerInvoke
|
|
|
LowerSwitch
|
|
|
Mem2Reg
|
|
|
MemCpyOpt
|
|
|
MergeFunc
|
CastInst::castIsValid should return true if the dest type is the same as
|
2013-01-10 23:22:53 +00:00 |
MetaRenamer
|
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
|
2013-01-01 13:57:25 +00:00 |
ObjCARC
|
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
|
2012-12-30 02:33:22 +00:00 |
PhaseOrdering
|
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
|
2012-12-30 01:28:40 +00:00 |
PruneEH
|
|
|
Reassociate
|
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
|
2012-12-30 02:33:22 +00:00 |
Reg2Mem
|
Make sure we don't emit instructions before a landingpad instruction.
|
2013-01-08 10:51:32 +00:00 |
ScalarRepl
|
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
|
2013-01-01 13:57:25 +00:00 |
SCCP
|
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
|
2013-01-01 13:57:25 +00:00 |
SimplifyCFG
|
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
|
2013-01-01 13:57:25 +00:00 |
SimplifyLibCalls
|
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
|
2012-12-30 01:28:40 +00:00 |
Sink
|
|
|
SROA
|
Rename the test so that we can add additional vectors-of-pointers tests
|
2012-12-18 05:50:54 +00:00 |
StripSymbols
|
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
|
2013-01-01 13:57:25 +00:00 |
TailCallElim
|
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
|
2013-01-01 14:04:36 +00:00 |
TailDup
|
|
|