aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/AMDGPUAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-0/+22
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-3/+7
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-79/+209
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-44/+110
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-10/+60
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-12/+13
* Update to LLVM 3.5a.Stephen Hines2014-04-241-24/+57
* Indentation fixesMatt Arsenault2013-11-141-1/+1
* R600/SI: Add compute support for CI v2Tom Stellard2013-10-291-2/+14
* R600/SI: Use S_LOAD_DWORD instructions for v8i32 and v16i32Tom Stellard2013-10-231-0/+3
* R600/SI: Don't assert on SCC usageMatt Arsenault2013-10-221-0/+2
* R600: Store disassembly in a special ELF section when feature +DumpCode is en...Tom Stellard2013-10-121-8/+36
* R600/SI: Initial local memory supportMichel Danzer2013-07-101-0/+7
* R600: Add local memory support via LDSTom Stellard2013-06-281-0/+6
* R600: Rework subtarget info and remove AMDILDevice classesTom Stellard2013-06-071-2/+2
* Move passes from namespace llvm into anonymous namespaces. Sort includes whil...Benjamin Kramer2013-05-231-3/+3
* R600: Emit config values in register / value pairsTom Stellard2013-05-061-3/+29
* R600: config section now reports use of killgtVincent Lejeune2013-04-301-0/+4
* R600: Use SHT_PROGBITS for the .AMDGPU.config sectionTom Stellard2013-04-241-1/+1
* R600: Use .AMDGPU.config section to emit stacksizeVincent Lejeune2013-04-231-0/+3
* R600: Emit used GPRs countVincent Lejeune2013-04-171-7/+39
* R600/SI: Emit config values in register value pairs.Tom Stellard2013-04-151-3/+16
* R600/SI: Emit configuration value in the .AMDGPU.config ELF sectionTom Stellard2013-04-151-1/+9
* R600/SI: dynamical figure out the reg class of MIMGChristian Konig2013-04-101-0/+3
* R600/SI: rework input interpolation v2Christian Konig2013-03-071-1/+1
* R600/SI: cleanup literal handling v3Christian Konig2013-02-161-2/+0
* R600/SI: cleanup VGPR encodingTom Stellard2013-02-071-1/+1
* R600/SI: Add basic support for more integer vector types.Tom Stellard2013-02-071-0/+6
* R600: Emit function name in the AsmPrinterTom Stellard2013-02-051-0/+3
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-021-1/+1
* Add R600 backendTom Stellard2012-12-111-0/+138