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