| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+1 |
| * | [DebugInfo][If-Converter] Update call site info during the optimization | Nikola Prica | 2019-10-08 | 1 | -1/+1 |
| * | [AMDGPU] Prevent VGPR copies from moving across the EXEC mask definitions | Alexander Timofeev | 2019-08-21 | 1 | -1/+5 |
| * | [PeepholeOptimizer] Don't assume bitcast def always has input | Jinsong Ji | 2019-08-19 | 1 | -0/+5 |
| * | Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 2019-08-15 | 1 | -13/+13 |
| * | Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re... | Daniel Sanders | 2019-08-01 | 1 | -23/+21 |
| * | [Backend] Keep call site info valid through the backend | Djordje Todorovic | 2019-06-27 | 1 | -0/+2 |
| * | [Peephole] Allow folding loads into instructions w/multiple uses (such as tes... | Philip Reames | 2019-06-25 | 1 | -3/+3 |
| * | Allow target to handle STRICT floating-point nodes | Ulrich Weigand | 2019-06-05 | 1 | -1/+1 |
| * | [PeepholeOpt] Don't stop simplifying copies on sequence of subregs | Quentin Colombet | 2019-03-27 | 1 | -6/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -22/+27 |
| * | [DebugInfo] Examine all uses of isDebugValue() for debug instructions. | Shiva Chen | 2018-05-09 | 1 | -2/+2 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -14/+14 |
| * | PeepholeOpt cleanup/refactor; NFC | Matthias Braun | 2018-01-11 | 1 | -440/+370 |
| * | PeepholeOptimizer: Fix for vregs without defs | Matthias Braun | 2018-01-11 | 1 | -3/+16 |
| * | PeepholeOptimizer: Do not form PHI with subreg arguments | Matthias Braun | 2018-01-11 | 1 | -22/+19 |
| * | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -1/+1 |
| * | [CodeGen] Print "%vreg0" as "%0" in both MIR and debug output | Francis Visoiu Mistrih | 2017-11-30 | 1 | -10/+10 |
| * | [CodeGen] Print register names in lowercase in both MIR and debug output | Francis Visoiu Mistrih | 2017-11-28 | 1 | -4/+4 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -3/+3 |
| * | Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering | David Blaikie | 2017-11-08 | 1 | -1/+1 |
| * | [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa... | Eugene Zelenko | 2017-09-11 | 1 | -20/+39 |
| * | Remove redundant copy in recurrences | Taewook Oh | 2017-06-29 | 1 | -3/+167 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | PeepholeOptimizer: Do not replace SubregToReg(bitcast like) | Matthias Braun | 2017-01-09 | 1 | -1/+10 |
| * | Extract LaneBitmask into a separate type | Krzysztof Parzyszek | 2016-12-15 | 1 | -2/+2 |
| * | [peephole] Enhance folding logic to work for STATEPOINTs | Philip Reames | 2016-12-13 | 1 | -9/+19 |
| * | Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot... | Eugene Zelenko | 2016-08-25 | 1 | -4/+21 |
| * | PeepholeOptimizer: Make pass name match DEBUG_TYPE | Matt Arsenault | 2016-07-08 | 1 | -2/+2 |
| * | Fixed warning caused by r274402. | Eric Liu | 2016-07-04 | 1 | -5/+5 |
| * | PeepholeOptimizer: Relax assert | Matt Arsenault | 2016-07-01 | 1 | -2/+4 |
| * | CodeGen: Use MachineInstr& in TargetInstrInfo, NFC | Duncan P. N. Exon Smith | 2016-06-30 | 1 | -10/+8 |
| * | Re-commit optimization bisect support (r267022) without new pass manager supp... | Andrew Kaylor | 2016-04-22 | 1 | -1/+1 |
| * | Revert "Initial implementation of optimization bisect support." | Vedant Kumar | 2016-04-22 | 1 | -1/+1 |
| * | Initial implementation of optimization bisect support. | Andrew Kaylor | 2016-04-21 | 1 | -1/+1 |
| * | fix formatting; NFC | Sanjay Patel | 2015-12-29 | 1 | -11/+10 |
| * | use range-based for-loop; NFCI | Sanjay Patel | 2015-12-29 | 1 | -8/+6 |
| * | don't repeat function names in comments; NFC | Sanjay Patel | 2015-12-29 | 1 | -14/+13 |
| * | PeepholeOptimizer: Ignore dead implicit defs | Dan Gohman | 2015-12-10 | 1 | -0/+6 |
| * | CodeGen peephole: fold redundant phys reg copies | JF Bastien | 2015-12-03 | 1 | -12/+132 |
| * | Refactor: Simplify boolean conditional return statements in lib/CodeGen. | Rafael Espindola | 2015-10-24 | 1 | -4/+1 |
| * | PeepholeOptimizer: Remove redundant copies | Matt Arsenault | 2015-09-25 | 1 | -0/+79 |
| * | Introduce target hook for optimizing register copies | Matt Arsenault | 2015-09-24 | 1 | -34/+2 |
| * | Remove dead declaration | Matt Arsenault | 2015-09-24 | 1 | -1/+0 |
| * | Fix typos / grammar | Matt Arsenault | 2015-09-09 | 1 | -26/+26 |
| * | Make helper functions static. NFC. | Benjamin Kramer | 2015-08-20 | 1 | -1/+1 |
| * | [PeepholeOptimizer] Look through PHIs to find additional register sources | Bruno Cardoso Lopes | 2015-08-19 | 1 | -85/+285 |
| * | Revert "[PeepholeOptimizer] Look through PHIs to find additional register sou... | Bruno Cardoso Lopes | 2015-08-19 | 1 | -288/+85 |
| * | [PeepholeOptimizer] Look through PHIs to find additional register sources | Bruno Cardoso Lopes | 2015-08-19 | 1 | -85/+288 |