summaryrefslogtreecommitdiff
path: root/lib/Target/R600/AMDGPURegisterInfo.cpp
Commit message (Expand)AuthorAge
* R600: Move AMDGPUInstrInfo from AMDGPUTargetMachine into AMDGPUSubtargetTom Stellard2014-06-13
* Use range forMatt Arsenault2014-05-15
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-04
* Use llvm_unreachable instead of assert(0)Matt Arsenault2013-12-10
* R600/SI: Lower BUILD_VECTOR to REG_SEQUENCE v2Tom Stellard2013-08-14
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* R600: Consolidate sub register indices.Tom Stellard2013-02-07
* R600: Support for indirect addressing v4Tom Stellard2013-02-06
* Update AMDGPURegisterInfo::eliminateFrameIndex() corresponding to r174083.NAKAMURA Takumi2013-01-31
* Add R600 backendTom Stellard2012-12-11