summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DAGCombine] Factor oplist operations. NFCAmaury Séchet2019-12-021-6/+10
* [SelectionDAG] Reduce assumptions made about levels. NFCAmaury Séchet2019-12-021-7/+8
* [DAGCombiner] Peek through vector concats when trying to combine shuffles.Amaury Séchet2019-11-281-9/+42
* [Codegen][ARM] Add addressing modes from masked loads and storesDavid Green2019-11-261-68/+109
* [DAGCombiner] avoid crash on out-of-bounds insert index (PR44139)Sanjay Patel2019-11-251-0/+5
* Reland "[DAGCombiner] Allow zextended load combines."Clement Courbet2019-11-221-17/+59
* Revert "[DAGCombiner] Allow zextended load combines."Clement Courbet2019-11-221-56/+17
* [DAGCombiner] Allow zextended load combines.Clement Courbet2019-11-221-17/+56
* [PGO][PGSO] DAG.shouldOptForSize part.Hiroshi Yamauchi2019-11-211-2/+2
* [DAGCombine][NFC] Use ArrayRef and correctly size SmallVectors.Clement Courbet2019-11-211-3/+3
* [SelectionDAG] Combine U{ADD,SUB}O diamonds into {ADD,SUB}CARRYDavid Zarzycki2019-11-201-0/+99
* Work on cleaning up denormal mode handlingMatt Arsenault2019-11-191-3/+2
* DAG: Add function context to isFMAFasterThanFMulAndFAddMatt Arsenault2019-11-191-3/+3
* [SVE][CodeGen] Scalable vector MVT size queriesGraham Hunter2019-11-181-6/+8
* [DAGCombiner] Drop redundant DAG method param. NFCPaweł Bylica2019-11-141-4/+3
* [DAGCombiner] Use TLI field already available. NFCPaweł Bylica2019-11-141-3/+0
* [TargetLowering][DAGCombine][MSP430] Shift Amount Threshold in DAGCombine (4)joanlluch2019-11-131-5/+5
* [X86/Atomics] Correct a few transforms for new atomic loweringPhilip Reames2019-11-051-4/+3
* Fix PR40644: miscompile indexed FP constant storeThomas Preud'homme2019-11-051-0/+3
* [DAGCombine][MSP430] use shift amount threshold in DAGCombine (2/2)Sanjay Patel2019-11-041-36/+48
* DAG: Add DAG argument to isFPExtFoldableMatt Arsenault2019-10-311-14/+28
* DAG: Add new control for ISD::FMAD formationMatt Arsenault2019-10-311-2/+2
* [DAGCombiner] widen any_ext of popcount based on target supportSanjay Patel2019-10-281-11/+28
* [AArch64][SVE] Implement masked load intrinsicsKerry McLaughlin2019-10-281-0/+2
* [SDAG] fold insert_vector_elt with undef indexSanjay Patel2019-10-271-4/+0
* [DAGCombiner] widen zext of popcount based on target supportSanjay Patel2019-10-251-0/+12
* Fix cppcheck shadow variable warning. NFCI.Simon Pilgrim2019-10-241-6/+6
* [AArch64][SVE] Add SPLAT_VECTOR ISD NodeGraham Hunter2019-10-181-0/+7
* [DAGCombine][ARM] Enable extending masked loadsSam Parker2019-10-171-0/+39
* [X86] Make memcmp() use PTEST if possible and also enable AVX1David Zarzycki2019-10-151-1/+3
* [DAGCombiner] fold select-of-constants based on sign-bit testSanjay Patel2019-10-151-0/+43
* [DAGCombiner] fold vselect-of-constants to shiftSanjay Patel2019-10-111-0/+9
* [DAGCombiner] fold select-of-constants to shiftSanjay Patel2019-10-101-3/+12
* [DAGCombiner] reduce code duplication; NFCSanjay Patel2019-10-101-2/+4
* [DAGCombine] Match more patterns for half word bswapAmaury Sechet2019-10-101-29/+29
* Conservatively add volatility and atomic checks in a few placesPhilip Reames2019-10-091-1/+9
* [X86][AVX] Access a scalar float/double as a free extract from a broadcast lo...Simon Pilgrim2019-10-061-0/+5
* Revert [DAGCombine] Match more patterns for half word bswapSanjay Patel2019-10-061-29/+29
* [DAGCombine] Match more patterns for half word bswapAmaury Sechet2019-10-061-29/+29
* [DAGCombiner] add operation legality checks before creating shift ops (PR43542)Sanjay Patel2019-10-031-1/+6
* [DAG][X86] Convert isNegatibleForFree/GetNegatedExpression to a target hook (...Simon Pilgrim2019-10-011-276/+32
* [DAGCombiner] Clang format MatchRotate. NFCAmaury Sechet2019-09-301-4/+6
* [DAGCombiner] Update MatchRotate so that it returns an SDValue. NFCAmaury Sechet2019-09-301-22/+21
* [TargetLowering] Make allowsMemoryAccess methode virtual.Thomas Raoux2019-09-261-1/+1
* [DAGCombiner] add one-use restriction to vector transform with cheap extractSanjay Patel2019-09-251-1/+1
* Revert r372333: [DAG][X86] Convert isNegatibleForFree/GetNegatedExpression to...Ilya Biryukov2019-09-241-32/+276
* [DAG][X86] Convert isNegatibleForFree/GetNegatedExpression to a target hook (...Simon Pilgrim2019-09-191-276/+32
* [DAGCombiner] Add node to the worklist in topological order in scalarizeExtra...Amaury Sechet2019-09-191-3/+3
* [DAG] Add SelectionDAG::MaxRecursionDepth constantSimon Pilgrim2019-09-191-2/+3
* [DAGCombine][ARM][X86] (sub Carry, X) -> (addcarry (sub 0, X), 0, Carry) foldRoman Lebedev2019-09-181-0/+12
OpenPOWER on IntegriCloud