summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [DAGCombiner] Match load by bytes idiom and fold it into a single load. Attem...Artur Pilipenko2017-01-251-0/+268
* DAG: Recognize no-signed-zeros-fp-math attributeMatt Arsenault2017-01-251-1/+2
* DAGCombiner: Allow negating ConstantFP after legalizeMatt Arsenault2017-01-251-4/+10
* DAG: Don't fold vector extract into load if target doesn't want toMatt Arsenault2017-01-231-0/+5
* [SelectionDAG] Add support for BITREVERSE constant foldingSimon Pilgrim2017-01-161-0/+4
* Apply clang-tidy's performance-unnecessary-value-param to LLVM.Benjamin Kramer2017-01-131-4/+4
* Revert r291645 "[DAGCombiner] Teach DAG combiner to fold (vselect (N0 xor All...Craig Topper2017-01-111-9/+0
* [DAGCombiner] Teach DAG combiner to fold (vselect (N0 xor AllOnes), N1, N2) -...Craig Topper2017-01-111-0/+9
* DAGCombiner: Add hasOneUse checks to fadd/fma combineMatt Arsenault2017-01-111-3/+6
* [DAGCombiner] Merge together duplicate checks for folding fold (select C, 1, ...Craig Topper2017-01-101-10/+4
* [DAGCombiner] Remove code for optimizing select (xor Cond, 0), X, Y -> select...Craig Topper2017-01-101-4/+0
* The patch fixes (base, index, offset) match.Evgeny Stupachenko2017-01-041-9/+9
* Make the canonicalisation on shifts benifit to more case.Zijiao Ma2016-12-231-9/+13
* Change the interface of TLI.isMultiStoresCheaperThanBitsMerge.Wei Mi2016-12-221-2/+9
* Add extra headers that got deleted by my revert in r289916 but for whichChandler Carruth2016-12-161-1/+2
* Revert patch series introducing the DAG combine to match a load-by-bytesChandler Carruth2016-12-161-283/+0
* Don't combine splats with other shuffles.Eli Friedman2016-12-151-0/+5
* Don't combine a shuffle of two BUILD_VECTORs with duplicate elements.Eli Friedman2016-12-151-10/+23
* [DAG] allow more select folding for targets that have 'and not' (PR31175)Sanjay Patel2016-12-141-6/+26
* Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave2016-12-141-228/+278
* In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave2016-12-141-278/+228
* [DAGCombiner] Try to use SelectionDAG::isKnownToBeAPowerOfTwo instead of just...Simon Pilgrim2016-12-141-28/+47
* Add a couple of assertions to the load combine code introduced by r289538Artur Pilipenko2016-12-141-1/+5
* Use more detailed assertion messages in the code introduced by r289538Artur Pilipenko2016-12-131-4/+8
* Fix a buildbot failure introduced by r289538Artur Pilipenko2016-12-131-2/+1
* [DAGCombiner] Match load by bytes idiom and fold it into a single loadArtur Pilipenko2016-12-131-0/+276
* Move BaseIndexOffset in DAGCombiner.cpp so it will be available for the upcom...Artur Pilipenko2016-12-131-104/+104
* Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave2016-12-091-141/+275
* In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave2016-12-091-275/+141
* [DAGCombine] Add (sext_in_reg (zext x)) -> (sext x) combineSimon Pilgrim2016-12-061-0/+9
* [DAGCombiner] do not fold (fmul (fadd X, 1), Y) -> (fmad X, Y, Y) by defaultNicolai Haehnle2016-12-021-5/+11
* [SelectionDAG] Rename and clarify visitFMULForFMADCombine (NFC)Nicolai Haehnle2016-12-011-4/+6
* Test commit. Comment changes. NFC.Warren Ristow2016-11-291-5/+5
* [DAG] clean up foldSelectCCToShiftAnd(); NFCISanjay Patel2016-11-281-35/+35
* [DAG] add helper function for selectcc --> and+shift transforms; NFCSanjay Patel2016-11-281-42/+51
* Revert "[DAG] Improve loads-from-store forwarding to handle TokenFactor"Nirav Dave2016-11-281-13/+2
* Use SDValue helpers instead of explicitly going via SDValue::getNode(). NFCISimon Pilgrim2016-11-251-7/+7
* [DAGCombine] Teach DAG combine that if both inputs of a vselect are the same,...Craig Topper2016-11-241-0/+4
* [DAG] Improve loads-from-store forwarding to handle TokenFactorNirav Dave2016-11-231-2/+13
* [DAGCombiner] Fix infinite loop in vector mul/shl combiningJohn Brawn2016-11-231-6/+6
* Type legalization for compressstore and expandload intrinsics. Elena Demikhovsky2016-11-231-16/+13
* Fix spelling mistakes in SelectionDAG comments. NFC.Simon Pilgrim2016-11-201-2/+2
* DAGCombiner: fix combine of trunc and selectAsaf Badouh2016-11-151-1/+1
* [DAG Combiner] Fix the native computation of the Newton series for reciprocalsEvandro Menezes2016-11-101-28/+30
* Use common SDLoc. NFCI.Simon Pilgrim2016-11-101-3/+3
* [DAGCombiner] Correctly extract the ConstOrConstSplat shift value for SHL nodesSimon Pilgrim2016-11-101-3/+2
* DAGCombiner: fix use-after-free when merging consecutive storesNicolai Haehnle2016-11-031-18/+22
* Expandload and Compressstore intrinsicsElena Demikhovsky2016-11-031-2/+2
* [DAG] x | x --> xSanjay Patel2016-10-301-0/+4
* [DAG] x & x --> xSanjay Patel2016-10-301-0/+4
OpenPOWER on IntegriCloud