InstCombine: If we call llvm.objectsize on a malloc call we can replace it with the...
[oota-llvm.git] / test / Transforms / InstCombine / crash.ll
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...