Apply patches from PR136
[oota-llvm.git] / test / Transforms / InstCombine /
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
2003-05-26 Chris LattnerNew testcase
2003-03-11 Chris LattnerTest limited reassociation
2003-03-10 Chris LattnerAdd optimizations:
2003-03-10 Chris LattnerAdd testcases for negated multiplies
2003-03-10 Chris LattnerAdd test for demorgans law with constants
2003-03-10 Chris Lattner* Add testcases for associative operators
2003-03-10 Chris LattnerModernize testcase
2003-03-10 Chris LattnerAdd a bunch of new tests
2003-03-10 Chris LattnerAdd test for: (A|B)^B == A & (~B)
2003-03-10 Chris LattnerModernize testcase
2003-03-05 Chris LattnerAdd a link to source of inspiration
2003-03-05 Chris LattnerNew testcase for pow builtin recognition
2003-03-05 Chris LattnerAdd another testcase that may eventually be handled...
2003-03-05 Chris LattnerAdd testcase for new instcombine xform
2003-02-18 Chris LattnerAdd new testcases
2003-02-18 Chris LattnerModernize testcase
2003-02-18 Chris LattnerModernize testcases
2003-02-18 Chris Lattnertest for a variety of new transformations:
2003-02-18 Chris Lattnermodernize testcase
2003-02-18 Chris LattnerModernize testcase
2002-12-05 Chris LattnerNew testcase pointed out by Casey Carter
2002-11-04 Chris LattnerAdd new getelementptr elimination test
2002-11-04 Chris LattnerNew testcase for malloc promotion
2002-10-08 Chris LattnerAdd new testcase for arithmetic shr of -1
2002-10-08 Chris LattnerThis test was mistakenly matching 'predecessors' that...
2002-09-23 Chris LattnerConvert to using long indexes instead of uint
2002-09-23 Chris LattnerAdd some more testcases for things to get optimized...
2002-09-17 Chris LattnerNew regression test
2002-09-17 Chris LattnerConvert to use long indexes instead of uint
2002-09-10 Chris LattnerCheck for cannonicalization of shl X, 1 -> add X, X
2002-09-09 Chris LattnerTestcase no longer applicable since shifts of pointers...
next