Revert 239644.
[oota-llvm.git] / lib / Target / R600 / SIRegisterInfo.td
2015-05-12 Tom StellardR600/SI: Remove M0Reg register class
2015-04-08 Tom StellardR600/SI: Initial support for assembler and inline assembly
2015-03-06 Tom StellardR600/SI: Remove unused register class
2015-02-14 Matt ArsenaultR600/SI: Really fix size of VReg_1
2015-02-14 Matt ArsenaultR600/SI: Fix size of VReg_1
2015-02-13 Tom StellardR600/SI: Lowercase register names
2015-01-12 Tom StellardR600/SI: Use RegisterOperands to specify which operands...
2015-01-07 Tom StellardR600/SI: Remove VReg_32 register class
2014-12-19 Tom StellardR600/SI: Make sure non-inline constants aren't folded...
2014-12-17 Matt ArsenaultR600/SI: Fix f64 inline immediates
2014-11-14 Tom StellardR600/SI: Fix assembly names for exec_hi and exec_lo
2014-10-10 Matt ArsenaultR600/SI: Disable copying of SCC
2014-09-23 Tom StellardR600/SI: Clean up checks for legality of immediate...
2014-09-15 Matt ArsenaultR600/SI: Add preliminary support for flat address space
2014-08-05 Matt ArsenaultR600/SI: Use register class instead of list of registers
2014-08-05 Matt ArsenaultR600/SI: Add exec_lo and exec_hi subregisters.
2014-06-18 Marek OlsakR600/SI: add gather4 and getlod intrinsics (v3)
2014-04-30 Tom StellardR600/SI: Use VALU instructions for copying i1 values
2014-04-17 Tom StellardR600/SI: Stop using i128 as the resource descriptor...
2014-03-17 Tom StellardR600/SI: Use correct dest register class for V_READFIRS...
2013-10-23 Tom StellardR600: Fix handling of vector kernel arguments
2013-10-23 Tom StellardR600/SI: Use S_LOAD_DWORD instructions for v8i32 and...
2013-10-10 Tom StellardR600/SI: Implement SIInstrInfo::verifyInstruction(...
2013-08-14 Tom StellardR600/SI: Convert v16i8 resource descriptors to i128
2013-08-14 Tom StellardR600/SI: Allow conversion between v32i8 and v8i32
2013-07-18 Tom StellardR600/SI: Add support for v2f32 loads
2013-04-10 Christian KonigR600/SI: dynamical figure out the reg class of MIMG
2013-04-05 Tom StellardR600/SI: Add support for buffer stores v2
2013-03-18 Christian KonigR600/SI: add float vector types
2013-03-07 Christian KonigR600/SI: rework input interpolation v2
2013-03-07 Christian KonigR600/SI: switch types of SGPRs to v*i8
2013-02-26 Christian KonigR600/SI: fix and cleanup SI register definition v2
2013-02-16 Christian KonigR600/SI: nuke SReg_1 v3
2013-02-16 Christian KonigR600/SI: cleanup literal handling v3
2013-02-16 Christian KonigR600/SI: replace AllReg_* with [SV]Src_* v2
2013-02-07 Tom StellardR600/SI: cleanup VGPR encoding
2013-02-07 Tom StellardR600/SI: Add basic support for more integer vector...
2013-02-07 Tom StellardR600: Consolidate sub register indices.
2012-12-19 Tom StellardR600: Remove unecessary VREG alignment.
2012-12-11 Tom StellardAdd R600 backend