aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/AMDGPU/R600InstrInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-11CodeGen: Give MachineBasicBlock::reverse_iterator a handle to the current MIDuncan P. N. Exon Smith1-1/+1
2016-08-13AMDGPU/R600: Remove macrosMatt Arsenault1-16/+8
2016-08-12ADT: Remove all ilist_iterator => pointer casts, NFCDuncan P. N. Exon Smith1-3/+2
2016-07-30[AMDGPU] Fix lifetime of SmallVector temporaries.Benjamin Kramer1-6/+4
2016-07-28MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun1-5/+5
2016-07-15AMDGPU/R600: Delete dead code.Matt Arsenault1-43/+1
2016-07-15Rename AnalyzeBranch* to analyzeBranch*.Jacques Pienaar1-6/+5
2016-07-09AMDGPU: Move R600 only pieces into R600 classesMatt Arsenault1-0/+57
2016-07-08AMDGPU: Remove implicit iterator conversions, NFCDuncan P. N. Exon Smith1-13/+13
2016-06-30CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith1-106/+116
2016-06-24AMDGPU: Cleanup subtarget handling.Matt Arsenault1-13/+8
2016-06-12Pass DebugLoc and SDLoc by const ref.Benjamin Kramer1-11/+9
2016-05-13AMDGPU/R600: There are other uses for ALU_LITERAL besides ImmJan Vesely1-3/+6
2016-05-04AMDGPU/R600: Minor cleanup in InstrInfoJan Vesely1-17/+16
2016-04-06AMDGPU: Add a shader calling conventionNicolai Haehnle1-4/+2
2016-03-02AMDGPU: Simplify boolean conditional return statementsMatt Arsenault1-3/+1
2016-02-23CodeGen: TII: Take MachineInstr& in predicate API, NFCDuncan P. N. Exon Smith1-31/+26
2016-02-05AMDGPU: Remove some purely R600 functions from AMDGPUInstrInfoTom Stellard1-7/+6
2016-01-28AMDGPU: Move subtarget specific code out of AMDGPUInstrInfo.cppTom Stellard1-1/+53
2015-09-10Pass BranchProbability/BlockMass by value instead of const& as they are small...Cong Hou1-3/+3
2015-06-25Replace copy-pasted debug value skipping with MBB::getLastNonDebugInstrBenjamin Kramer1-8/+3
2015-06-13R600 -> AMDGPU renameTom Stellard1-0/+1435
2012-07-16Revert "AMDGPU: Add core backend files for R600/SI codegen v6"Tom Stellard1-105/+0
2012-07-16AMDGPU: Add core backend files for R600/SI codegen v6Tom Stellard1-0/+105