.. |
ADCE
|
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 |
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
|
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 |
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
|
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
|
2012-12-30 01:28:40 +00:00 |
ConstProp
|
Remove this testcase until I can figure out how to properly conditionalize it.
|
2013-02-07 07:01:54 +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 |
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
|
Use references to attribute groups on the call/invoke instructions.
|
2013-02-22 09:09:42 +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 |
GVN
|
Disable statistics on Release builds and move tests that depend on -stats.
|
2013-03-08 22:56:31 +00:00 |
GlobalDCE
|
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 |
GlobalOpt
|
Fix test case.
|
2013-03-09 18:34:27 +00:00 |
IPConstantProp
|
Use references to attribute groups on the call/invoke instructions.
|
2013-02-22 09:09:42 +00:00 |
IndVarSimplify
|
Disable statistics on Release builds and move tests that depend on -stats.
|
2013-03-08 22:56:31 +00:00 |
Inline
|
Disable statistics on Release builds and move tests that depend on -stats.
|
2013-03-08 22:56:31 +00:00 |
InstCombine
|
InstCombine: Don't shrink allocas when combining with a bitcast.
|
2013-03-06 05:44:53 +00:00 |
InstSimplify
|
[SimplifyLibCalls] Library call simplification doen't work if the call site
|
2013-02-08 18:00:14 +00:00 |
Internalize
|
Change the internalize pass to internalize all symbols when given an empty
|
2012-10-26 18:47:48 +00:00 |
JumpThreading
|
Use references to attribute groups on the call/invoke instructions.
|
2013-02-22 09:09:42 +00:00 |
LCSSA
|
Convert all tests using TCL-style quoting to use shell-style quoting.
|
2012-07-02 12:47:22 +00:00 |
LICM
|
Disable statistics on Release builds and move tests that depend on -stats.
|
2013-03-08 22:56:31 +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
|
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
|
2012-12-30 02:33:22 +00:00 |
LoopSimplify
|
Convert all tests using TCL-style quoting to use shell-style quoting.
|
2012-07-02 12:47:22 +00:00 |
LoopStrengthReduce
|
LSR IVChain improvement.
|
2013-02-09 01:11:01 +00:00 |
LoopUnroll
|
Disable statistics on Release builds and move tests that depend on -stats.
|
2013-03-08 22:56:31 +00:00 |
LoopUnswitch
|
Disable statistics on Release builds and move tests that depend on -stats.
|
2013-03-08 22:56:31 +00:00 |
LoopVectorize
|
Test case hygiene.
|
2013-03-09 18:25:40 +00:00 |
LowerAtomic
|
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 |
LowerExpectIntrinsic
|
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 |
LowerInvoke
|
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 |
LowerSwitch
|
PR1255 related changes (case ranges):
|
2012-05-24 09:33:20 +00:00 |
Mem2Reg
|
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 |
MemCpyOpt
|
Use references to attribute groups on the call/invoke instructions.
|
2013-02-22 09:09:42 +00:00 |
MergeFunc
|
Disable statistics on Release builds and move tests that depend on -stats.
|
2013-03-08 22:56:31 +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
|
Use references to attribute groups on the call/invoke instructions.
|
2013-02-22 09:09:42 +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
|
The normal edge of an invoke is not allowed to branch to a block with a
|
2012-08-10 20:55:20 +00:00 |
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 |
SCCP
|
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
|
2013-01-01 13:57:25 +00:00 |
SROA
|
Rename the test so that we can add additional vectors-of-pointers tests
|
2012-12-18 05:50:54 +00:00 |
ScalarRepl
|
Use references to attribute groups on the call/invoke instructions.
|
2013-02-22 09:09:42 +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
|
Enhance the sinking code to handle diamond patterns. Patch by
|
2012-05-31 08:09:49 +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
|
Disable statistics on Release builds and move tests that depend on -stats.
|
2013-03-08 22:56:31 +00:00 |
TailDup
|
Disable statistics on Release builds and move tests that depend on -stats.
|
2013-03-08 22:56:31 +00:00 |