We actually don't have spiff anymore
[oota-llvm.git] / test / Transforms /
2004-04-13 Chris LattnerNew testcase
2004-04-13 Chris LattnerNew testcase
2004-04-13 Chris LattnerNew testcase where loop simplify is not updating domfro...
2004-04-12 Chris Lattnernew testcase
2004-04-10 Chris LattnerNew testcases
2004-04-10 Chris LattnerNew testcase
2004-04-10 Chris LattnerNew testcases
2004-04-09 Chris LattnerSimplify cfg now eliminates all of the branches in...
2004-04-09 Chris LattnerAnother testcase
2004-04-09 Chris LattnerTestcase to make sure we can apply the shift to the...
2004-04-09 Chris LattnerAdd testcases for harder combining cases.
2004-04-09 Chris Lattnernew testcase
2004-04-08 Chris LattnerNew testcase
2004-04-08 Chris LattnerNew testcase, corresponding to phi_promote.ll
2004-04-08 Chris LattnerAdd some more cases we should combine
2004-04-07 Chris LattnerNew testcase
2004-04-07 Chris LattnerNew testcase that crashed scalarevolution on sparc
2004-04-05 Chris LattnerNew testcase for PR312
2004-04-05 Chris LattnerNew testcase that crashes the instcombine pass. Domina...
2004-04-02 Chris Lattnernew testcase
2004-04-02 Chris LattnerNew testcases for the indvars pass
2004-04-02 Chris LattnerTweak testcase to work with new indvars pass
2004-04-02 Chris LattnerNew testcase
2004-04-01 Chris LattnerNew testcase for PR310
2004-04-01 Chris LattnerNew testcase for PR306
2004-03-30 Chris LattnerOops, actually USE the previously computed value
2004-03-30 Chris LattnerTest general value/value selection which we can do...
2004-03-30 Chris LattnerAdd some testcases for select simplification
2004-03-25 Chris LattnerNew testcase
2004-03-19 Chris LattnerNew testcase, the optimizer can delete zero sized allocas
2004-03-18 Chris LattnerThis is the last remaining bug that I know of in the...
2004-03-18 Chris LattnerNew testcase, reduced from 256.bzip2
2004-03-18 Chris LattnerNew testcase
2004-03-18 Chris LattnerNew testcase that crashes the code extractor
2004-03-17 John CriswellModify test to use the %t substition (temporary name...
2004-03-16 Chris LattnerAnother simple testcase
2004-03-16 Chris LattnerFix test
2004-03-16 Chris LattnerNew testcase for PR293
2004-03-15 Chris LattnerNew testcases to test LICM of call instructions
2004-03-15 Chris LattnerNew testcase that causes the code extractor to generate...
2004-03-14 Chris LattnerNew testcase that crashes the loop extractor
2004-03-14 Chris LattnerNew testcase that crashes the -lowerswitch pass
2004-03-14 Chris LattnerNew testcase that crashes the loop extractor
2004-03-13 Chris LattnerNew testcase, distilled from povray I think.
2004-03-13 Chris LattnerOh right, casts can interfere. Test this too
2004-03-12 Chris Lattnernew testcases
2004-03-12 Chris Lattnernew testcase
2004-03-12 Chris Lattnertest instruction combiner opts for select instruction
2004-03-10 Chris LattnerNew testcase for PR284: [indvars] Induction variable...
2004-03-08 Chris LattnerNew testcase
2004-03-07 Chris LattnerNew testcase for missed case
2004-03-07 Chris LattnerNew testcase
2004-02-29 Chris LattnerTestcase for a bug that caused a whole bunch of testcas...
2004-02-28 Chris LattnerAdd a testcase for switch instruction induction
2004-02-28 Chris Lattnernew testcase for intrinsic folding
2004-02-28 Chris LattnerThe instruction combining pass removes dead instruction...
2004-02-28 Misha BrukmanTwo testcases for loops: one with outputs, one without.
2004-02-27 Chris LattnerThe instcombiner should canonicalize comparisons.
2004-02-24 Chris LattnerNew testcase. Switch instructions that go to switch...
2004-02-24 Chris LattnerThe simplifycfg pass should be able to turn stuff like:
2004-02-23 Chris LattnerTest for the other way also
2004-02-23 Chris LattnerNew testcase
2004-02-23 Chris LattnerAdd tests for casts that should be eliminated
2004-02-23 Chris LattnerHandle the unsigned form as well
2004-02-23 Chris LattnerAdd a slight variant of test10
2004-02-23 Chris LattnerThis multiply can be eliminated
2004-02-22 Chris LattnerTest that the instruction combiner can fold away a...
2004-02-16 Chris LattnerNew testcase, details in the comments
2004-02-16 Chris LattnerA new testcase for a situation that occurs in 181.mcf
2004-02-16 Chris LattnerAdd a test for the "swap idiom", which LLVM should...
2004-02-16 Chris LattnerTest for xor chains
2004-02-11 Chris LattnerBasic functionality testing.
2004-02-11 Chris LattnerNew feature testcase for simplifycfg.
2004-02-05 Chris LattnerNew testcase for PR223: Loopsimplify incorrectly update...
2004-01-30 Chris LattnerNew testcase for better mod/ref information that basica...
2004-01-14 Chris Lattnernew testcase
2004-01-12 Chris LattnerTest to make sure we can SCCP load instructions
2004-01-12 Chris LattnerNew testcase, allow folding of binary operators that...
2004-01-12 Chris LattnerNew testcase
2003-12-22 Chris Lattnernew testcase for cananonicalization of subtracts
2003-12-22 Chris LattnerNew testcase to see if -indvars can promote pointer...
2003-12-21 Chris LattnerNew testcase for PR194
2003-12-19 Chris LattnerNew testcase for missed optimization
2003-12-19 Chris LattnerNew testcase
2003-12-15 Chris LattnerNew testcase, for PR185
2003-12-14 Chris Lattnernew test
2003-12-14 Chris LattnerTestcase for PR179
2003-12-11 Chris LattnerRename variable to avoid confusing it with the global G
2003-12-11 Chris LattnerNew testcase that LICM is breaking crafty on
2003-12-11 Chris LattnerFix test that was failing because we were optimizing...
2003-12-11 Chris LattnerNew testcase for PR86
2003-12-10 Chris LattnerA new testcase, reduced by bugpoint
2003-12-10 Chris Lattnernew testcase
2003-12-10 Chris LattnerNew testcase
2003-12-10 Chris LattnerNew testcase which caused a bunch of tests to break...
2003-12-10 Chris Lattnernew testcase, checking to ensure we handle yet-another...
2003-12-09 Chris LattnerYet another hard testcase
2003-12-09 Chris LattnerAdd a new testcase which breaks the sinker because...
2003-12-09 Chris LattnerFix buggy test
2003-12-09 Chris LattnerNew testcase for sinking operations from loops with...
next