summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [InstCombine] break up visitICmpInstWithInstAndIntCst(); NFCISanjay Patel2016-07-211-155/+164
* Avoid copies of std::strings and APInt/APFloats where we only read from itBenjamin Kramer2016-06-081-6/+6
* [InstCombine] limit icmp transform to ConstantInt (PR28011)Sanjay Patel2016-06-061-3/+5
* [InstCombine] allow vector icmp bool transformsSanjay Patel2016-06-051-1/+1
* fix documentation comments and other clean-ups; NFCSanjay Patel2016-06-051-74/+67
* [InstCombine] less 'CI' confusion; NFCSanjay Patel2016-06-051-26/+26
* [InstCombine] allow vector constants for cast+icmp foldSanjay Patel2016-06-041-1/+1
* clean-up; NFCSanjay Patel2016-06-041-4/+3
* fix formatting, punctuation; NFCSanjay Patel2016-06-041-5/+3
* [InstCombine] add another test for wrong icmp constant (PR27792)Sanjay Patel2016-05-171-1/+1
* [InstCombine] fix constant to be signed for signed comparisonsSanjay Patel2016-05-171-1/+1
* [InstCombine] Don't crash when trying to take an element of a ConstantExpr.Benjamin Kramer2016-05-171-0/+3
* try to avoid unused variable warning in release build; NFCISanjay Patel2016-05-171-1/+2
* [InstCombine] check vector elements before trying to transform LE/GE vector i...Sanjay Patel2016-05-171-78/+42
* [InstCombine] handle zero constant vectors for LE/GE comparisons tooSanjay Patel2016-05-131-2/+3
* [InstCombine] canonicalize* LE/GE vector integer comparisons to LT/GT (PR2670...Sanjay Patel2016-05-131-2/+55
* [InstCombine] Fold icmp ugt/ult (udiv i32 C2, X), C1.Chad Rosier2016-05-101-3/+21
* [InstCombine] Fold icmp eq/ne (udiv i32 A, B), 0 -> icmp ugt/ule B, A.Chad Rosier2016-05-091-0/+12
* "Reapply r268521 "[InstCombine] Canonicalize icmp instructions based on domin...Balaram Makam2016-05-041-0/+45
* Revert "[InstCombine] Canonicalize icmp instructions based on dominating cond...Balaram Makam2016-05-041-45/+0
* [InstCombine] Canonicalize icmp instructions based on dominating conditions.Balaram Makam2016-05-041-0/+45
* [InstCombine] add helper function for ICmp with constant canonicalization; NFCISanjay Patel2016-04-291-24/+38
* [ValueTracking, VectorUtils] Refactor getIntrinsicIDForCallDavid Majnemer2016-04-191-1/+1
* [NFC] Header cleanupMehdi Amini2016-04-181-3/+2
* [InstCombine] Don't transform compares of calls to functions named fabs{f,l,}David Majnemer2016-04-151-30/+25
* [InstCombine] remove constant by inverting compare + logic (PR27105)Sanjay Patel2016-04-141-0/+9
* [InstCombine] We folded an fcmp to an i1 instead of a vector of i1David Majnemer2016-04-131-1/+1
* [InstCombine] Don't insert instructions before a catch switchDavid Majnemer2016-03-191-0/+3
* [ValueTracking] Extract isKnownPositive [NFCI]Philip Reames2016-03-091-2/+2
* [InstCombine] (icmp sgt smin(PosA, B) 0) -> (icmp sgt B 0)Philip Reames2016-03-091-0/+13
* Remove uses of builtin comma operator.Richard Trieu2016-02-181-9/+20
* [InstCombine] Don't aggressively replace xor with icmpDavid Majnemer2016-02-121-17/+20
* function names start with a lowercase letter; NFCSanjay Patel2016-02-011-68/+68
* [InstCombine] Don't transform (X+INT_MAX)>=(Y+INT_MAX) -> (X<=Y)David Majnemer2016-02-011-1/+1
* Re-commit r257064, after it was reverted in r257340.Silviu Baranga2016-01-151-3/+320
* Revert r257164 - it has caused spec2k6 failures in LTO modeSilviu Baranga2016-01-111-322/+3
* InstCombineCompares.cpp: Fix a warning. [-Wbraced-scalar-init]NAKAMURA Takumi2016-01-081-1/+1
* Re-commit r257064, this time with a fixed assertSilviu Baranga2016-01-081-3/+322
* Revert r257064. It caused failures in some sanitizer tests.Silviu Baranga2016-01-071-322/+3
* Fix build after r257064: we should be returning false, not nullptrSilviu Baranga2016-01-071-2/+2
* [InstCombine] Look through PHIs, GEPs, IntToPtrs and PtrToInts to expose more...Silviu Baranga2016-01-071-3/+322
* getParent() ^ 3 == getModule() ; NFCISanjay Patel2015-12-141-7/+4
* [InstCombine] Optimize icmp of inc/dec at RHSMichael Liao2015-10-191-0/+20
* InstCombine: Fold comparisons between unguessable allocas and other pointersHans Wennborg2015-10-071-0/+88
* Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...Hans Wennborg2015-10-061-13/+1
* [InstCombine] FoldICmpCstShrCst failed for ashr when comparing against -1David Majnemer2015-09-191-1/+1
* [InstCombine] FoldICmpCstShrCst didn't handle icmps of -1 in the ashr case co...David Majnemer2015-09-191-6/+10
* [InstCombine] Optimize icmp slt signum(x), 1 --> icmp slt x, 1Sanjoy Das2015-09-161-0/+17
* Broaden optimization of fcmp ([us]itofp x, constant) by instcombine.Arch D. Robison2015-09-151-14/+23
* [InstCombine] Don't assume m_Mul gives back an InstructionDavid Majnemer2015-09-051-1/+3
OpenPOWER on IntegriCloud