| Commit message (Expand) | Author | Age | Files | Lines |
* | Preserve fast-math flags when folding (fsub x, (fneg y)) to (fadd x, y). | Owen Anderson | 2013-07-30 | 1 | -0/+11 |
* | isKnownToBeAPowerOfTwo: Strengthen isKnownToBeAPowerOfTwo's analysis on add i... | David Majnemer | 2013-07-30 | 1 | -0/+32 |
* | Change behavior of calling bitcasted alias functions. | Matt Arsenault | 2013-07-30 | 6 | -59/+295 |
* | Debug Info: update testing cases to pass verifier. | Manman Ren | 2013-07-29 | 1 | -9/+10 |
* | Debug Info Verifier: verify SPs in llvm.dbg.sp. | Manman Ren | 2013-07-27 | 1 | -6/+8 |
* | When InstCombine tries to fold away (fsub x, (fneg y)) into (fadd x, y), it is | Owen Anderson | 2013-07-26 | 1 | -0/+12 |
* | Current batch of -disable-debug-info-verifier. | Rafael Espindola | 2013-07-25 | 1 | -1/+1 |
* | Treat nothrow forms of ::operator delete and ::operator delete[] as | Richard Smith | 2013-07-21 | 1 | -0/+24 |
* | InstCombine: call FoldOpIntoSelect for all floating binops, not just fmul | Stephen Lin | 2013-07-20 | 1 | -0/+71 |
* | Restore r181216, which was partially reverted in r182499. | Stephen Lin | 2013-07-17 | 1 | -9/+44 |
* | Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie... | Stephen Lin | 2013-07-14 | 9 | -17/+17 |
* | Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona... | Stephen Lin | 2013-07-14 | 157 | -1320/+1320 |
* | Modify two Transforms tests to explicitly check for full function names in so... | Stephen Lin | 2013-07-14 | 1 | -1/+1 |
* | Add newlines at end of test files, no functionality change | Stephen Lin | 2013-07-13 | 2 | -2/+2 |
* | Add a microoptimization for urem. | Nick Lewycky | 2013-07-13 | 1 | -0/+9 |
* | Fix a crash in EvaluateInDifferentElementOrder where it would generate an | Joey Gouly | 2013-07-12 | 1 | -0/+15 |
* | InstSimplify: X >> X -> 0 | David Majnemer | 2013-07-09 | 1 | -3/+3 |
* | ValueTracking: Fix bugs in isKnownToBeAPowerOfTwo | David Majnemer | 2013-07-09 | 1 | -15/+0 |
* | InstCombine: variations on 0xffffffff - x >= 4 | David Majnemer | 2013-07-09 | 1 | -0/+18 |
* | InstCombine: X & -C != -C -> X <= u ~C | David Majnemer | 2013-07-09 | 1 | -40/+0 |
* | Commit r185909 was a misapplied patch, fix it | David Majnemer | 2013-07-09 | 2 | -3/+60 |
* | InstCombine: add more transforms | David Majnemer | 2013-07-09 | 3 | -5/+45 |
* | InstCombine: Fold X-C1 <u 2 -> (X & -2) == C1 | David Majnemer | 2013-07-08 | 1 | -0/+10 |
* | InstCombine: typo in or_icmp_eq_B_0_icmp_ult_A_B test | David Majnemer | 2013-07-06 | 1 | -2/+2 |
* | Extend 'readonly' and 'readnone' to work on function arguments as well as | Nick Lewycky | 2013-07-06 | 1 | -7/+7 |
* | InstCombine: (icmp eq B, 0) | (icmp ult A, B) -> (icmp ule A, B-1) | David Majnemer | 2013-07-05 | 1 | -0/+11 |
* | InstCombine: Reimplementation of visitUDivOperand | David Majnemer | 2013-07-04 | 1 | -1/+0 |
* | Revert r185257 (InstCombine: Be more agressive optimizing 'udiv' instrs with ... | Hal Finkel | 2013-07-02 | 2 | -0/+102 |
* | ConstantFold: Check that truncating the other side is safe under a sext when ... | Benjamin Kramer | 2013-06-30 | 1 | -3/+17 |
* | ValueTracking: Teach isKnownToBeAPowerOfTwo about (ADD X, (XOR X, Y)) where X... | David Majnemer | 2013-06-29 | 1 | -0/+15 |
* | InstCombine: Also turn selects fed by an and into arithmetic when the types d... | Benjamin Kramer | 2013-06-29 | 1 | -0/+36 |
* | InstCombine: FoldGEPICmp shouldn't change sign of base pointer comparison | David Majnemer | 2013-06-29 | 1 | -0/+10 |
* | InstCombine: Be more agressive optimizing 'udiv' instrs with 'select' denoms | David Majnemer | 2013-06-29 | 1 | -0/+38 |
* | InstCombine: Optimize (1 << X) Pred CstP2 to X Pred Log2(CstP2) | David Majnemer | 2013-06-28 | 1 | -0/+104 |
* | Debug Info: clean up usage of Verify. | Manman Ren | 2013-06-28 | 1 | -2/+2 |
* | Convert tests to FileCheck | Matt Arsenault | 2013-06-28 | 4 | -7/+14 |
* | Update testing case to make DI nodes have the correct format. | Manman Ren | 2013-06-27 | 1 | -3/+3 |
* | Added support for the Builtin attribute. | Michael Gottesman | 2013-06-27 | 1 | -0/+12 |
* | Add a testcase from pr16244. | Rafael Espindola | 2013-06-06 | 1 | -0/+10 |
* | When determining the new index for an insertelement, we may not assume that an | Nick Lewycky | 2013-06-01 | 1 | -0/+11 |
* | Simplify multiplications by vectors whose elements are powers of 2. | Rafael Espindola | 2013-05-31 | 1 | -0/+408 |
* | Reapply with r182909 with a fix to the calculation of the new indices for | Nick Lewycky | 2013-05-31 | 1 | -0/+21 |
* | Revert r182909. | Evgeniy Stepanov | 2013-05-30 | 1 | -12/+0 |
* | Swizzle vector inputs if it helps us eliminate shuffles. | Nick Lewycky | 2013-05-30 | 1 | -0/+12 |
* | scalarizePHI needs to insert the next ExtractElement in the same block | Joey Gouly | 2013-05-24 | 1 | -0/+25 |
* | This is an update to a previous commit (r181216). | Jean-Luc Duprat | 2013-05-22 | 1 | -27/+13 |
* | Move the remaining simplify-libcalls tests to instcombine, merging most of th... | Benjamin Kramer | 2013-05-19 | 4 | -0/+603 |
* | isKnownToBeAPowerOfTwo: (X & Y) + Y is a power of 2 or zero if y is also. | David Majnemer | 2013-05-18 | 1 | -0/+14 |
* | InstCombine: Flip the order of two urem transforms | David Majnemer | 2013-05-12 | 1 | -0/+14 |
* | InstCombine: Turn urem to bitwise-and more often | David Majnemer | 2013-05-11 | 1 | -2/+51 |