summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/AMDGPU/AMDILCFGStructurizer.cpp
AgeCommit message (Expand)Author
2022-02-18[AMDGPU] Rename AMDGPUCFGStructurizer to R600MachineCFGStructurizerJay Foad
2022-02-18[AMDGPU][NFC] Fix typosSebastian 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-18Add new MachineFunction property FailsVerificationJay Foad
2021-10-01[NFC][AMDGPU] Reduce includes dependencies, part 2Daniil 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 instrumentationArthur Eubanks
2021-01-20[NFC][AMDGPU] Split AMDGPUSubtarget.h to R600 and GCN subtargetsdfukalov
2021-01-16[llvm] Use *::empty (NFC)Kazu Hirata
2021-01-07[NFC][AMDGPU] Reduce include files dependency.dfukalov
2019-11-13Sink all InitializePasses.h includesReid Kleckner
2019-08-15Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-06-28AMDGPU: Separate R600 and GCN TableGen filesTom Stellard
2018-05-22AMDGPU: Remove #include "MCTargetDesc/AMDGPUMCTargetDesc.h" from common headersTom Stellard
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-03-23Fix layering of MachineValueType.h by moving it from CodeGen to SupportDavid Blaikie
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun
2017-08-08[AMDGPU] Fix some Clang-tidy modernize-use-using and Include What You Use war...Eugene Zelenko
2017-07-31Guard print() functions only used by dump() functions.Florian Hahn
2017-04-11Remove unused functions. Remove static qualifier from functions in header fil...Vassil Vassilev
2017-02-09Drop graph_ prefixDaniel Berlin
2017-02-09GraphTraits: 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-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini
2016-08-24CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun
2016-08-23Revert r279564. It introduces undefined behavior (binding a reference to aRichard Smith
2016-08-23CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun
2016-08-23Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineF...Matthias Braun
2016-08-23CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun
2016-08-19[GraphTraits] Make nodes_iterator dereference to NodeType*/NodeRefTim Shen
2016-08-13AMDGPU/R600: Remove macrosMatt Arsenault
2016-08-13Fix more dereferenced end() iterators after r278532Hans Wennborg
2016-08-12ADT: Remove all ilist_iterator => pointer casts, NFCDuncan P. N. Exon Smith
2016-07-08AMDGPU: Remove implicit iterator conversions, NFCDuncan P. N. Exon Smith
2016-07-08AMDGPU: Make infinite loop clear, NFCDuncan P. N. Exon Smith
2016-06-24AMDGPU: Cleanup subtarget handling.Matt Arsenault
2016-06-22AMDGPU: Fix gcc warningsMatt Arsenault
2016-06-21Delete more dead code.Rafael Espindola
2016-06-12Pass DebugLoc and SDLoc by const ref.Benjamin Kramer
2016-03-02Bug 20810: Use report_fatal_error instead of unreachableMatt Arsenault
2015-12-13Normalize MBB's successors' probabilities in several locations.Cong Hou
2015-12-01Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou
2015-12-01Revert r254348: "Replace all weight-based interfaces in MBB with probability-...Hans Wennborg
2015-12-01Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou