summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [DAGCombine] Don't assume integer-type legailty in reduceBuildVecConvertToCon...Hal Finkel2015-02-221-0/+5
* Add generic fmad DAG node.Matt Arsenault2015-02-201-95/+159
* [CodeGen] Use ArrayRef instead of std::vector&. NFC.Ahmed Bougacha2015-02-191-1/+1
* [x86,sdag] Two interrelated changes to the x86 and sdag code.Chandler Carruth2015-02-191-2/+4
* Canonicalize splats as build_vectors (PR22283)Sanjay Patel2015-02-171-13/+10
* Prefer SmallVector::append/insert over push_back loops.Benjamin Kramer2015-02-171-6/+2
* SelectionDAG: fold (fp_to_u/sint (s/uint_to_fp)) here tooMehdi Amini2015-02-161-2/+46
* [x86] Fix PR22377, a regression with the new vector shuffle legalityChandler Carruth2015-02-151-2/+3
* CodeGen: Canonicalize access to function attributes, NFCDuncan P. N. Exon Smith2015-02-141-12/+7
* MathExtras: Bring Count(Trailing|Leading)Ones and CountPopulation in line wit...Benjamin Kramer2015-02-121-1/+1
* [CodeGen] Don't blindly combine (fp_round (fp_round x)) to (fp_round x).Ahmed Bougacha2015-02-121-5/+10
* Fix SelectionDAG compile time issue with alias analysis.Jonas Paulsson2015-02-111-2/+5
* Two comment typo fixes in lib/CodeGen/SelectionDAG/DAGCombiner.cpp.Jonas Paulsson2015-02-101-2/+2
* [x86] Fix PR22524: the DAG combiner was incorrectly handling illegalChandler Carruth2015-02-101-13/+9
* [CodeGen] Add hook/combine to form vector extloads, enabled on X86.Ahmed Bougacha2015-02-051-12/+121
* Revert r227242 - Merge vector stores into wider vector stores (PR21711).Quentin Colombet2015-01-271-54/+30
* Merge vector stores into wider vector stores (PR21711)Sanjay Patel2015-01-271-30/+54
* merge consecutive stores of extracted vector elements (PR21711)Sanjay Patel2015-01-221-92/+162
* [DAGCombine] Produce better code for constant splatsMichael Kuperstein2015-01-221-1/+19
* Revert r226811, MSVC accepts code sane compilers don't.Michael Kuperstein2015-01-221-19/+1
* [DAGCombine] Produce better code for constant splatsMichael Kuperstein2015-01-221-1/+19
* Fixed a bug in type legalizer for masked load/store intrinsics.Elena Demikhovsky2015-01-221-6/+10
* Fixed a commentElena Demikhovsky2015-01-221-1/+1
* Fixed a bug in narrowing store operation.Elena Demikhovsky2015-01-221-2/+5
* DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))Tim Northover2015-01-211-0/+11
* Revert "DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))"Tim Northover2015-01-211-11/+0
* DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))Tim Northover2015-01-211-0/+11
* Improve DAG combine pass on certain IR vector patternsMehdi Amini2015-01-171-1/+14
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* DAG Combiner: Fold SelectCC When Cond is UNDEFMehdi Amini2015-01-141-4/+7
* DAGCombiner: simplify by using condition variables; NFCMatthias Braun2015-01-131-16/+12
* R600: Implement getRecipEstimateMatt Arsenault2015-01-131-1/+2
* Added TLI hook for isFPExtFree. Some of the FMA combine heuristics are now gu...Olivier Sallenave2015-01-131-63/+70
* Combine fcmp + select to fminnum / fmaxnum if no nans and legalMatt Arsenault2015-01-131-0/+59
* [DAGCombine] Remainder of fix to r225380 (More FMA folding opportunities)Hal Finkel2015-01-091-10/+24
* Partial fix to r225380 (More FMA folding opportunities)Hal Finkel2015-01-091-96/+95
* [SelectionDAG] Allow targets to specify legality of extloads' resultAhmed Bougacha2015-01-081-26/+29
* More FMA folding opportunities.Olivier Sallenave2015-01-071-1/+133
* Test commitOlivier Sallenave2015-01-071-0/+1
* Replace several 'assert(false' with 'llvm_unreachable' or fold a condition in...Craig Topper2015-01-051-1/+1
* Revert "merge consecutive stores of extracted vector elements"Alexey Samsonov2014-12-311-75/+4
* Always assert in DAGCombine and not only when -debug is enabledMehdi Amini2014-12-231-5/+6
* [DagCombine] Improve DAGCombiner BUILD_VECTOR when it has two sources of elem...Michael Kuperstein2014-12-231-12/+22
* merge consecutive stores of extracted vector elementsSanjay Patel2014-12-191-4/+75
* [DAGCombine] Slightly improve lowering of BUILD_VECTOR into a shuffle.Michael Kuperstein2014-12-171-11/+22
* Add target hook for whether it is profitable to reduce load widthsMatt Arsenault2014-12-121-0/+3
* Fix a few instances found in SelectionDAG where we were not handling F16 at p...Owen Anderson2014-12-091-2/+0
* [InstCombine] Minor optimization for bswap with binary opsSimon Pilgrim2014-12-041-0/+2
* Masked Load / Store Intrinsics - the CodeGen part.Elena Demikhovsky2014-12-041-0/+160
* Revert "Masked Vector Load and Store Intrinsics."Duncan P. N. Exon Smith2014-11-281-161/+0
OpenPOWER on IntegriCloud