| Commit message (Expand) | Author | Age | Files | Lines |
| * | Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 2019-08-15 | 1 | -9/+9 |
| * | Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re... | Daniel Sanders | 2019-08-01 | 1 | -19/+19 |
| * | 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 | -18/+17 |
| * | Remove redundant includes from lib/CodeGen. | Michael Zolotukhin | 2017-12-13 | 1 | -1/+0 |
| * | [CodeGen] Print "%vreg0" as "%0" in both MIR and debug output | Francis Visoiu Mistrih | 2017-11-30 | 1 | -6/+6 |
| * | [CodeGen] Rename functions PrintReg* to printReg* | Francis Visoiu Mistrih | 2017-11-28 | 1 | -1/+1 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -2/+2 |
| * | Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering | David Blaikie | 2017-11-08 | 1 | -1/+1 |
| * | CodeGen: Rename DEBUG_TYPE to match passnames | Matthias Braun | 2017-05-25 | 1 | -2/+1 |
| * | Spelling mistakes in comments. NFCI. | Simon Pilgrim | 2017-03-30 | 1 | -1/+1 |
| * | Implement LaneBitmask::any(), use it to replace !none(), NFCI | Krzysztof Parzyszek | 2016-12-16 | 1 | -1/+1 |
| * | Extract LaneBitmask into a separate type | Krzysztof Parzyszek | 2016-12-15 | 1 | -12/+12 |
| * | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini | 2016-10-01 | 1 | -1/+1 |
| * | MachineRegisterInfo/MIR: Initialize tracksSubRegLiveness early, do not print/... | Matthias Braun | 2016-08-24 | 1 | -2/+2 |
| * | Make DetectDeadLanes preserve CFG | Matt Arsenault | 2016-06-15 | 1 | -0/+5 |
| * | DetectDeadLanes: Increase precision when detecting undef inputs | Matthias Braun | 2016-05-06 | 1 | -53/+121 |
| * | DetectDeadLanes: Cleanup, assert on some impossible cases. | Matthias Braun | 2016-05-06 | 1 | -9/+8 |
| * | [CodeGen] Remove extra ';' | Marcin Koscielnicki | 2016-04-28 | 1 | -1/+1 |
| * | CodeGen: Add DetectDeadLanes pass. | Matthias Braun | 2016-04-28 | 1 | -0/+530 |