Add back spaces I missed in the conversion to emitRawComments.
[oota-llvm.git] / lib / Target / R600 / AMDGPUAsmPrinter.cpp
2014-01-27 Rafael EspindolaAdd back spaces I missed in the conversion to emitRawCo...
2014-01-27 Rafael EspindolaUse emitRawComment instead of EmitRawText.
2014-01-22 Tom StellardR600: Add stack size to .AMDGPUcsdata section
2014-01-08 Matt ArsenaultMove declaration of variables down to first use.
2013-12-10 Matt ArsenaultUse llvm_unreachable instead of assert(0)
2013-12-05 Matt ArsenaultR600/SI: Add comments for number of used registers.
2013-11-14 Matt ArsenaultIndentation fixes
2013-10-29 Tom StellardR600/SI: Add compute support for CI v2
2013-10-23 Tom StellardR600/SI: Use S_LOAD_DWORD instructions for v8i32 and...
2013-10-22 Matt ArsenaultR600/SI: Don't assert on SCC usage
2013-10-12 Tom StellardR600: Store disassembly in a special ELF section when...
2013-07-10 Michel DanzerR600/SI: Initial local memory support
2013-06-28 Tom StellardR600: Add local memory support via LDS
2013-06-07 Tom StellardR600: Rework subtarget info and remove AMDILDevice...
2013-05-23 Benjamin KramerMove passes from namespace llvm into anonymous namespac...
2013-05-06 Tom StellardR600: Emit config values in register / value pairs
2013-04-30 Vincent LejeuneR600: config section now reports use of killgt
2013-04-24 Tom StellardR600: Use SHT_PROGBITS for the .AMDGPU.config section
2013-04-23 Vincent LejeuneR600: Use .AMDGPU.config section to emit stacksize
2013-04-17 Vincent LejeuneR600: Emit used GPRs count
2013-04-15 Tom StellardR600/SI: Emit config values in register value pairs.
2013-04-15 Tom StellardR600/SI: Emit configuration value in the .AMDGPU.config...
2013-04-10 Christian KonigR600/SI: dynamical figure out the reg class of MIMG
2013-03-07 Christian KonigR600/SI: rework input interpolation v2
2013-02-16 Christian KonigR600/SI: cleanup literal handling v3
2013-02-07 Tom StellardR600/SI: cleanup VGPR encoding
2013-02-07 Tom StellardR600/SI: Add basic support for more integer vector...
2013-02-05 Tom StellardR600: Emit function name in the AsmPrinter
2013-01-02 Chandler CarruthResort the #include lines in include/... and lib/....
2012-12-11 Tom StellardAdd R600 backend