| Commit message (Expand) | Author | Age | Files | Lines |
| * | [CodeGen] Fix a trivial type conversion bug dating back to pre-2008 | James Molloy | 2016-08-19 | 1 | -1/+1 |
| * | Replace a few more "fall through" comments with LLVM_FALLTHROUGH | Justin Bogner | 2016-08-17 | 6 | -15/+14 |
| * | Fix bug in DAGBuilder for getelementptr with expanded vector. | Ayman Musa | 2016-08-17 | 1 | -1/+2 |
| * | First commit (test commit) - Adding empty line. | Ayman Musa | 2016-08-17 | 1 | -0/+1 |
| * | Replace "fallthrough" comments with LLVM_FALLTHROUGH | Justin Bogner | 2016-08-17 | 3 | -4/+5 |
| * | [x86] Refactor a PowerPC specific ctlz/srl transformation (NFC). | Pierre Gousseau | 2016-08-16 | 1 | -0/+25 |
| * | Fix typo in lowering for fp128 ueq. | Eli Friedman | 2016-08-15 | 1 | -1/+1 |
| * | Local variables whose address is taken and passed on to a call are described | Wolfgang Pieb | 2016-08-15 | 2 | -4/+33 |
| * | ADT: Remove all ilist_iterator => pointer casts, NFC | Duncan P. N. Exon Smith | 2016-08-12 | 1 | -2/+2 |
| * | Use the range variant of find instead of unpacking begin/end | David Majnemer | 2016-08-11 | 5 | -11/+7 |
| * | Use range algorithms instead of unpacking begin/end | David Majnemer | 2016-08-11 | 3 | -7/+6 |
| * | [DAGCombine] Avoid INSERT_SUBVECTOR reinsertions (PR28678) | Simon Pilgrim | 2016-08-10 | 1 | -1/+10 |
| * | [DAGCombiner] Better support for shifting large value type by constants | Simon Pilgrim | 2016-08-09 | 1 | -17/+42 |
| * | [SelectionDAG] Refactor visitInlineAsm a bit. NFCI. | Diana Picus | 2016-08-08 | 1 | -151/+198 |
| * | [X86] Heuristic to selectively build Newton-Raphson SQRT estimation | Nikolai Bozhenov | 2016-08-04 | 1 | -2/+6 |
| * | Typo fix in comment. NFC | Diana Picus | 2016-08-04 | 1 | -1/+1 |
| * | Disable shrinking of SNaN constants | Elliot Colp | 2016-08-03 | 1 | -11/+17 |
| * | [DAGCombine] Make sext(setcc) combine respect getBooleanContents | Michael Kuperstein | 2016-08-01 | 2 | -9/+33 |
| * | DAG: avoid duplicated truncating for sign extended operand | Weiming Zhao | 2016-07-29 | 1 | -8/+10 |
| * | Recommitting r275284: add support to inline __builtin_mempcpy | Andrew Kaylor | 2016-07-29 | 2 | -0/+48 |
| * | Cleanup TransferDbgValues | Nirav Dave | 2016-07-29 | 1 | -2/+9 |
| * | Fix DbgValue handling in SelectionDAG. | Nirav Dave | 2016-07-28 | 1 | -2/+3 |
| * | MachineFunction: Return reference for getFrameInfo(); NFC | Matthias Braun | 2016-07-28 | 8 | -60/+59 |
| * | [DAGCombiner] Use APInt directly to detect out of range shift constants | Simon Pilgrim | 2016-07-27 | 1 | -3/+3 |
| * | Reverting r276771 due to MSan failures. | Andrew Kaylor | 2016-07-27 | 2 | -48/+0 |
| * | Re-committing r275284: add support to inline __builtin_mempcpy | Andrew Kaylor | 2016-07-26 | 2 | -0/+48 |
| * | [SelectionDAG] Optimization of BITREVERSE legalization for power-of-2 integer... | Simon Pilgrim | 2016-07-22 | 1 | -3/+46 |
| * | [FastISel] Ignore @llvm.assume. | Ahmed Bougacha | 2016-07-22 | 1 | -0/+2 |
| * | AVX-512: Fixed BT instruction selection. | Elena Demikhovsky | 2016-07-19 | 1 | -0/+4 |
| * | [X86] Accept SELECT op code for x86-64 fp128 type | Chih-Hung Hsieh | 2016-07-18 | 1 | -0/+1 |
| * | [inlineasm] Propagate operand constraints to the backend | Simon Dardis | 2016-07-18 | 1 | -3/+3 |
| * | [SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore,... | Justin Lebar | 2016-07-15 | 12 | -607/+462 |
| * | [CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp... | Justin Lebar | 2016-07-15 | 3 | -11/+9 |
| * | Fix copy/paste bug in r275340. | Michael Kuperstein | 2016-07-13 | 1 | -1/+1 |
| * | [DAG] Correctly chain masked loads | Michael Kuperstein | 2016-07-13 | 1 | -9/+8 |
| * | Reverting r275284 due to platform-specific test failures | Andrew Kaylor | 2016-07-13 | 2 | -47/+0 |
| * | Fix for Bug 26903, adds support to inline __builtin_mempcpy | Andrew Kaylor | 2016-07-13 | 2 | -0/+47 |
| * | fix documentation comments; NFC | Sanjay Patel | 2016-07-11 | 1 | -42/+7 |
| * | [DAG] make isConstantSplatVector() available to the rest of lowering | Sanjay Patel | 2016-07-10 | 2 | -32/+25 |
| * | fix documentation comments; NFC | Sanjay Patel | 2016-07-10 | 1 | -11/+3 |
| * | reformat, fix comments/names; NFCI | Sanjay Patel | 2016-07-10 | 1 | -27/+22 |
| * | Give helper classes/functions internal linkage. NFC. | Benjamin Kramer | 2016-07-10 | 1 | -1/+1 |
| * | fix documentation comments; NFC | Sanjay Patel | 2016-07-09 | 3 | -159/+143 |
| * | Reapply r274829 with fix for FP vectors | Matt Arsenault | 2016-07-08 | 1 | -2/+4 |
| * | Revert r274829, it caused PR28472. | Nico Weber | 2016-07-08 | 1 | -1/+1 |
| * | SelectionDAG: Avoid implicit iterator conversions in SelectionDAGBuilder, NFC | Duncan P. N. Exon Smith | 2016-07-08 | 1 | -1/+2 |
| * | SelectionDAG: Avoid implicit iterator conversions in SelectionDAGISel, NFC | Duncan P. N. Exon Smith | 2016-07-08 | 1 | -8/+8 |
| * | SelectionDAG: Avoid implicit iterator conversions in ScheduleDAGSDNodes, NFC | Duncan P. N. Exon Smith | 2016-07-08 | 1 | -1/+1 |
| * | SelectionDAG: Avoid implicit iterator conversions in FastISel, NFC | Duncan P. N. Exon Smith | 2016-07-08 | 1 | -3/+4 |
| * | Do not expand SDIV when compiling for minimum code size | Sjoerd Meijer | 2016-07-08 | 1 | -0/+5 |