| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -1/+2 |
| * | Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 2019-08-15 | 1 | -4/+4 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | AMDGPU: Separate R600 and GCN TableGen files | Tom Stellard | 2018-06-28 | 1 | -46/+46 |
| * | AMDGPU: Remove #include "MCTargetDesc/AMDGPUMCTargetDesc.h" from common headers | Tom Stellard | 2018-05-22 | 1 | -0/+1 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -152/+95 |
| * | Fix layering of MachineValueType.h by moving it from CodeGen to Support | David Blaikie | 2018-03-23 | 1 | -1/+1 |
| * | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -1/+1 |
| * | [AMDGPU] Fix some Clang-tidy modernize-use-using and Include What You Use war... | Eugene Zelenko | 2017-08-08 | 1 | -11/+18 |
| * | Guard print() functions only used by dump() functions. | Florian Hahn | 2017-07-31 | 1 | -0/+2 |
| * | Remove unused functions. Remove static qualifier from functions in header fil... | Vassil Vassilev | 2017-04-11 | 1 | -10/+0 |
| * | Drop graph_ prefix | Daniel Berlin | 2017-02-09 | 1 | -2/+2 |
| * | GraphTraits: Add range versions of graph traits functions (graph_nodes, graph... | Daniel Berlin | 2017-02-09 | 1 | -12/+5 |
| * | [AMDGPU] Fix build broken in r292688. | Eugene Zelenko | 2017-01-21 | 1 | -0/+1 |
| * | [AMDGPU] Fix some Clang-tidy modernize and Include What You Use warnings; oth... | Eugene Zelenko | 2017-01-21 | 1 | -41/+40 |
| * | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini | 2016-10-01 | 1 | -1/+1 |
| * | CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses | Matthias Braun | 2016-08-24 | 1 | -3/+1 |
| * | Revert r279564. It introduces undefined behavior (binding a reference to a | Richard Smith | 2016-08-23 | 1 | -1/+3 |
| * | CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses | Matthias Braun | 2016-08-23 | 1 | -3/+1 |
| * | Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineF... | Matthias Braun | 2016-08-23 | 1 | -1/+3 |
| * | CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses | Matthias Braun | 2016-08-23 | 1 | -3/+1 |
| * | [GraphTraits] Make nodes_iterator dereference to NodeType*/NodeRef | Tim Shen | 2016-08-19 | 1 | -4/+4 |
| * | AMDGPU/R600: Remove macros | Matt Arsenault | 2016-08-13 | 1 | -8/+8 |
| * | Fix more dereferenced end() iterators after r278532 | Hans Wennborg | 2016-08-13 | 1 | -4/+7 |
| * | ADT: Remove all ilist_iterator => pointer casts, NFC | Duncan P. N. Exon Smith | 2016-08-12 | 1 | -10/+6 |
| * | AMDGPU: Remove implicit iterator conversions, NFC | Duncan P. N. Exon Smith | 2016-07-08 | 1 | -6/+3 |
| * | AMDGPU: Make infinite loop clear, NFC | Duncan P. N. Exon Smith | 2016-07-08 | 1 | -1/+2 |
| * | AMDGPU: Cleanup subtarget handling. | Matt Arsenault | 2016-06-24 | 1 | -1/+1 |
| * | AMDGPU: Fix gcc warnings | Matt Arsenault | 2016-06-22 | 1 | -35/+0 |
| * | Delete more dead code. | Rafael Espindola | 2016-06-21 | 1 | -113/+0 |
| * | Pass DebugLoc and SDLoc by const ref. | Benjamin Kramer | 2016-06-12 | 1 | -13/+14 |
| * | Bug 20810: Use report_fatal_error instead of unreachable | Matt Arsenault | 2016-03-02 | 1 | -6/+6 |
| * | Normalize MBB's successors' probabilities in several locations. | Cong Hou | 2015-12-13 | 1 | -8/+8 |
| * | Replace all weight-based interfaces in MBB with probability-based interfaces,... | Cong Hou | 2015-12-01 | 1 | -4/+2 |
| * | Revert r254348: "Replace all weight-based interfaces in MBB with probability-... | Hans Wennborg | 2015-12-01 | 1 | -2/+4 |
| * | Replace all weight-based interfaces in MBB with probability-based interfaces,... | Cong Hou | 2015-12-01 | 1 | -4/+2 |
| * | AMDGPU: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-13 | 1 | -2/+2 |
| * | AMDGPU: Remove dead code | Matt Arsenault | 2015-09-19 | 1 | -1/+1 |
| * | AMDGPU: Simplify debug printing | Matt Arsenault | 2015-09-10 | 1 | -9/+6 |
| * | AMDGPU/R600: Remove unused variable | Tom Stellard | 2015-07-16 | 1 | -1/+0 |
| * | AMDPGU/R600: Replace llvm_unreachable() call with LLVMContext::emitError() | Tom Stellard | 2015-07-16 | 1 | -12/+3 |
| * | R600 -> AMDGPU rename | Tom Stellard | 2015-06-13 | 1 | -0/+1912 |
| * | Revert "AMDGPU: Add core backend files for R600/SI codegen v6" | Tom Stellard | 2012-07-16 | 1 | -3236/+0 |
| * | AMDGPU: Add core backend files for R600/SI codegen v6 | Tom Stellard | 2012-07-16 | 1 | -0/+3236 |