Teach InstCombine that (fmul X, -1.0) can be simplified to (fneg X), which LLVM expre...
[oota-llvm.git] / test / Transforms / InstCombine / strcpy_chk-1.ll
2013-10-07 Matt ArsenaultChange objectsize intrinsic to accept different address...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2012-10-18 Meador Ingeinstcombine: Migrate strcpy optimizations
2012-09-27 Meador Ingeinstcombine: Add more test cases for __strcpy_chk simpl...