Add correct NEON encodings for the "multiple single elements" form of vld.
[oota-llvm.git] / test / Transforms / InstCombine / crash.ll
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...