summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] Support (sub (sext x), (sext y)) --> (sext (sub x, y)) and (sub...Craig Topper2018-09-151-7/+18
* [InstCombine] refactor mul narrowing folds; NFCISanjay Patel2018-09-141-0/+45
* [InstCombine] allow shuffle+binop canonicalization with widening shufflesSanjay Patel2018-08-271-4/+14
* [IR] Replace `isa<TerminatorInst>` with `isTerminator()`.Chandler Carruth2018-08-261-1/+1
* [IR] Begin removal of TerminatorInst by removing successor manipulation.Chandler Carruth2018-08-261-1/+1
* [DebugInfo] Refactor DbgInfoIntrinsic class hierarchy.Hsiangkai Wang2018-08-061-2/+2
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [InstCombine] allow more shuffle folds using safe constantsSanjay Patel2018-07-091-3/+3
* [InstCombine] avoid extra poison when moving shift above shuffleSanjay Patel2018-07-091-8/+5
* [InstCombine] generalize safe vector constant utilitySanjay Patel2018-07-091-1/+3
* [InstCombine] make div/rem vector constant utility function; NFCISanjay Patel2018-06-211-13/+7
* [IR] add/use isIntDivRem convenience functionSanjay Patel2018-06-201-3/+1
* [InstCombine] refine UB-handling in shuffle-binop transformSanjay Patel2018-06-041-14/+14
* Move Analysis/Utils/Local.h back to TransformsDavid Blaikie2018-06-041-1/+1
* [InstCombine] call simplify before trying vector foldsSanjay Patel2018-06-021-6/+2
* [InstCombine] fix vector shuffle transform to replace undef elements (PR37648)Sanjay Patel2018-06-011-0/+16
* [WebAssembly] Add Wasm personality and isScopedEHPersonality()Heejin Ahn2018-05-171-0/+1
* [InstCombine] allow more binop (shuffle X), C transformsSanjay Patel2018-05-161-2/+4
* [InstCombine] fix binop (shuffle X), C --> shuffle (binop X, C') to check usesSanjay Patel2018-05-151-1/+1
* [InstCombine] clean up code for binop-shuffle transforms; NFCISanjay Patel2018-05-151-39/+34
* [InstCombine] fix binop-of-shuffles to check usesSanjay Patel2018-05-151-12/+10
* [InstCombine] fix crash due to ignored addrspacecastKeno Fischer2018-05-141-2/+3
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-20/+21
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-4/+4
* InstCombine: Fix layering by not including Scalar.h in InstCombineDavid Blaikie2018-04-241-1/+6
* [DebugInfo] Sink related dbg users when sinking in InstCombineBjorn Pettersson2018-04-181-1/+12
* [InstCombine] peek through bitcasted vector/array pointer GEP operandSanjay Patel2018-04-181-5/+25
* [InstCombine] simplify code in SimplifyAssociativeOrCommutative; NFCISanjay Patel2018-04-161-16/+11
* [InstCombine] simplify getBinOpsForFactorization(); NFCSanjay Patel2018-04-161-25/+15
* [InstCombine] simplify fneg+fadd folds; NFCSanjay Patel2018-04-161-17/+0
* [InstCombine] fix formatting; NFCSanjay Patel2018-04-161-4/+2
* [InstCombine] simplify more code for distributive property; NFCISanjay Patel2018-04-151-38/+20
* [InstCombine] simplify code for distributive property; NFCISanjay Patel2018-04-151-19/+3
* [InstCombine] Properly change GEP type when reassociating loop invariant GEP ...Daniel Neilson2018-04-051-3/+36
* [InstCombine] reassociate loop invariant GEP chains to enable LICMSebastian Pop2018-03-261-0/+17
* [InstCombine] reduce code duplication; NFCSanjay Patel2018-03-231-56/+49
* [InstCombine] improve variable name; NFCSanjay Patel2018-03-231-12/+10
* Fix a couple of layering violations in TransformsDavid Blaikie2018-03-211-1/+1
* [Transforms] Add missing header for InstructionCombining.cpp, in order to exp...Eugene Zelenko2018-03-061-0/+1
* [InstCombine] move constant check into foldBinOpIntoSelectOrPhi; NFCISanjay Patel2018-02-281-2/+3
* Adding a width of the GEP index to the Data Layout.Elena Demikhovsky2018-02-141-26/+31
* [InstCombine] Allow common type conversions to i8/i16/i32David Green2018-02-031-1/+9
* Revert commit rL323951David Green2018-02-011-6/+2
* [InstCombine] Allow common type conversions to i8/i16/i32David Green2018-02-011-2/+6
* [PM][InstCombine] fixing omission of AliasAnalysis in new-pass-manager's vers...Fedor Sergeev2017-12-141-2/+3
* [InstCombine] Salvage debug info during initial DCEReid Kleckner2017-11-151-0/+1
* [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko2017-10-241-15/+41
* Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.*Adam Nemet2017-10-091-1/+1
* [InstCombine] Gating select arithmetic optimization.Chad Rosier2017-09-271-2/+3
* Re-land r313825: "[IR] Add llvm.dbg.addr, a control-dependent version of llvm...Reid Kleckner2017-09-211-6/+7
OpenPOWER on IntegriCloud