| Commit message (Expand) | Author | Age | Files | Lines |
| * | [SelectionDAG] Add support for BITREVERSE constant folding | Simon Pilgrim | 2017-01-16 | 2 | -0/+8 |
| * | Reverted: Track validity of pass results | Serge Pavlov | 2017-01-15 | 2 | -4/+2 |
| * | Revert "[GlobalISel] track predecessor mapping during switch lowering." | Daniel Jasper | 2017-01-15 | 1 | -39/+16 |
| * | GlobalISel: Abort in ResetMachineFunctionPass if fallback isn't enabled | Justin Bogner | 2017-01-13 | 2 | -5/+13 |
| * | [GlobalISel] track predecessor mapping during switch lowering. | Tim Northover | 2017-01-13 | 1 | -16/+39 |
| * | [CodeGen] Simplify getRecipEstimateForFunc | David Majnemer | 2017-01-13 | 1 | -5/+1 |
| * | Check for register clobbers when merging a vreg live range with a | James Y Knight | 2017-01-13 | 1 | -8/+8 |
| * | Remove unused lambda captures. NFC | Malcolm Parsons | 2017-01-13 | 2 | -3/+2 |
| * | Apply clang-tidy's performance-unnecessary-value-param to LLVM. | Benjamin Kramer | 2017-01-13 | 5 | -9/+9 |
| * | [CodeGen] Rename MachineInstrBuilder::addOperand. NFC | Diana Picus | 2017-01-13 | 9 | -15/+15 |
| * | Track validity of pass results | Serge Pavlov | 2017-01-13 | 2 | -2/+4 |
| * | [globalisel] Move as much RegisterBank initialization to the constructor as p... | Daniel Sanders | 2017-01-12 | 2 | -13/+9 |
| * | [globalisel] Initialize RegisterBanks with static data. | Daniel Sanders | 2017-01-12 | 2 | -102/+8 |
| * | [CodeView] Finish decoupling TypeDatabase from TypeDumper. | Zachary Turner | 2017-01-11 | 1 | -3/+5 |
| * | Revert "CodeGen: Allow small copyable blocks to "break" the CFG." | Kyle Butt | 2017-01-11 | 1 | -52/+7 |
| * | GlobalISel: only print debug info with -debug. NFC. | Tim Northover | 2017-01-11 | 1 | -1/+1 |
| * | Revert r291645 "[DAGCombiner] Teach DAG combiner to fold (vselect (N0 xor All... | Craig Topper | 2017-01-11 | 1 | -9/+0 |
| * | [DAGCombiner] Teach DAG combiner to fold (vselect (N0 xor AllOnes), N1, N2) -... | Craig Topper | 2017-01-11 | 1 | -0/+9 |
| * | DAGCombiner: Add hasOneUse checks to fadd/fma combine | Matt Arsenault | 2017-01-11 | 1 | -3/+6 |
| * | [Target] Fix some Clang-tidy modernize and Include What You Use warnings; oth... | Eugene Zelenko | 2017-01-11 | 1 | -3/+16 |
| * | [RegBankSelect] Improve the output of the debug messages. | Quentin Colombet | 2017-01-11 | 1 | -7/+32 |
| * | [CodeView/PDB] Rename a bunch of files. | Zachary Turner | 2017-01-11 | 1 | -1/+1 |
| * | [CodeView] Add TypeDatabase class. | Zachary Turner | 2017-01-11 | 1 | -0/+1 |
| * | CodeGen: Allow small copyable blocks to "break" the CFG. | Kyle Butt | 2017-01-10 | 1 | -7/+52 |
| * | Remove unused CONVERT_RNDSAT intrinsics | Matt Arsenault | 2017-01-10 | 6 | -213/+2 |
| * | DAG: Avoid OOB when legalizing vector indexing | Matt Arsenault | 2017-01-10 | 5 | -52/+57 |
| * | DebugInfo: support for DW_FORM_implicit_const | Victor Leschuk | 2017-01-10 | 2 | -1/+17 |
| * | [mips] Fix Mips MSA instrinsics | Simon Dardis | 2017-01-10 | 1 | -2/+2 |
| * | [DAGCombiner] Merge together duplicate checks for folding fold (select C, 1, ... | Craig Topper | 2017-01-10 | 1 | -10/+4 |
| * | [DAGCombiner] Remove code for optimizing select (xor Cond, 0), X, Y -> select... | Craig Topper | 2017-01-10 | 1 | -4/+0 |
| * | [CodeGen] Implement the SUnit::print() method | Evandro Menezes | 2017-01-10 | 1 | -9/+9 |
| * | PeepholeOptimizer: Do not replace SubregToReg(bitcast like) | Matthias Braun | 2017-01-09 | 1 | -1/+10 |
| * | MachineInstr: Print name for subreg index in SUBREG_TO_REG | Matthias Braun | 2017-01-09 | 1 | -1/+2 |
| * | In the below scenario, we must be able to skip the a DBG_VALUE instruction and | Sumanth Gundapaneni | 2017-01-09 | 1 | -3/+8 |
| * | [SelectionDAG] Fix in legalization of UMAX/SMAX/UMIN/SMIN. Solves PR31486. | Bjorn Pettersson | 2017-01-09 | 1 | -2/+2 |
| * | [globalisel] Stop requiring -debug/-debug-only=registerbankinfo for assertions. | Daniel Sanders | 2017-01-06 | 1 | -6/+7 |
| * | [SelectionDAG] Rework lowerRangeToAssertZExt | David Majnemer | 2017-01-06 | 1 | -6/+11 |
| * | [SelectionDAG] Correctly transform range metadata to AssertZExt | David Majnemer | 2017-01-06 | 1 | -1/+1 |
| * | PR 31534: When emitting both DWARF unwind tables and debug information, | Joerg Sonnenberger | 2017-01-05 | 3 | -3/+26 |
| * | CodeGen: Assert that liveness is up to date when reading block live-ins. | Matthias Braun | 2017-01-05 | 5 | -35/+47 |
| * | [GlobalISel] Add support for address-taken basic blocks | Kristof Beyls | 2017-01-05 | 1 | -1/+4 |
| * | [GlobalISel] Add support for switch statements | Kristof Beyls | 2017-01-05 | 1 | -0/+39 |
| * | MC: support passing search paths to the IAS | Saleem Abdulrasool | 2017-01-05 | 1 | -0/+2 |
| * | [Legalizer] Fix fp-to-uint to fp-tosint promotion assertion. | Tim Shen | 2017-01-04 | 1 | -1/+5 |
| * | The patch fixes (base, index, offset) match. | Evgeny Stupachenko | 2017-01-04 | 1 | -9/+9 |
| * | Fix for InlineSpiller accessing not updated dom tree base information. | Bjorn Pettersson | 2017-01-04 | 1 | -4/+4 |
| * | [CodeGen] Further simplify returned call operand logic. NFC. | Ahmed Bougacha | 2017-01-03 | 1 | -8/+2 |
| * | [CodeGen] Simplify logic that looks for returned call operands. NFC-ish. | Ahmed Bougacha | 2017-01-03 | 1 | -22/+10 |
| * | [XRay] Merge instrumentation point table emission code into AsmPrinter. | Dean Michael Berris | 2017-01-03 | 1 | -0/+57 |
| * | Emit .cfi_sections before the first .cfi_startproc | Joerg Sonnenberger | 2017-01-02 | 3 | -19/+17 |