R600: Fix an infinite loop when trying to reorganize export/tex vector input
[oota-llvm.git] / lib / Target / R600 / SIInstrInfo.h
2013-11-27 Tom StellardR600/SI: Implement spilling of SGPRs v5
2013-11-15 Matt ArsenaultMake method static
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-10-22 Tom StellardR600: Simplify handling of private address space
2013-10-22 Tom StellardR600: Remove unused InstrInfo::getMovImmInstr() function
2013-10-15 Matt ArsenaultFix missing C++ mode thing in header
2013-10-10 Tom StellardR600/SI: Implement SIInstrInfo::verifyInstruction(...
2013-08-16 Michel DanzerR600/SI: Fix broken encoding of DS_WRITE_B32
2013-08-14 Tom StellardR600/SI: Assign a register class to the $vaddr operand...
2013-04-10 Christian KonigR600/SI: adjust writemask to only the used components
2013-03-27 Christian KonigR600/SI: add cummuting of rev instructions
2013-02-26 Christian KonigR600/SI: add VOP mapping functions
2013-02-26 Christian KonigR600/SI: add some more instruction flags
2013-02-07 Tom StellardR600/SI: cleanup VGPR encoding
2013-02-06 Tom StellardR600: Support for indirect addressing v4
2013-01-18 Tom StellardR600: Proper insert S_WAITCNT instructions
2012-12-11 Tom StellardAdd R600 backend