aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/crash.ll
AgeCommit message (Expand)Author
2011-11-08Convert to the new EH model.Bill Wendling
2011-11-01Make sure we use the right insertion point when instcombine replaces a PHI wi...Eli Friedman
2011-08-27Auto upgrade the old EH scheme to use the new one. This is on a trial basis. IfBill Wendling
2011-01-21fix PR9013, an infinite loop in instcombine.Chris Lattner
2011-01-16fix PR8983, a broken assertion.Chris Lattner
2011-01-08Fix a bug in r123034 (trying to sext/zext non-integers) and clean up a little.Frits van Bommel
2011-01-04fix an off-by-one bug that caused a crash analyzingChris Lattner
2010-12-20fix PR8807 by making transformConstExprCastCall aware of byval arguments.Chris Lattner
2010-09-13Add a reduced testcase for the infinite loop fixed in r113763.Owen Anderson
2010-06-17Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola
2010-03-05Fix PR6503. This turned into a much more interesting and nasty bug. Various Chris Lattner
2010-02-09fix PR6193, only considering sign extensions *from i1* for thisChris Lattner
2010-02-01fix rdar://7590304, an infinite loop in instcombine. In the invokeChris Lattner
2009-12-19fix PR5827 by disabling the phi slicing transformation in a caseChris Lattner
2009-12-03fix PR5673 by being more careful about pointers to functions.Chris Lattner
2009-11-26Fix PR5471 by removing an instcombine xform. Some pieces of the codeChris Lattner
2009-10-22fix PR5262.Chris Lattner
2009-10-21Fix PR5262: when folding select into PHI, make sure all operands are availableTorok Edwin
2009-09-08instcombine transforms vector loads that are only used byChris Lattner
2009-09-08fix ComputeMaskedBits handling of zext/sext/trunc to work with vectors.Chris Lattner
2009-08-31fix a bug I introduced with my 'instcombine builder' refactoring Chris Lattner