summaryrefslogtreecommitdiff
path: root/lib/Target/R600/AMDGPURegisterInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-03-11Remove the need to cache the subtarget in the R600 TargetRegisterInfoEric Christopher1-4/+1
2014-12-03R600/SI: Enable inline assemblyTom Stellard1-2/+1
2014-06-13R600: Move AMDGPUInstrInfo from AMDGPUTargetMachine into AMDGPUSubtargetTom Stellard1-2/+2
2014-05-15Use range forMatt Arsenault1-1/+1
2014-04-04Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper1-3/+3
2013-12-10Use llvm_unreachable instead of assert(0)Matt Arsenault1-1/+1
2013-08-14R600/SI: Lower BUILD_VECTOR to REG_SEQUENCE v2Tom Stellard1-19/+13
2013-06-07Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling1-4/+2
2013-02-07R600: Consolidate sub register indices.Tom Stellard1-16/+16
2013-02-06R600: Support for indirect addressing v4Tom Stellard1-0/+23
2013-01-31Update AMDGPURegisterInfo::eliminateFrameIndex() corresponding to r174083.NAKAMURA Takumi1-0/+1
2012-12-11Add R600 backendTom Stellard1-0/+51