Use opt -S instead of piping bitcode output through llvm-dis.
[oota-llvm.git] / test / Transforms / InstCombine / sext-misc.ll
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-08-06 Chris Lattneroptimize a common idiom generated by clang for bitfield...
2008-06-18 Chris Lattnermake truncate/sext elimination capable of changing...
2008-05-20 Dan GohmanOops, commit the version of this test that actually...
2008-05-20 Dan GohmanPort SelectionDAG's ComputeNumSignBits-using code to...
2008-04-28 Dan GohmanTeach InstCombine's ComputeMaskedBits what SelectionDAG's