[opaque pointer type] Add textual IR support for explicit type parameter to the call...
[oota-llvm.git] / test / Transforms / InstSimplify / undef.ll
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-12-18 David MajnemerConstantFold: Shifting undef by zero results in undef
2014-12-17 David MajnemerInstSimplify: shl nsw/nuw undef, %V -> undef
2014-12-11 David MajnemerInstSimplify: Remove usesless %a parameter from tests
2014-12-10 David MajnemerConstantFold: an undef shift amount results in undef
2014-12-10 David MajnemerConstantFold: div undef, 0 should fold to undef, not...
2014-12-10 David MajnemerInstSimplify: [al]shr exact undef, %X -> undef
2014-12-10 David MajnemerInstSimplify: div %X, 0 -> undef
2014-01-24 Benjamin KramerInstSimplify: Make shift, select and GEP simplification...
2011-11-04 Dan GohmanAdd tests for existing InstSimplify features.
2011-11-04 Dan GohmanTeach instsimplify to simplify calls to undef.
2011-07-01 Dan GohmanImprove constant folding of undef for cmp and select...