summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/InstPrinter/AMDGPUInstPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* R600 -> AMDGPU renameTom Stellard2015-06-131-642/+0
* Remove a hack that tries to align '*'.Rafael Espindola2015-06-121-1/+1
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-1/+1
* R600/SI: Initial support for assembler and inline assemblyTom Stellard2015-04-081-2/+3
* R600/SI: Don't print offset0/offset1 DS operands when they are 0Tom Stellard2015-04-081-4/+8
* [MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka2015-03-271-1/+1
* R600/SI: Remove _e32 and _e64 suffixes from mnemonicsTom Stellard2015-03-121-0/+10
* R600/SI: Move gds operand to the end of operand listTom Stellard2015-03-091-0/+6
* R600/SI: Fix mad*k definitionsMatt Arsenault2015-02-211-0/+2
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-2/+1
* R600/SI: Fix f64 inline immediatesMatt Arsenault2014-12-171-6/+58
* R600/SI: Change mubuf offsets to print as decimalMatt Arsenault2014-12-031-1/+1
* R600/SI: Change how DS offsets are printedMatt Arsenault2014-10-101-0/+31
* R600/SI: Fix printing of clamp and omodMatt Arsenault2014-09-301-0/+17
* R600/SI: Fix hardcoded values for modifiers.Matt Arsenault2014-09-291-3/+5
* R600/SI: Fix emitting trailing whitespace after s_waitcntMatt Arsenault2014-09-261-5/+19
* Use llvm_unreachable instead of assert(!)Matt Arsenault2014-09-211-2/+2
* R600/SI: Don't use strings for single charactersMatt Arsenault2014-09-211-18/+18
* R600/SI: Change formatting of printed FP immediatesMatt Arsenault2014-09-171-13/+26
* R600/SI: Add preliminary support for flat address spaceMatt Arsenault2014-09-151-0/+21
* R600/SI: Update MUBUF assembly string to match AMD proprietary compilerTom Stellard2014-08-051-0/+44
* Fix missing words in sentenceMatt Arsenault2014-06-231-3/+3
* Use helper functionMatt Arsenault2014-06-231-7/+2
* R600/SI: Prettier display of input modifiersVincent Lejeune2014-05-101-0/+12
* R600/SI: Print more immediates in hex formatMatt Arsenault2014-04-151-1/+40
* R600/SI: Cleanup parsing of register names.Matt Arsenault2014-04-151-31/+44
* R600/SI: Add intrinsic for S_SENDMSG instructionMichel Danzer2014-01-271-0/+31
* R600/SI: Change formatting of printed registers.Matt Arsenault2013-11-121-2/+63
* R600: improve dump of S_WAITCNTVincent Lejeune2013-10-131-0/+17
* R600: Bank Swizzle now display SCL equivalentVincent Lejeune2013-06-291-3/+3
* Move passes from namespace llvm into anonymous namespaces. Sort includes whil...Benjamin Kramer2013-05-231-1/+1
* R600: Improve texture handlingVincent Lejeune2013-05-171-0/+45
* R600: prettier dump of clampVincent Lejeune2013-05-171-1/+1
* R600: Improve asmPrint of ALU clauseVincent Lejeune2013-05-021-0/+12
* R600: Prettier asmPrint of AluVincent Lejeune2013-05-021-2/+31
* R600/SI: add all the other missing asm operands v2Christian Konig2013-02-211-0/+4
* R600/SI: Fix int_SI_fs_interp_constantMichel Danzer2013-02-141-0/+15
* R600: Support for indirect addressing v4Tom Stellard2013-02-061-4/+1
* R600: rework handling of the constantsTom Stellard2013-01-231-0/+24
* Add R600 backendTom Stellard2012-12-111-0/+132
OpenPOWER on IntegriCloud