aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-12-07[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih1-10/+7
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih1-41/+44
2017-11-28[CodeGen] Rename functions PrintReg* to printReg*Francis Visoiu Mistrih1-64/+64
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-2/+2
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman1-1/+1
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton1-1/+1
2017-08-08[AMDGPU] Fix some Clang-tidy modernize-use-using and Include What You Use war...Eugene Zelenko1-76/+84
2017-07-31Guard print() functions only used by dump() functions.Florian Hahn1-1/+5
2017-06-27fix trivial typos, NFCHiroshi Inoue1-2/+2
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-05-16AMDGPUCodeGen: Fix warnings in r303111. [-Wunused-variable]NAKAMURA Takumi1-0/+2
2017-05-15[AMDGPU] Kill now unused phiInfoElementGetDebugLoc(). NFCI.Davide Italiano1-5/+0
2017-05-15Re-submit AMDGPUMachineCFGStructurizer.Jan Sjodin1-0/+2884
2017-05-15Revert 303091.Jan Sjodin1-3019/+0
2017-05-15Add AMDGPUMachineCFGStructurizer.Jan Sjodin1-0/+3019