New testcases
[oota-llvm.git] / test / Transforms / InstCombine /
2004-04-10 Chris LattnerNew testcases
2004-04-10 Chris LattnerNew testcase
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 LattnerAdd some more cases we should combine
2004-04-07 Chris LattnerNew testcase
2004-04-05 Chris LattnerNew testcase that crashes the instcombine pass. Domina...
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-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 Lattnertest instruction combiner opts for select instruction
2004-02-28 Chris Lattnernew testcase for intrinsic folding
2004-02-28 Chris LattnerThe instruction combining pass removes dead instruction...
2004-02-27 Chris LattnerThe instcombiner should canonicalize comparisons.
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 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-01-14 Chris Lattnernew testcase
2003-11-13 Chris LattnerInstcombine should promote this, and because it isn...
2003-11-12 Chris LattnerThis is not the instruction combiner's fault! No really!
2003-11-12 Chris LattnerReduced testcase for PR 110
2003-11-05 Chris LattnerNew testcase for the other side
2003-11-04 Chris LattnerSince we're in the neighborhood, test for the inverse
2003-11-04 Chris LattnerAdd a generalization of the previous case
2003-11-04 Chris LattnerNew testcase for masking operation that frequently...
2003-11-03 Chris LattnerNew testcase for a bug in instcombine
2003-11-03 Chris LattnerMore testcases
2003-11-03 Chris LattnerMove a test from cast-set to a new bit-tracking.ll...
2003-11-03 Chris LattnerAdd another case, which an implementation of test6...
2003-11-03 Chris LattnerAdd the testcase from PR8
2003-11-03 Chris LattnerAdd another case, which occurs in em3d
2003-11-02 Chris LattnerAdd test for instcombine transmogrifying allocation...
2003-10-30 Chris LattnerNew testcase crashing the instruction combiner
2003-10-23 Chris Lattnerdocument real source of bug
2003-10-23 Chris LattnerA new testcase for an instcombine miscompilation!
2003-10-07 Chris Lattnernew testcase
2003-10-02 Chris LattnerAdd new testcases
2003-09-19 Chris LattnerTwo new tests for shifts followed by ands
2003-09-19 Chris LattnerNew testcases
2003-09-16 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis', `link...
2003-09-15 John CriswellRemoving Makefiles. Regression tests are now run by...
2003-09-11 Chris LattnerNew testcase
2003-09-09 Chris LattnerNew testcase: do not DCE volatile loads!
2003-08-13 Chris LattnerI must have missed these when eliminating the cast...
2003-08-13 Chris LattnerAdd some more tests for: (A <setcc1> B) logicalop ...
2003-08-13 Chris LattnerAdd some tests for difficult reassociation cases
2003-08-13 Chris LattnerReorganize tests because we no longer cannonicalize...
2003-08-13 Chris LattnerUpdate test to represent new cannonicalization rules...
2003-08-12 Chris LattnerRight, instcombine cannot remove ((X >> C) << C) if...
2003-08-12 Chris LattnerNew testcases
2003-08-12 Chris LattnerNew testcases
2003-08-12 Chris LattnerTestcase for feature we should support eventually
2003-07-24 Chris LattnerMore testcases, which I'll implement later
2003-07-24 Chris LattnerModernize testcase
2003-07-24 Chris LattnerNew testcase
2003-07-24 Chris LattnerNew testcases for signed shifts
2003-07-23 Chris LattnerAdd new tests, make existing tests more difficult
2003-07-23 Chris LattnerNew testcases
2003-07-23 Chris LattnerRenumber tests sequentially
2003-07-23 Chris LattnerSplit the or and xor tests into two separate files
2003-07-23 Chris LattnerRemove obscure test
2003-07-23 Chris LattnerNew testcase
2003-07-23 Chris LattnerNew testcase
2003-07-23 Chris LattnerNew testcase
2003-07-23 Chris LattnerNew testcases
2003-07-23 Chris LattnerNew testcase
2003-07-23 Chris LattnerNew testcase
2003-07-23 Chris LattnerNew tests
2003-07-22 Chris LattnerNew testcases
2003-07-21 John CriswellRegression test for the Instruction Combining optimiziz...
2003-06-28 Chris LattnerRemove usage of grep-not script
2003-06-28 Chris LattnerConvert scripts from using explicit control flow to...
2003-06-28 Chris LattnerFix testcase
2003-06-26 Chris Lattneradd tests for elimination of loads
2003-06-25 Chris LattnerAdd test for instcombine -1*X -> -X
2003-06-23 Chris LattnerFix comment
2003-06-23 Chris LattnerYet another testcase
2003-06-23 Chris LattnerTest cases for when casts to bool can be eliminated
2003-06-22 Chris LattnerNew testcase
2003-06-21 Chris LattnerAdd testcase for reason that typesafety of power is...
2003-06-18 Chris LattnerNew testcase
2003-06-05 Chris LattnerNew testcase
2003-06-05 Chris LattnerTest seteq AND setne
2003-06-04 Chris LattnerModernize testcase
2003-06-04 Chris LattnerAdd new test for inverting branches
2003-06-01 Chris LattnerNew testcases
2003-05-27 Chris LattnerNew testcase
next