summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] Fix a trivial type conversion bug dating back to pre-2008James Molloy2016-08-191-1/+1
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-176-15/+14
* Fix bug in DAGBuilder for getelementptr with expanded vector.Ayman Musa2016-08-171-1/+2
* First commit (test commit) - Adding empty line.Ayman Musa2016-08-171-0/+1
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-173-4/+5
* [x86] Refactor a PowerPC specific ctlz/srl transformation (NFC).Pierre Gousseau2016-08-161-0/+25
* Fix typo in lowering for fp128 ueq.Eli Friedman2016-08-151-1/+1
* Local variables whose address is taken and passed on to a call are described Wolfgang Pieb2016-08-152-4/+33
* ADT: Remove all ilist_iterator => pointer casts, NFCDuncan P. N. Exon Smith2016-08-121-2/+2
* Use the range variant of find instead of unpacking begin/endDavid Majnemer2016-08-115-11/+7
* Use range algorithms instead of unpacking begin/endDavid Majnemer2016-08-113-7/+6
* [DAGCombine] Avoid INSERT_SUBVECTOR reinsertions (PR28678)Simon Pilgrim2016-08-101-1/+10
* [DAGCombiner] Better support for shifting large value type by constantsSimon Pilgrim2016-08-091-17/+42
* [SelectionDAG] Refactor visitInlineAsm a bit. NFCI.Diana Picus2016-08-081-151/+198
* [X86] Heuristic to selectively build Newton-Raphson SQRT estimationNikolai Bozhenov2016-08-041-2/+6
* Typo fix in comment. NFCDiana Picus2016-08-041-1/+1
* Disable shrinking of SNaN constantsElliot Colp2016-08-031-11/+17
* [DAGCombine] Make sext(setcc) combine respect getBooleanContentsMichael Kuperstein2016-08-012-9/+33
* DAG: avoid duplicated truncating for sign extended operandWeiming Zhao2016-07-291-8/+10
* Recommitting r275284: add support to inline __builtin_mempcpyAndrew Kaylor2016-07-292-0/+48
* Cleanup TransferDbgValuesNirav Dave2016-07-291-2/+9
* Fix DbgValue handling in SelectionDAG.Nirav Dave2016-07-281-2/+3
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-288-60/+59
* [DAGCombiner] Use APInt directly to detect out of range shift constantsSimon Pilgrim2016-07-271-3/+3
* Reverting r276771 due to MSan failures.Andrew Kaylor2016-07-272-48/+0
* Re-committing r275284: add support to inline __builtin_mempcpyAndrew Kaylor2016-07-262-0/+48
* [SelectionDAG] Optimization of BITREVERSE legalization for power-of-2 integer...Simon Pilgrim2016-07-221-3/+46
* [FastISel] Ignore @llvm.assume.Ahmed Bougacha2016-07-221-0/+2
* AVX-512: Fixed BT instruction selection.Elena Demikhovsky2016-07-191-0/+4
* [X86] Accept SELECT op code for x86-64 fp128 typeChih-Hung Hsieh2016-07-181-0/+1
* [inlineasm] Propagate operand constraints to the backendSimon Dardis2016-07-181-3/+3
* [SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore,...Justin Lebar2016-07-1512-607/+462
* [CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp...Justin Lebar2016-07-153-11/+9
* Fix copy/paste bug in r275340.Michael Kuperstein2016-07-131-1/+1
* [DAG] Correctly chain masked loadsMichael Kuperstein2016-07-131-9/+8
* Reverting r275284 due to platform-specific test failuresAndrew Kaylor2016-07-132-47/+0
* Fix for Bug 26903, adds support to inline __builtin_mempcpyAndrew Kaylor2016-07-132-0/+47
* fix documentation comments; NFCSanjay Patel2016-07-111-42/+7
* [DAG] make isConstantSplatVector() available to the rest of loweringSanjay Patel2016-07-102-32/+25
* fix documentation comments; NFCSanjay Patel2016-07-101-11/+3
* reformat, fix comments/names; NFCISanjay Patel2016-07-101-27/+22
* Give helper classes/functions internal linkage. NFC.Benjamin Kramer2016-07-101-1/+1
* fix documentation comments; NFCSanjay Patel2016-07-093-159/+143
* Reapply r274829 with fix for FP vectorsMatt Arsenault2016-07-081-2/+4
* Revert r274829, it caused PR28472.Nico Weber2016-07-081-1/+1
* SelectionDAG: Avoid implicit iterator conversions in SelectionDAGBuilder, NFCDuncan P. N. Exon Smith2016-07-081-1/+2
* SelectionDAG: Avoid implicit iterator conversions in SelectionDAGISel, NFCDuncan P. N. Exon Smith2016-07-081-8/+8
* SelectionDAG: Avoid implicit iterator conversions in ScheduleDAGSDNodes, NFCDuncan P. N. Exon Smith2016-07-081-1/+1
* SelectionDAG: Avoid implicit iterator conversions in FastISel, NFCDuncan P. N. Exon Smith2016-07-081-3/+4
* Do not expand SDIV when compiling for minimum code sizeSjoerd Meijer2016-07-081-0/+5
OpenPOWER on IntegriCloud