summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/InstPrinter
Commit message (Expand)AuthorAgeFilesLines
* R600/SI: Fix f64 inline immediatesMatt Arsenault2014-12-172-7/+60
* R600/SI: Change mubuf offsets to print as decimalMatt Arsenault2014-12-031-1/+1
* R600/SI: Change how DS offsets are printedMatt Arsenault2014-10-102-0/+36
* R600/SI: Fix printing of clamp and omodMatt Arsenault2014-09-302-0/+19
* 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
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-3/+3
* R600/SI: Update MUBUF assembly string to match AMD proprietary compilerTom Stellard2014-08-052-0/+51
* 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-102-0/+13
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-1/+1
* R600/SI: Print more immediates in hex formatMatt Arsenault2014-04-152-1/+44
* R600/SI: Cleanup parsing of register names.Matt Arsenault2014-04-152-34/+47
* Make methods staticMatt Arsenault2014-03-171-23/+24
* R600/SI: Add intrinsic for S_SENDMSG instructionMichel Danzer2014-01-272-0/+32
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-281-2/+0
* [CMake] Prune include_directories() in llvm/lib/Target, take #2.NAKAMURA Takumi2013-11-281-2/+0
* R600/SI: Change formatting of printed registers.Matt Arsenault2013-11-122-2/+64
* R600: improve dump of S_WAITCNTVincent Lejeune2013-10-132-0/+18
* 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-172-0/+47
* R600: prettier dump of clampVincent Lejeune2013-05-171-1/+1
* R600: Improve asmPrint of ALU clauseVincent Lejeune2013-05-022-0/+13
* R600: Prettier asmPrint of AluVincent Lejeune2013-05-022-3/+34
* 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-142-0/+16
* R600: Support for indirect addressing v4Tom Stellard2013-02-061-4/+1
* R600: rework handling of the constantsTom Stellard2013-01-232-0/+25
* [CMake] Fixup R600.NAKAMURA Takumi2012-12-121-1/+1
* Add R600 backendTom Stellard2012-12-115-0/+230
OpenPOWER on IntegriCloud