[X86][SSE] Vector integer/float conversion memory folding
[oota-llvm.git] / lib / Target / R600 / SIRegisterInfo.td
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