Use iterative algorith to assign DFS number. This reduces
[oota-llvm.git] / test /
2006-09-21 Rafael Espindolamore condition codes
2006-09-21 Rafael Espindolaif a constant can't be an immediate, add it to the...
2006-09-21 Chris Lattnernew testcase
2006-09-20 Nick LewyckyOnce we're down to "setcc type constant1, constant2...
2006-09-20 Nick LewyckyUse a total ordering to compare instructions.
2006-09-20 Andrew Lenharthcatch another constant
2006-09-20 Chris Lattnernew testcase
2006-09-19 Andrew LenharthInspired by the linux kernel, the more we keep adds...
2006-09-19 Rafael EspindolaImplement a MachineFunctionPass to fix the mul instruction
2006-09-19 Chris Lattnernumber test right
2006-09-19 Chris Lattnermake this harder
2006-09-19 Chris Lattnernew testcases
2006-09-19 Nick LewyckyEnable dejagnu tests for predicate simplifier.
2006-09-18 Chris Lattnernew testcase
2006-09-18 Chris Lattnernew testcase
2006-09-18 Chris Lattnernew testcase
2006-09-18 Chris Lattnernew testcase
2006-09-18 Chris LattnerNew testcase, can be an srl instead of sra
2006-09-16 Chris LattnerTestcase for PR913
2006-09-15 Chris Lattnerxfail this for now
2006-09-15 Chris LattnerThe inliner strips dead allocas now. Add a use to...
2006-09-14 Chris LattnerNew testcase
2006-09-13 Chris Lattnernew testcase
2006-09-13 Chris LattnerThe sense of this branch was backwards
2006-09-13 Chris Lattnernew testcase
2006-09-13 Chris LattnerNew testcase
2006-09-13 Chris Lattnernew testcase
2006-09-12 Chris Lattnertestcase for PR908
2006-09-12 Chris LattnerTestcase that crashes the C++ FE.
2006-09-11 Chris Lattnernew testcase for PR906
2006-09-11 Chris Lattnernew testcase for PR905
2006-09-11 Evan ChengRename a test-not-cmp.ll to cmp-test.ll; add a test.
2006-09-10 Chris Lattneradd a testcase for this commit: lists.cs.uiuc.edu/piper...
2006-09-10 Nick LewyckyReplace EquivalenceClasses with a custom-built data...
2006-09-09 Chris Lattnernew testcase
2006-09-09 Chris Lattnernew testcase
2006-09-09 Chris Lattner(indirect) test for the __builtin_powi builtin which...
2006-09-08 Rafael Espindolaimplement shl and sra
2006-09-08 Rafael Espindolafix select.ll to always test a select node
2006-09-08 Rafael Espindolaimplement unconditional branches
2006-09-08 Evan ChengNew test case.
2006-09-08 Evan ChengAdd a new test case for 'undef' shuffles.
2006-09-07 Chris Lattnernew testcase
2006-09-07 Chris LattnerThis fails
2006-09-07 Chris LattnerNew testcase for a switch lowering bug.
2006-09-06 Chris Lattnertestcase, ensure this never breaks.
2006-09-05 Chris Lattnermake this harder
2006-09-04 Rafael Espindolaadd support for returning 64bit values
2006-09-03 Rafael Espindolaadd the SETULT condition code
2006-09-03 Chris LattnerTestcase (distilled from crafty) that crashed the local...
2006-09-02 Owen AndersonMake this testcase actually recursive. I accidentally...
2006-09-02 Owen AndersonMake ArgumentPromotion handle recursive functions that...
2006-09-02 Rafael Espindolaadd more condition codes
2006-09-02 Nick LewyckyImprove handling of SelectInst.
2006-09-01 Evan ChengAnother "cyclic DAG" test case.
2006-09-01 Chris LattnerMake this harder
2006-09-01 Chris Lattnersimple multiclass example
2006-08-31 Nick LewyckyThis program crashes the PredicateSimplifier. Not marke...
2006-08-30 Chris LattnerBugfix for recent coallescer crash
2006-08-29 Chris Lattnernew testcase for pr687
2006-08-29 Evan ChengThis is also a 32-bit only test. x86-64 would pass...
2006-08-29 Evan ChengFix test case so it passes on x86-64.
2006-08-29 Evan ChengUndo xfail.
2006-08-28 Nick LewyckyAdd PredicateSimplifier pass. Collapses equal variables...
2006-08-27 Chris LattnerUpdate tests now that opt no longer reads .ll files
2006-08-27 Chris LattnerAdjust tests now that opt doesn't read .ll files.
2006-08-27 Chris Lattneropt no longer reads .ll files. Run llvm-as explicitly.
2006-08-27 Chris LattnerMove this test from Codegen/PowerPC to CodeGen/Generic...
2006-08-26 Evan ChengImproved codegen due to Chris' live interval joining...
2006-08-25 Rafael Espindolatest case for varargs functions
2006-08-24 Owen AndersonImplement unrolling of multiblock loops. This signific...
2006-08-24 Rafael Espindolainitial support for branches
2006-08-22 Rafael Espindolarun llc with -march=arm in select.ll
2006-08-22 Chris LattnerThis passes.
2006-08-22 Reid SpencerUse the correct syntax.
2006-08-22 Reid SpencerAdd a simple RUN line so this doesn't always fail....
2006-08-22 Bill WendlingModified the RUN line from "analyze ..." to "opt -analy...
2006-08-21 Rafael Espindolainitial support for select
2006-08-21 Bill WendlingAdded a check so that if we have two machine instructio...
2006-08-18 Reid SpencerFor PR872:
2006-08-18 Chris LattnerTemporarily xfail this test, evan will look at it in...
2006-08-17 Rafael Espindolaadd a "load effective address"
2006-08-17 Evan ChengAnother cyclic dag test case.
2006-08-15 Chris LattnerNew testcase
2006-08-14 Chris Lattnernew testcase from PR877
2006-08-14 Rafael Espindolaselect code like
2006-08-12 Chris LattnerNew testcase, this used to take hours to loopsimplify.
2006-08-11 Chris LattnerNew testcase
2006-08-09 Rafael Espindolafix the spill code
2006-08-08 Rafael Espindolainitial support for variable number of arguments
2006-08-07 Evan ChengNew test case.
2006-08-04 Chris Lattnerconverge on the right number of %'s :)
2006-08-04 Reid SpencerUse the %llvm-gcc% variable to find llvm-gcc for those...
2006-08-04 Rafael Espindolause a 'register pressure reducing' scheduler
2006-08-03 Chris Lattnernew testcase for pr867
2006-08-03 Jim LaskeyApplying for all.
2006-08-03 Jim LaskeyMake all the schedulers continue to work.
2006-08-01 Chris LattnerIf dejagnu is not found, tell the user instead of bombi...
2006-07-31 Chris LattnerNew testcase for PR850.
2006-07-31 Chris Lattnertestcase for PR854.
next