aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/crash.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-19/+19
* The normal edge of an invoke is not allowed to branch to a block with aEli Friedman2012-08-101-5/+7
* Convert to the new EH model.Bill Wendling2011-11-081-10/+5
* Make sure we use the right insertion point when instcombine replaces a PHI wi...Eli Friedman2011-11-011-0/+25
* Auto upgrade the old EH scheme to use the new one. This is on a trial basis. IfBill Wendling2011-08-271-0/+4
* fix PR9013, an infinite loop in instcombine.Chris Lattner2011-01-211-0/+17
* fix PR8983, a broken assertion.Chris Lattner2011-01-161-0/+12
* Fix a bug in r123034 (trying to sext/zext non-integers) and clean up a little.Frits van Bommel2011-01-081-0/+6
* fix an off-by-one bug that caused a crash analyzingChris Lattner2011-01-041-0/+37
* fix PR8807 by making transformConstExprCastCall aware of byval arguments.Chris Lattner2010-12-201-0/+13
* Add a reduced testcase for the infinite loop fixed in r113763.Owen Anderson2010-09-131-0/+33
* Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola2010-06-171-3/+3
* Fix PR6503. This turned into a much more interesting and nasty bug. Various Chris Lattner2010-03-051-0/+15
* fix PR6193, only considering sign extensions *from i1* for thisChris Lattner2010-02-091-0/+11
* fix rdar://7590304, an infinite loop in instcombine. In the invokeChris Lattner2010-02-011-0/+22
* fix PR5827 by disabling the phi slicing transformation in a caseChris Lattner2009-12-191-1/+57
* fix PR5673 by being more careful about pointers to functions.Chris Lattner2009-12-031-0/+11
* Fix PR5471 by removing an instcombine xform. Some pieces of the codeChris Lattner2009-11-261-0/+12
* fix PR5262.Chris Lattner2009-10-221-1/+27
* Fix PR5262: when folding select into PHI, make sure all operands are availableTorok Edwin2009-10-211-0/+55
* instcombine transforms vector loads that are only used byChris Lattner2009-09-081-0/+13
* fix ComputeMaskedBits handling of zext/sext/trunc to work with vectors.Chris Lattner2009-09-081-2/+21
* fix a bug I introduced with my 'instcombine builder' refactoring Chris Lattner2009-08-311-0/+14