summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Revert r313825: "[IR] Add llvm.dbg.addr, a control-dependent version of llvm....Daniel Jasper2017-09-211-7/+6
* [IR] Add llvm.dbg.addr, a control-dependent version of llvm.dbg.declareReid Kleckner2017-09-201-6/+7
* [InstCombine] Add select simplificationsQuentin Colombet2017-09-201-28/+28
* [InstCombine] Add a flag to disable LowerDbgDeclareReid Kleckner2017-09-131-1/+30
* [InstCombine] Fold branches with irrelevant conditions to a constant.Davide Italiano2017-08-231-4/+3
* Remove checks for debug info intrinsics in use lists, NFCReid Kleckner2017-08-141-2/+0
* [InstCombine] Add a DEBUG_COUNTER to InstCombine to limit how many instructio...Craig Topper2017-08-101-0/+6
* Migrate SimplifyLibCalls to new OptimizationRemarkEmitterAdam Nemet2017-07-261-10/+14
* [InstCombine] Improve the expansion in SimplifyUsingDistributiveLaws to handl...Craig Topper2017-07-151-20/+56
* [IR] Add Type::isIntOrIntVectorTy(unsigned) similar to the existing isInteger...Craig Topper2017-07-091-1/+1
* [InstCombine] Make InstCombine's IRBuilder be passed by reference everywhereCraig Topper2017-07-071-73/+73
* [InstCombine] Change a couple helper functions to only take the IRBuilder as ...Craig Topper2017-07-061-9/+10
* [InstCombine] Remove Builder argument from InstCombiner::tryFactorization. NFCCraig Topper2017-07-061-5/+4
* [InstCombine] Retain TBAA when narrowing memory accessesKeno Fischer2017-06-281-1/+7
* [InstCombine] Make sure AddReachableCodeToWorklist sets MadeIRChangeBjorn Pettersson2017-06-191-0/+2
* [InstCombine] Set correct insertion point for selects generated while folding...Anna Thomas2017-06-161-1/+11
* [InstCombine] Pass a proper context instruction to all of the calls into Inst...Craig Topper2017-06-091-17/+26
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [InstCombine] Teach isAllocSiteRemovable to look through addrspacecastsArtur Pilipenko2017-05-251-1/+3
* [ValueTracking] Convert most of the calls to computeKnownBits to use the vers...Craig Topper2017-05-241-10/+5
* [InstCombine] add isCanonicalPredicate() helper function and use it; NFCISanjay Patel2017-05-171-31/+11
* In debug builds non-trivial amount of time is spent in InstCombine processingDmitry Mikulin2017-05-161-1/+4
* [InstCombine] use m_OneUse to reduce code; NFCISanjay Patel2017-05-151-6/+7
* [InstCombine] Prevent InstCombine from triggering an extra iteration if somet...Craig Topper2017-05-131-5/+4
* [KnownBits] Add bit counting methods to KnownBits struct and use them where p...Craig Topper2017-05-121-2/+2
* [KnownBits] Add methods for determining if KnownBits is a constant valueCraig Topper2017-05-031-4/+4
* Rename WeakVH to WeakTrackingVH; NFCSanjoy Das2017-05-011-4/+4
* InstCombine: Use the new SimplifyQuery versions of Simplify*. Use AssumptionC...Daniel Berlin2017-04-261-26/+24
* [ValueTracking] Introduce a KnownBits struct to wrap the two APInts for compu...Craig Topper2017-04-261-14/+13
* Reverts commit r301424, r301425 and r301426Sanjoy Das2017-04-261-4/+4
* Rename WeakVH to WeakTrackingVH; NFCSanjoy Das2017-04-261-4/+4
* [InstCombine] Remove redundant code from SimplifyUsingDistributiveLawsCraig Topper2017-04-251-16/+0
* [APInt] Cast calls to add/sub/mul overflow methods to void if only their over...Craig Topper2017-04-191-2/+2
* [InstCombine] Support folding a subtract with a constant LHS into a phi nodeCraig Topper2017-04-141-16/+27
OpenPOWER on IntegriCloud