summaryrefslogtreecommitdiff
path: root/lib/Target/R600/InstPrinter
Commit message (Expand)AuthorAge
* Fix missing words in sentenceMatt Arsenault2014-06-23
* Use helper functionMatt Arsenault2014-06-23
* R600/SI: Prettier display of input modifiersVincent Lejeune2014-05-10
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* R600/SI: Print more immediates in hex formatMatt Arsenault2014-04-15
* R600/SI: Cleanup parsing of register names.Matt Arsenault2014-04-15
* Make methods staticMatt Arsenault2014-03-17
* R600/SI: Add intrinsic for S_SENDMSG instructionMichel Danzer2014-01-27
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-28
* [CMake] Prune include_directories() in llvm/lib/Target, take #2.NAKAMURA Takumi2013-11-28
* R600/SI: Change formatting of printed registers.Matt Arsenault2013-11-12
* R600: improve dump of S_WAITCNTVincent Lejeune2013-10-13
* R600: Bank Swizzle now display SCL equivalentVincent Lejeune2013-06-29
* Move passes from namespace llvm into anonymous namespaces. Sort includes whil...Benjamin Kramer2013-05-23
* R600: Improve texture handlingVincent Lejeune2013-05-17
* R600: prettier dump of clampVincent Lejeune2013-05-17
* R600: Improve asmPrint of ALU clauseVincent Lejeune2013-05-02
* R600: Prettier asmPrint of AluVincent Lejeune2013-05-02
* R600/SI: add all the other missing asm operands v2Christian Konig2013-02-21
* R600/SI: Fix int_SI_fs_interp_constantMichel Danzer2013-02-14
* R600: Support for indirect addressing v4Tom Stellard2013-02-06
* R600: rework handling of the constantsTom Stellard2013-01-23
* [CMake] Fixup R600.NAKAMURA Takumi2012-12-12
* Add R600 backendTom Stellard2012-12-11