[Reassociate] Similar to "X + -X" -> "0", added code to handle "X + ~X" -> "-1".
[oota-llvm.git] / test / Transforms / Reassociate / inverses.ll
2014-05-31 Benjamin Kramer[Reassociate] Similar to "X + -X" -> "0", added code...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2010-01-18 Chris Lattnerfilecheckize
2009-09-08 Dan GohmanUse "opt < %s" instead of "opt %s" so that opt doesn...
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-19 Tanya LattnerUpgrade tests to not use llvm-upgrade.
2007-04-16 Reid SpencerFor PR1319:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2005-05-08 Chris Lattnernew testcase