[llvm-objdump/MachoDump] Make code much more concise.
[oota-llvm.git] / test / Transforms / InstCombine / ffs-1.ll
2015-11-02 Tim NorthoverTvOS: add missing support for some libcalls.
2015-08-13 Davide Italiano[SimplifyLibCalls] Correctly set the is_zero_undef...
2014-06-17 Jingyue Wu[InstCombine] mark ADD with nuw if no unsigned overflow
2014-06-02 Rafael EspindolaAdd back commit r210029.
2014-06-02 Rafael EspindolaRevert "Add the nsw flag when we detect that an add...
2014-06-02 Rafael EspindolaAdd the nsw flag when we detect that an add will not...
2013-08-12 Tim NorthoverFix FileCheck --check-prefix lines.
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2012-11-26 Meador IngeFix bogus comment; no functional change.
2012-11-25 Meador Ingeinstcombine: Migrate ffs* optimizations