| Age | Commit message (Expand) | Author |
| 2022-02-18 | [AMDGPU] Rename AMDGPUCFGStructurizer to R600MachineCFGStructurizer | Jay Foad |
| 2022-02-18 | [AMDGPU][NFC] Fix typos | Sebastian Neubauer |
| 2021-12-11 | [llvm] Use range-based for loops (NFC) | Kazu Hirata |
| 2021-11-22 | [Target] Use range-based for loops (NFC) | Kazu Hirata |
| 2021-11-16 | [llvm] Use range-for loops (NFC) | Kazu Hirata |
| 2021-11-06 | [AMDGPU] Use MachineBasicBlock::{predecessors,successors} (NFC) | Kazu Hirata |
| 2021-10-18 | Add new MachineFunction property FailsVerification | Jay Foad |
| 2021-10-01 | [NFC][AMDGPU] Reduce includes dependencies, part 2 | Daniil Fukalov |
| 2021-09-10 | [CodeGen, Target] Use pred_empty and succ_empty (NFC) | Kazu Hirata |
| 2021-08-25 | [NFC][AMDGPU] Reduce includes dependencies. | Daniil Fukalov |
| 2021-04-15 | [NewPM] Cleanup IR printing instrumentation | Arthur Eubanks |
| 2021-01-20 | [NFC][AMDGPU] Split AMDGPUSubtarget.h to R600 and GCN subtargets | dfukalov |
| 2021-01-16 | [llvm] Use *::empty (NFC) | Kazu Hirata |
| 2021-01-07 | [NFC][AMDGPU] Reduce include files dependency. | dfukalov |
| 2019-11-13 | Sink all InitializePasses.h includes | Reid Kleckner |
| 2019-08-15 | Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders |
| 2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth |
| 2018-06-28 | AMDGPU: Separate R600 and GCN TableGen files | Tom Stellard |
| 2018-05-22 | AMDGPU: Remove #include "MCTargetDesc/AMDGPUMCTargetDesc.h" from common headers | Tom Stellard |
| 2018-05-14 | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen |
| 2018-03-23 | Fix layering of MachineValueType.h by moving it from CodeGen to Support | David Blaikie |
| 2017-12-15 | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun |
| 2017-08-08 | [AMDGPU] Fix some Clang-tidy modernize-use-using and Include What You Use war... | Eugene Zelenko |
| 2017-07-31 | Guard print() functions only used by dump() functions. | Florian Hahn |
| 2017-04-11 | Remove unused functions. Remove static qualifier from functions in header fil... | Vassil Vassilev |
| 2017-02-09 | Drop graph_ prefix | Daniel Berlin |
| 2017-02-09 | GraphTraits: Add range versions of graph traits functions (graph_nodes, graph... | Daniel Berlin |
| 2017-01-21 | [AMDGPU] Fix build broken in r292688. | Eugene Zelenko |
| 2017-01-21 | [AMDGPU] Fix some Clang-tidy modernize and Include What You Use warnings; oth... | Eugene Zelenko |
| 2016-10-01 | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini |
| 2016-08-24 | CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses | Matthias Braun |
| 2016-08-23 | Revert r279564. It introduces undefined behavior (binding a reference to a | Richard Smith |
| 2016-08-23 | CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses | Matthias Braun |
| 2016-08-23 | Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineF... | Matthias Braun |
| 2016-08-23 | CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses | Matthias Braun |
| 2016-08-19 | [GraphTraits] Make nodes_iterator dereference to NodeType*/NodeRef | Tim Shen |
| 2016-08-13 | AMDGPU/R600: Remove macros | Matt Arsenault |
| 2016-08-13 | Fix more dereferenced end() iterators after r278532 | Hans Wennborg |
| 2016-08-12 | ADT: Remove all ilist_iterator => pointer casts, NFC | Duncan P. N. Exon Smith |
| 2016-07-08 | AMDGPU: Remove implicit iterator conversions, NFC | Duncan P. N. Exon Smith |
| 2016-07-08 | AMDGPU: Make infinite loop clear, NFC | Duncan P. N. Exon Smith |
| 2016-06-24 | AMDGPU: Cleanup subtarget handling. | Matt Arsenault |
| 2016-06-22 | AMDGPU: Fix gcc warnings | Matt Arsenault |
| 2016-06-21 | Delete more dead code. | Rafael Espindola |
| 2016-06-12 | Pass DebugLoc and SDLoc by const ref. | Benjamin Kramer |
| 2016-03-02 | Bug 20810: Use report_fatal_error instead of unreachable | Matt Arsenault |
| 2015-12-13 | Normalize MBB's successors' probabilities in several locations. | Cong Hou |
| 2015-12-01 | Replace all weight-based interfaces in MBB with probability-based interfaces,... | Cong Hou |
| 2015-12-01 | Revert r254348: "Replace all weight-based interfaces in MBB with probability-... | Hans Wennborg |
| 2015-12-01 | Replace all weight-based interfaces in MBB with probability-based interfaces,... | Cong Hou |