.. |
ADCE
|
|
|
ArgumentPromotion
|
Use references to attribute groups on the call/invoke instructions.
|
2013-02-22 09:09:42 +00:00 |
BBVectorize
|
Modify the LLVM assembly output so that it uses references to represent function attributes.
|
2013-02-20 07:21:42 +00:00 |
BlockPlacement
|
|
|
BranchFolding
|
|
|
CodeExtractor
|
Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed.
|
2012-02-16 06:28:33 +00:00 |
CodeGenPrepare
|
|
|
ConstantMerge
|
|
|
ConstProp
|
Remove this testcase until I can figure out how to properly conditionalize it.
|
2013-02-07 07:01:54 +00:00 |
CorrelatedValuePropagation
|
CVP: If we have a PHI with an incoming select, try to skip the select.
|
2013-02-24 15:34:43 +00:00 |
DeadArgElim
|
Remove the unused 4th operand for DIFile debug info metadata
|
2013-03-13 22:05:21 +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
|
Modify the LLVM assembly output so that it uses references to represent function attributes.
|
2013-02-20 07:21:42 +00:00 |
GCOVProfiling
|
Remove a change to the debug info in this test, that I made while testing
|
2013-03-14 05:28:10 +00:00 |
GlobalDCE
|
|
|
GlobalOpt
|
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
|
2013-03-12 16:27:52 +00:00 |
GVN
|
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
|
2013-03-12 16:27:52 +00:00 |
IndVarSimplify
|
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
|
2013-03-12 16:27:52 +00:00 |
Inline
|
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
|
2013-03-12 16:27:52 +00:00 |
InstCombine
|
Perform factorization as a last resort of unsafe fadd/fsub simplification.
|
2013-03-14 18:08:26 +00:00 |
InstSimplify
|
[SimplifyLibCalls] Library call simplification doen't work if the call site
|
2013-02-08 18:00:14 +00:00 |
Internalize
|
|
|
IPConstantProp
|
Use references to attribute groups on the call/invoke instructions.
|
2013-02-22 09:09:42 +00:00 |
JumpThreading
|
Use references to attribute groups on the call/invoke instructions.
|
2013-02-22 09:09:42 +00:00 |
LCSSA
|
|
|
LICM
|
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
|
2013-03-12 16:27:52 +00:00 |
LoopDeletion
|
Modify the LLVM assembly output so that it uses references to represent function attributes.
|
2013-02-20 07:21:42 +00:00 |
LoopIdiom
|
PR14904: Segmentation fault running pass 'Recognize loop idioms'
|
2013-01-10 23:32:01 +00:00 |
LoopRotate
|
|
|
LoopSimplify
|
|
|
LoopStrengthReduce
|
LSR IVChain improvement.
|
2013-02-09 01:11:01 +00:00 |
LoopUnroll
|
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
|
2013-03-12 16:27:52 +00:00 |
LoopUnswitch
|
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
|
2013-03-12 16:27:52 +00:00 |
LoopVectorize
|
LoopVectorizer: Insert some white space to make test case more readable
|
2013-03-14 21:31:09 +00:00 |
LowerAtomic
|
|
|
LowerExpectIntrinsic
|
|
|
LowerInvoke
|
|
|
LowerSwitch
|
|
|
Mem2Reg
|
Generalize debug info test to be resilient to changes in metadata node numbering
|
2013-03-17 21:08:22 +00:00 |
MemCpyOpt
|
Use references to attribute groups on the call/invoke instructions.
|
2013-02-22 09:09:42 +00:00 |
MergeFunc
|
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
|
2013-03-12 16:27:52 +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
|
The promised test case for r175939.
|
2013-03-17 08:42:58 +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
|
|
|
Reg2Mem
|
Make sure we don't emit instructions before a landingpad instruction.
|
2013-01-08 10:51:32 +00:00 |
ScalarRepl
|
Remove the unused 4th operand for DIFile debug info metadata
|
2013-03-13 22:05:21 +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
|
Don't remove a landing pad if the invoke requires a table entry.
|
2013-03-11 20:53:00 +00:00 |
SimplifyLibCalls
|
Modify the LLVM assembly output so that it uses references to represent function attributes.
|
2013-02-20 07:21:42 +00:00 |
Sink
|
|
|
SROA
|
PR14972: SROA vs. GVN exposed a really bad bug in SROA.
|
2013-03-14 11:32:24 +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
|
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
|
2013-03-12 16:27:52 +00:00 |
TailDup
|
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
|
2013-03-12 16:27:52 +00:00 |