| Commit message (Expand) | Author | Age | Files | Lines |
* | [InstSimplify] add nuw %x, C2 must be at least C2 | David Majnemer | 2015-08-20 | 1 | -0/+3 |
* | [InstSimplify] Remove unused variable | David Majnemer | 2015-08-18 | 1 | -6/+2 |
* | [InstSimplify] Don't assume getAggregateElement will succeed | David Majnemer | 2015-08-18 | 1 | -5/+0 |
* | [IR] Give catchret an optional 'return value' operand | David Majnemer | 2015-08-15 | 1 | -2/+2 |
* | [InstSimplify] Teach InstSimplify how to simplify extractelement | David Majnemer | 2015-07-13 | 1 | -0/+48 |
* | [InstSimplify] Teach InstSimplify how to simplify extractvalue | David Majnemer | 2015-07-13 | 1 | -0/+41 |
* | [InstSimplify] Fold away ord/uno fcmps when nnan is present. | Benjamin Kramer | 2015-07-10 | 1 | -8/+17 |
* | [InstSimplify] Allow folding of fdiv X, X with just NaNs ignored | Benjamin Kramer | 2015-06-16 | 1 | -3/+3 |
* | [InstSimplify] fsub nnan x, x -> 0.0 is valid without ninf | Benjamin Kramer | 2015-06-14 | 1 | -2/+2 |
* | [InstSimplify] Add self-fdiv identities for -ffinite-math-only. | Benjamin Kramer | 2015-06-14 | 1 | -0/+15 |
* | [InstCombine, InstSimplify] Move xforms from Combine to Simplify | David Majnemer | 2015-06-06 | 1 | -11/+138 |
* | [InstSimplify] Handle some overflow intrinsics in InstSimplify | David Majnemer | 2015-05-22 | 1 | -5/+43 |
* | Change Function::getIntrinsicID() to return an Intrinsic::ID. NFC. | Pete Cooper | 2015-05-20 | 1 | -2/+2 |
* | Convert PHI getIncomingValue() to foreach over incoming_values(). NFC. | Pete Cooper | 2015-05-12 | 1 | -6/+3 |
* | [opaque pointer type] API migration for GEP constant factories | David Blaikie | 2015-04-02 | 1 | -10/+15 |
* | [opaque pointer type] Change GetElementPtrInst::getIndexedType to take the po... | David Blaikie | 2015-03-30 | 1 | -1/+2 |
* | DataLayout is mandatory, update the API to reflect it with references. | Mehdi Amini | 2015-03-10 | 1 | -58/+53 |
* | InstCombine: fix fold "fcmp x, undef" to account for NaN | Mehdi Amini | 2015-03-09 | 1 | -2/+7 |
* | InstSimplify: simplify 0 / X if nnan and nsz | Mehdi Amini | 2015-02-23 | 1 | -14/+30 |
* | InstCombine: cleanup redundant dyn_cast<> (NFC) | Mehdi Amini | 2015-02-13 | 1 | -44/+43 |
* | [InstSimplify] Add SimplifyFPBinOp function. | Michael Zolotukhin | 2015-02-06 | 1 | -0/+30 |
* | Fold fcmp in cases where value is provably non-negative. By Arch Robison. | Elena Demikhovsky | 2015-01-28 | 1 | -0/+14 |
* | [PM] Split the AssumptionTracker immutable pass into two separate APIs: | Chandler Carruth | 2015-01-04 | 1 | -182/+163 |
* | InstSimplify: Don't bother if getScalarSizeInBits returns zero | David Majnemer | 2014-12-20 | 1 | -4/+5 |
* | Simplify the code | David Majnemer | 2014-12-20 | 1 | -41/+25 |
* | InstSimplify: Optimize away pointless comparisons | David Majnemer | 2014-12-20 | 1 | -2/+38 |
* | InstSimplify: shl nsw/nuw undef, %V -> undef | David Majnemer | 2014-12-17 | 1 | -13/+7 |
* | ConstantFold, InstSimplify: undef >>a x can be either -1 or 0, choose 0 | David Majnemer | 2014-12-10 | 1 | -2/+2 |
* | InstSimplify: [al]shr exact undef, %X -> undef | David Majnemer | 2014-12-10 | 1 | -2/+6 |
* | InstSimplify: div %X, 0 -> undef | David Majnemer | 2014-12-10 | 1 | -0/+4 |
* | InstSimplify: Try to bring back the rest of r223583 | David Majnemer | 2014-12-08 | 1 | -2/+7 |
* | Revert a part of r223583, for now. It seems causing different emission betwee... | NAKAMURA Takumi | 2014-12-08 | 1 | -5/+0 |
* | InstSimplify: Optimize away useless unsigned comparisons | David Majnemer | 2014-12-06 | 1 | -0/+49 |
* | Revert "r223364 - Revert r223347 which has caused crashes on bootstrap bots." | Hal Finkel | 2014-12-04 | 1 | -3/+14 |
* | Revert r223347 which has caused crashes on bootstrap bots. | Alexander Potapenko | 2014-12-04 | 1 | -13/+3 |
* | Restrict somewhat the memory-allocation pointer cmp opt from r223093 | Hal Finkel | 2014-12-04 | 1 | -3/+13 |
* | Simplify pointer comparisons involving memory allocation functions | Hal Finkel | 2014-12-01 | 1 | -0/+35 |
* | InstSimplify: Restore optimizations lost in r210006 | David Majnemer | 2014-11-27 | 1 | -0/+34 |
* | InstSimplify: Handle some simple tautological comparisons | David Majnemer | 2014-11-25 | 1 | -0/+34 |
* | InstSimplify: Simplify (sub 0, X) -> X if it's NUW | David Majnemer | 2014-11-22 | 1 | -11/+3 |
* | Update SetVector to rely on the underlying set's insert to return a pair<iter... | David Blaikie | 2014-11-19 | 1 | -1/+1 |
* | InstSimplify: Optimize ICmpInst xform that uses computeKnownBits | David Majnemer | 2014-11-16 | 1 | -21/+17 |
* | InstSimplify: Exact shifts of X by Y are X if X has the lsb set | David Majnemer | 2014-11-05 | 1 | -11/+31 |
* | InstSimplify: Fold a hasNoSignedWrap() call into a match() expression | David Majnemer | 2014-11-04 | 1 | -2/+1 |
* | InstSimplify: Fold a hasNoUnsignedWrap() call into a match() expression | David Majnemer | 2014-11-04 | 1 | -2/+1 |
* | InstCombine, InstSimplify: (%X /s C1) /s C2 isn't always 0 when C1 * C2 overflow | David Majnemer | 2014-10-11 | 1 | -0/+10 |
* | InstSimplify: Don't allow (x srem y) urem y -> x srem y | David Majnemer | 2014-09-17 | 1 | -3/+5 |
* | InstSimplify: ((X % Y) % Y) -> (X % Y) | David Majnemer | 2014-09-17 | 1 | -0/+5 |
* | InstSimplify: Simplify trivial and/or of icmps | David Majnemer | 2014-09-15 | 1 | -0/+114 |
* | Fix an ODR violation consisting of two 'struct Query' in the global namespace. | Benjamin Kramer | 2014-09-12 | 1 | -0/+2 |