| Commit message (Expand) | Author | Age | Files | Lines |
| * | [MCP] Add stats for backward copy propagation. NFC. | Kai Luo | 2019-12-30 | 1 | -1/+5 |
| * | Reland [MachineCopyPropagation] Extend MCP to do trivial copy backward propag... | Kai Luo | 2019-12-05 | 1 | -5/+217 |
| * | Revert "[MachineCopyPropagation] Extend MCP to do trivial copy backward propa... | Kai Luo | 2019-12-05 | 1 | -211/+5 |
| * | [MachineCopyPropagation] Extend MCP to do trivial copy backward propagation | Kai Luo | 2019-12-05 | 1 | -5/+211 |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+1 |
| * | MCP: Fixed bug with dest overlapping copy source | Tim Renouf | 2019-11-12 | 1 | -0/+9 |
| * | Revert "[MachineCopyPropagation] Remove redundant copies after TailDup via ma... | Dmitri Gribenko | 2019-09-09 | 1 | -65/+0 |
| * | [MachineCopyPropagation] Remove redundant copies after TailDup via machine-cp | Kai Luo | 2019-09-09 | 1 | -0/+65 |
| * | Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 2019-08-15 | 1 | -17/+17 |
| * | [DebugInfo] MCP: collect and update DBG_VALUEs encountered in local block | Jeremy Morse | 2019-08-14 | 1 | -12/+26 |
| * | Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re... | Daniel Sanders | 2019-08-01 | 1 | -3/+3 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Reapply "[MachineCopyPropagation] Reimplement CopyTracker in terms of registe... | Justin Bogner | 2018-10-22 | 1 | -58/+69 |
| * | [DebugInfo][Dexter] Incorrect DBG_VALUE after MCP dead copy instruction removal. | Carlos Alberto Enciso | 2018-10-01 | 1 | -0/+5 |
| * | Revert r342942 "[MachineCopyPropagation] Reimplement CopyTracker in terms of ... | Hans Wennborg | 2018-09-27 | 1 | -58/+54 |
| * | [MachineCopyPropagation] Reimplement CopyTracker in terms of register units | Justin Bogner | 2018-09-25 | 1 | -54/+58 |
| * | [MachineCopyPropagation] Rework how we manage RegMask clobbers | Justin Bogner | 2018-09-25 | 1 | -35/+23 |
| * | [MachineCopyPropagation] Refactor copy tracking into a class. NFC | Justin Bogner | 2018-09-21 | 1 | -99/+133 |
| * | [MachineCopyPropagation] Minor clang-formatting. NFC | Justin Bogner | 2018-09-21 | 1 | -37/+37 |
| * | [CodeGen] Ignore debug uses in MachineCopyPropagation | Krzysztof Parzyszek | 2018-07-11 | 1 | -1/+1 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -16/+18 |
| * | [MachineCopyPropagation] Handle COPY with overlapping source/dest. | Eli Friedman | 2018-03-30 | 1 | -1/+3 |
| * | Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding" | Geoff Berry | 2018-02-27 | 1 | -1/+206 |
| * | Revert "[MachineCopyPropagation] Extend pass to do COPY source forwarding" | Quentin Colombet | 2018-02-17 | 1 | -206/+1 |
| * | [MachineCopyPropagation] Extend pass to do COPY source forwarding | Geoff Berry | 2018-02-01 | 1 | -1/+206 |
| * | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -1/+1 |
| * | Remove redundant includes from lib/CodeGen. | Michael Zolotukhin | 2017-12-13 | 1 | -1/+0 |
| * | [CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register. | Francis Visoiu Mistrih | 2017-12-07 | 1 | -9/+9 |
| * | [CodeGen] Print register names in lowercase in both MIR and debug output | Francis Visoiu Mistrih | 2017-11-28 | 1 | -8/+8 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -2/+2 |
| * | [AMDGPU] Prevent Machine Copy Propagation from replacing live copy with the d... | Alexander Timofeev | 2017-11-10 | 1 | -0/+2 |
| * | Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering | David Blaikie | 2017-11-08 | 1 | -1/+1 |
| * | [AMDGPU] : revert r315908 | Alexander Timofeev | 2017-10-16 | 1 | -12/+10 |
| * | [AMDGPU] Prevent Machine Copy Propagation from replacing live copy with the d... | Alexander Timofeev | 2017-10-16 | 1 | -11/+13 |
| * | Revert "Re-enable "[MachineCopyPropagation] Extend pass to do COPY source for... | Geoff Berry | 2017-10-03 | 1 | -626/+23 |
| * | Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding" | Geoff Berry | 2017-10-02 | 1 | -23/+626 |
| * | Revert "Re-enable "[MachineCopyPropagation] Extend pass to do COPY source for... | Sam McCall | 2017-09-04 | 1 | -570/+23 |
| * | Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding" | Geoff Berry | 2017-09-01 | 1 | -23/+570 |
| * | Revert r312154 "Re-enable "[MachineCopyPropagation] Extend pass to do COPY so... | Hans Wennborg | 2017-08-30 | 1 | -567/+23 |
| * | Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding" | Geoff Berry | 2017-08-30 | 1 | -23/+567 |
| * | [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa... | Eugene Zelenko | 2017-08-29 | 1 | -6/+22 |
| * | Revert "[MachineCopyPropagation] Extend pass to do COPY source forwarding" ro... | Geoff Berry | 2017-08-18 | 1 | -567/+24 |
| * | Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forward... | Geoff Berry | 2017-08-17 | 1 | -24/+567 |
| * | Revert "[MachineCopyPropagation] Extend pass to do COPY source forwarding" | Geoff Berry | 2017-08-17 | 1 | -539/+24 |
| * | [MachineCopyPropagation] Extend pass to do COPY source forwarding | Geoff Berry | 2017-08-16 | 1 | -24/+539 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | CodeGen: Rename DEBUG_TYPE to match passnames | Matthias Braun | 2017-05-25 | 1 | -2/+2 |
| * | MachineCopyPropagation: Respect implicit operands of COPY | Matthias Braun | 2017-02-04 | 1 | -17/+31 |
| * | MachineCopyPropagation: Do not consider undef operands as clobbers | Matthias Braun | 2017-02-04 | 1 | -8/+0 |
| * | MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu... | Matthias Braun | 2016-08-25 | 1 | -1/+1 |