| Commit message (Expand) | Author | Age | Files | Lines |
| * | [AMDGPU] Fixes -Wrange-loop-analysis warnings | Mark de Wever | 2019-12-22 | 1 | -2/+2 |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+1 |
| * | Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 2019-08-15 | 1 | -13/+13 |
| * | Fix up an unused variable warning caused by TRI->isVirtualRegister() -> Regis... | Daniel Sanders | 2019-08-02 | 1 | -0/+2 |
| * | Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re... | Daniel Sanders | 2019-08-01 | 1 | -5/+5 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | AMDGPU: Refactor Subtarget classes | Tom Stellard | 2018-07-11 | 1 | -1/+1 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -189/+203 |
| * | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -0/+1 |
| * | [CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register. | Francis Visoiu Mistrih | 2017-12-07 | 1 | -10/+7 |
| * | [CodeGen] Unify MBB reference format in both MIR and debug output | Francis Visoiu Mistrih | 2017-12-04 | 1 | -41/+44 |
| * | [CodeGen] Rename functions PrintReg* to printReg* | Francis Visoiu Mistrih | 2017-11-28 | 1 | -64/+64 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -2/+2 |
| * | Reverting r315590; it did not include changes for llvm-tblgen, which is causi... | Aaron Ballman | 2017-10-15 | 1 | -1/+1 |
| * | [dump] Remove NDEBUG from test to enable dump methods [NFC] | Don Hinton | 2017-10-12 | 1 | -1/+1 |
| * | [AMDGPU] Fix some Clang-tidy modernize-use-using and Include What You Use war... | Eugene Zelenko | 2017-08-08 | 1 | -76/+84 |
| * | Guard print() functions only used by dump() functions. | Florian Hahn | 2017-07-31 | 1 | -1/+5 |
| * | fix trivial typos, NFC | Hiroshi Inoue | 2017-06-27 | 1 | -2/+2 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | AMDGPUCodeGen: Fix warnings in r303111. [-Wunused-variable] | NAKAMURA Takumi | 2017-05-16 | 1 | -0/+2 |
| * | [AMDGPU] Kill now unused phiInfoElementGetDebugLoc(). NFCI. | Davide Italiano | 2017-05-15 | 1 | -5/+0 |
| * | Re-submit AMDGPUMachineCFGStructurizer. | Jan Sjodin | 2017-05-15 | 1 | -0/+2884 |
| * | Revert 303091. | Jan Sjodin | 2017-05-15 | 1 | -3019/+0 |
| * | Add AMDGPUMachineCFGStructurizer. | Jan Sjodin | 2017-05-15 | 1 | -0/+3019 |