R600/SI: Remove VReg_32 register class
[oota-llvm.git] / lib / Target / R600 / SIRegisterInfo.h
2015-01-07 Tom StellardR600/SI: Remove VReg_32 register class
2014-09-24 Matt ArsenaultR600/SI: Add new helper isSGPRClassID
2014-09-24 Tom StellardR600/SI: Implement VGPR register spilling for compute...
2014-09-23 Tom StellardR600/SI: Clean up checks for legality of immediate...
2014-09-22 Tom StellardR600/SI: Add enums for some hard-coded values
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-21 Tom StellardR600/SI: Use scratch memory for large private arrays
2014-07-02 Tom StellardR600/SI: Add verifier check for immediates in register...
2014-06-13 Tom StellardR600: Remove AMDIL instruction and register definitions
2014-06-13 Tom StellardR600: Move AMDGPUInstrInfo from AMDGPUTargetMachine...
2014-05-02 Tom StellardR600/SI: Only create one instruction when spilling...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2013-11-13 Tom StellardR600/SI: Add support for private address space load...
2013-11-13 Tom StellardR600/SI: Prefer SALU instructions for bit shift operations
2013-11-10 Matt ArsenaultMake method static
2013-08-14 Tom StellardR600/SI: Choose the correct MOV instruction for copying...
2013-08-06 Tom StellardR600/SI: Add more special cases for opcodes to ensureSR...
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-03-26 Christian KonigR600/SI: switch back to RegPressure scheduling
2012-12-11 Tom StellardAdd R600 backend