summaryrefslogtreecommitdiff
path: root/lib/Target/R600/AMDGPUAsmPrinter.cpp
Commit message (Expand)AuthorAge
* R600/SI: Add FP mode bits to binary.Matt Arsenault2014-06-26
* R600: Move AMDGPUInstrInfo from AMDGPUTargetMachine into AMDGPUSubtargetTom Stellard2014-06-13
* R600/SI: Print code size along with used registersMatt Arsenault2014-04-15
* R600/SI: Use correct dest register class for V_READFIRSTLANE_B32Tom Stellard2014-03-17
* Remove MCPureStreamer.Rafael Espindola2014-02-27
* Remove the last hasRawTextSupport call from R600.Rafael Espindola2014-01-31
* Replace another use with hasRawTextSupport+EmitRawText with emitRawComment.Rafael Espindola2014-01-31
* Use emitRawComment to avoid a call to hasRawTextSupport.Rafael Espindola2014-01-31
* Add back spaces I missed in the conversion to emitRawComments.Rafael Espindola2014-01-27
* Use emitRawComment instead of EmitRawText.Rafael Espindola2014-01-27
* R600: Add stack size to .AMDGPUcsdata sectionTom Stellard2014-01-22
* Move declaration of variables down to first use.Matt Arsenault2014-01-08
* Use llvm_unreachable instead of assert(0)Matt Arsenault2013-12-10
* R600/SI: Add comments for number of used registers.Matt Arsenault2013-12-05
* Indentation fixesMatt Arsenault2013-11-14
* R600/SI: Add compute support for CI v2Tom Stellard2013-10-29
* R600/SI: Use S_LOAD_DWORD instructions for v8i32 and v16i32Tom Stellard2013-10-23
* R600/SI: Don't assert on SCC usageMatt Arsenault2013-10-22
* R600: Store disassembly in a special ELF section when feature +DumpCode is en...Tom Stellard2013-10-12
* R600/SI: Initial local memory supportMichel Danzer2013-07-10
* R600: Add local memory support via LDSTom Stellard2013-06-28
* R600: Rework subtarget info and remove AMDILDevice classesTom Stellard2013-06-07
* Move passes from namespace llvm into anonymous namespaces. Sort includes whil...Benjamin Kramer2013-05-23
* R600: Emit config values in register / value pairsTom Stellard2013-05-06
* R600: config section now reports use of killgtVincent Lejeune2013-04-30
* R600: Use SHT_PROGBITS for the .AMDGPU.config sectionTom Stellard2013-04-24
* R600: Use .AMDGPU.config section to emit stacksizeVincent Lejeune2013-04-23
* R600: Emit used GPRs countVincent Lejeune2013-04-17
* R600/SI: Emit config values in register value pairs.Tom Stellard2013-04-15
* R600/SI: Emit configuration value in the .AMDGPU.config ELF sectionTom Stellard2013-04-15
* R600/SI: dynamical figure out the reg class of MIMGChristian Konig2013-04-10
* R600/SI: rework input interpolation v2Christian Konig2013-03-07
* R600/SI: cleanup literal handling v3Christian Konig2013-02-16
* R600/SI: cleanup VGPR encodingTom Stellard2013-02-07
* R600/SI: Add basic support for more integer vector types.Tom Stellard2013-02-07
* R600: Emit function name in the AsmPrinterTom Stellard2013-02-05
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-02
* Add R600 backendTom Stellard2012-12-11