summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/InstCombine/InstCombineInternal.h
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] add helper for icmp with dominator; NFCSanjay Patel2018-12-041-0/+1
* Revert r347871 "Fix: Add support for TFE/LWE in image intrinsic"David Stuttard2018-11-291-2/+1
* Add support for TFE/LWE in image intrinsicsDavid Stuttard2018-11-291-1/+2
* [InstCombine] fix formatting for matchBSwap(); NFCSanjay Patel2018-11-141-1/+4
* [InstCombine] simplify code for merging stores; NFCISanjay Patel2018-11-101-1/+1
* [InstCombine] try harder to form select from logic ops (2nd try)Sanjay Patel2018-10-241-0/+3
* [InstCombine] use 'match' to simplify codeSanjay Patel2018-10-231-1/+1
* revert rL344609: [InstCombine] try harder to form select from logic opsSanjay Patel2018-10-161-3/+0
* [InstCombine] try harder to form select from logic opsSanjay Patel2018-10-161-0/+3
* [InstCombine] fix complexity canonicalization with fake unary vector opsSanjay Patel2018-10-131-2/+2
* [InstCombine] name change: foldShuffledBinop -> foldVectorBinop; NFCSanjay Patel2018-10-031-1/+1
* [InstCombine] Fold ~A - Min/Max(~A, O) -> Max/Min(A, ~O) - ADavid Green2018-10-021-1/+8
* [InstCombine] fix formatting in vector evaluators; NFCSanjay Patel2018-09-291-1/+0
* [InstCombine] refactor mul narrowing folds; NFCISanjay Patel2018-09-141-1/+12
* [InstCombine] add/use overflowing math helper functions; NFCSanjay Patel2018-09-141-0/+18
* [InstCombine] refactor add narrowing folds; NFCISanjay Patel2018-09-141-0/+1
* [InstCombine] Add splat vector constant support to foldICmpAddOpConst.Craig Topper2018-08-201-1/+1
* [InstCombine] allow more shuffle folds using safe constantsSanjay Patel2018-07-091-14/+45
* [InstCombine] generalize safe vector constant utilitySanjay Patel2018-07-091-9/+16
* [InstCombine] make div/rem vector constant utility function; NFCISanjay Patel2018-06-211-0/+17
* InstCombine/AMDGPU: Add dimension-aware image intrinsics to SimplifyDemandedNicolai Haehnle2018-06-211-0/+4
* Move Analysis/Utils/Local.h back to TransformsDavid Blaikie2018-06-041-1/+1
* [InstCombine] call simplify before trying vector foldsSanjay Patel2018-06-021-2/+2
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-3/+3
* [InstCombine] Handle atomic memset in the same way as regular memsetDaniel Neilson2018-05-111-1/+1
* [InstCombine] Unify handling of atomic memtransfer with non-atomic memtransferDaniel Neilson2018-05-111-2/+1
* [InstCombine] Moving overflow computation logic from InstCombine to ValueTrac...Omer Paparo Bivas2018-05-101-3/+31
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-20/+20
* [InstCombine] Simplify Add with remainder expressions as operands.Sanjoy Das2018-04-261-0/+7
* [InstCombine] simplify fneg+fadd folds; NFCSanjay Patel2018-04-161-1/+0
* [InstCombine] Fold compare of int constant against a splatted vector of intsDaniel Neilson2018-04-031-0/+2
* [InstCombine] distribute fmul over fadd/fsubSanjay Patel2018-03-261-2/+0
* Fix a couple of layering violations in TransformsDavid Blaikie2018-03-211-1/+1
* [InstCombine] move constant check into foldBinOpIntoSelectOrPhi; NFCISanjay Patel2018-02-281-1/+1
* [InstCombine] narrow masked zexted binops (PR35792)Sanjay Patel2018-01-251-0/+1
* Create instruction classes for identifying any atomicity of memory intrinsic....Daniel Neilson2017-10-301-2/+1
* [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko2017-10-241-20/+51
* Move folding of icmp with zero after checking for min/max idioms.Nikolai Bozhenov2017-10-161-0/+1
* [InstCombine] rearrange code to remove repeated constant check; NFCISanjay Patel2017-10-131-0/+2
* Renable r314928Xinliang David Li2017-10-101-0/+4
* [InstCombine] rename SimplifyDivRemOfSelect to be clearer, add comments, simp...Sanjay Patel2017-10-061-1/+1
* Revert "Roll forward r314928"Reid Kleckner2017-10-061-4/+0
* Roll forward r314928Xinliang David Li2017-10-061-0/+4
* Revert r314928 to investigate thinLTO bootstrap failureXinliang David Li2017-10-051-4/+0
* Recommit r314561 after fixing msan build failureXinliang David Li2017-10-041-0/+4
* [InstCombine] Change a bunch of methods to take APInts by reference instead o...Craig Topper2017-10-031-15/+15
* Update getMergedLocation to check the instruction type and merge properly.Dehao Chen2017-10-021-2/+2
* Revert r314579: "Recommi r314561 after fixing over-debug assertion".Daniel Jasper2017-10-011-4/+0
* Recommi r314561 after fixing over-debug assertionXinliang David Li2017-09-301-0/+4
* Revert 314561 due to debug build assertion failureXinliang David Li2017-09-291-4/+0
OpenPOWER on IntegriCloud