fix typos, remove noise; NFCI
[oota-llvm.git] / test / Transforms / InstCombine / not.ll
2015-09-08 Sanjay Patelfix typos, remove noise; NFCI
2015-02-12 Benjamin KramerInstCombine: Allow folding of xor into icmp by changing...
2014-11-27 Suyog SardaUse FileCheck instead of grep. Change by Sonam.
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
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-05-09 Chris LattnerImplement PR2298. This transforms:
2008-03-01 Tanya LattnerRemove llvm-upgrade and update test cases.
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2004-02-28 Chris LattnerThe instruction combining pass removes dead instruction...
2003-09-16 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis', `link...
2003-06-28 Chris LattnerRemove usage of grep-not script
2003-06-28 Chris LattnerConvert scripts from using explicit control flow to...
2003-03-10 Chris LattnerAdd test for demorgans law with constants
2002-08-23 Chris LattnerTest that demorgan's law is instcombined successfully
2002-08-21 Chris LattnerAdd testcase for the not (setcc A, B) case
2002-08-20 Chris LattnerFix buggy testcase
2002-08-14 Chris LattnerThe not instruction is just a specialized form of XOR
2002-08-02 Chris LattnerThese tests should not run -dce pass to cleanup instcom...
2002-05-06 Chris LattnerNew testcase to make sure not instructions get combined