[X86, AVX] instcombine common cases of vperm2* intrinsics into shuffles
[oota-llvm.git] / test / Transforms / InstCombine / add.ll
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2011-02-11 Benjamin KramerAlso fold (A+B) == A -> B == 0 when the add is commuted.
2011-01-30 Anders CarlssonRecognize and simplify
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2008-03-21 Chris LattnerTeach masked value is zero about add and sub, and use...
2008-03-09 Tanya LattnerRemove llvm-upgrade and update tests.
2007-04-16 Reid SpencerFor PR1319:
2007-04-15 Reid SpencerFor PR1319:
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-01-30 Reid SpencerFor PR411:
2007-01-26 Reid SpencerFor PR761:
2007-01-05 Chris Lattnerllvm upgrade doesn't accept 'define'
2007-01-05 Chris Lattnernew testcase
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-11-09 Chris Lattnernew testcases
2006-03-05 Chris Lattnernew testcase I forgot to check in earlier
2006-03-04 Chris Lattnernew testcase
2005-11-02 Andrew LenharthThis is missed by InstCombine, patch comming
2005-09-18 Chris Lattnernew testcase
2005-04-07 Chris Lattnernew testcase
2005-01-19 Chris LattnerAdd some new tests
2004-11-13 Chris LattnerNew testcase
2004-10-08 Chris LattnerNew testcase
2004-09-29 Chris LattnerNew testcases
2004-07-03 Chris LattnerAdd a new testcase for folding an add into a switch
2004-06-27 Chris Lattnernew testcase
2004-04-10 Chris LattnerNew testcase
2004-04-09 Chris LattnerAnother testcase
2004-02-28 Chris LattnerThe instruction combining pass removes dead instruction...
2003-10-02 Chris LattnerAdd new testcases
2003-09-19 Chris LattnerNew testcases
2003-09-16 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis', `link...
2003-08-13 Chris LattnerAdd some tests for difficult reassociation cases
2003-08-13 Chris LattnerReorganize tests because we no longer cannonicalize...
2003-07-24 Chris LattnerMore testcases, which I'll implement later
2003-06-28 Chris LattnerRemove usage of grep-not script
2003-06-28 Chris LattnerConvert scripts from using explicit control flow to...
2003-03-11 Chris LattnerTest limited reassociation
2003-03-10 Chris LattnerAdd optimizations:
2003-02-18 Chris LattnerAdd new testcases
2003-02-18 Chris LattnerModernize testcase
2003-02-18 Chris LattnerModernize testcases
2002-08-02 Chris LattnerThese tests should not run -dce pass to cleanup instcom...
2002-05-06 Chris LattnerMore tests
2002-04-18 Chris LattnerNew testcase.