[InstCombine] Canonicalize single element array load
[oota-llvm.git] / test / Transforms / InstCombine / bswap.ll
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2010-01-05 Chris Lattnerremove two trunc xforms that are subsumed by EvaluateIn...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
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-10-05 Chris Lattnerrewrite bswap matching to be more general, allowing...
2008-03-09 Tanya LattnerRemove llvm-upgrade and update tests.
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-04-15 Reid SpencerFor PR1319:
2007-04-14 Reid SpencerFor PR1319:
2007-03-03 Chris Lattnerinstcombine doesn't do CSE, simplify unrelated detail
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-11-29 Chris Lattnernew bswap idiom
2006-07-10 Chris LattnerAdd tests for 16-bit byteswaps.
2006-06-15 Chris Lattnernew testcase, instcombine should turn these into llvm...