Move the personality function from LandingPadInst to Function
[oota-llvm.git] / test / Transforms / InstCombine / AddOverFlow.ll
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-06-19 Jingyue Wu[ValueTracking] Extend range metadata to call/invoke
2014-06-17 Jingyue Wu[InstCombine] mark ADD with nuw if no unsigned overflow
2014-06-04 Rafael Espindola InstCombine: Improvement to check if signed addition...