[opaque pointer type] Add textual IR support for explicit type parameter to gep operator
[oota-llvm.git] / test / Transforms / InstCombine / crash.ll
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2012-08-10 Eli FriedmanThe normal edge of an invoke is not allowed to branch...
2011-11-08 Bill WendlingConvert to the new EH model.
2011-11-01 Eli FriedmanMake sure we use the right insertion point when instcom...
2011-08-27 Bill WendlingAuto upgrade the old EH scheme to use the new one....
2011-01-21 Chris Lattnerfix PR9013, an infinite loop in instcombine.
2011-01-16 Chris Lattnerfix PR8983, a broken assertion.
2011-01-08 Frits van BommelFix a bug in r123034 (trying to sext/zext non-integers...
2011-01-04 Chris Lattnerfix an off-by-one bug that caused a crash analyzing
2010-12-20 Chris Lattnerfix PR8807 by making transformConstExprCastCall aware...
2010-09-13 Owen AndersonAdd a reduced testcase for the infinite loop fixed...
2010-06-17 Rafael EspindolaRemove arm_apcscc from the test files. It is the defaul...
2010-03-05 Chris LattnerFix PR6503. This turned into a much more interesting...
2010-02-09 Chris Lattnerfix PR6193, only considering sign extensions *from...
2010-02-01 Chris Lattnerfix rdar://7590304, an infinite loop in instcombine...
2009-12-19 Chris Lattnerfix PR5827 by disabling the phi slicing transformation...
2009-12-03 Chris Lattnerfix PR5673 by being more careful about pointers to...
2009-11-26 Chris LattnerFix PR5471 by removing an instcombine xform. Some...
2009-10-22 Chris Lattnerfix PR5262.
2009-10-21 Torok EdwinFix PR5262: when folding select into PHI, make sure...
2009-09-08 Chris Lattnerinstcombine transforms vector loads that are only used by
2009-09-08 Chris Lattnerfix ComputeMaskedBits handling of zext/sext/trunc to...
2009-08-31 Chris Lattnerfix a bug I introduced with my 'instcombine builder...