summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AMDGPU] fix failure on printing of non-existing instruction operands.Valery Pykhtin2016-08-151-0/+5
* Revert "[AMDGPU] fix failure on printing of non-existing instruction operands."Valery Pykhtin2016-08-111-5/+0
* [AMDGPU] fix failure on printing of non-existing instruction operands.Valery Pykhtin2016-08-111-0/+5
* AMDGPU: Remove unnecessary string usage in AsmPrinterMatt Arsenault2016-07-051-37/+45
* [AMDGPU] AsmParser: Support for sext() modifier in SDWA. Some code cleaning i...Sam Kolton2016-06-101-2/+14
* [AMDGPU][llvm-mc] s_getreg/setreg* - hwreg - factor out strings/literals etc.Artem Tamazov2016-05-261-62/+12
* AMDGPU: Add support for MCExpr to instruction printerJan Vesely2016-05-131-2/+9
* [AMDGPU][llvm-mc] Add support for sendmsg(...) syntax.Artem Tamazov2016-05-061-26/+83
* Fixed/Recommitted r267733 "[AMDGPU][llvm-mc] Add support of TTMP quads. Rewor...Artem Tamazov2016-04-291-1/+4
* AMDGPU/SI: Assembler: Unify parsing/printing of operands.Nikolay Haustov2016-04-291-7/+17
* Revert "[AMDGPU][llvm-mc] Add support of TTMP quads. Rework M0 exclusion for ...Chad Rosier2016-04-271-4/+1
* [AMDGPU][llvm-mc] Add support of TTMP quads. Rework M0 exclusion for SMRD.Artem Tamazov2016-04-271-1/+4
* [AMDGPU][llvm-mc] s_getreg/setreg* - Support symbolic names of hardware regis...Artem Tamazov2016-04-271-4/+14
* [AMDGPU] Assembler: basic support for SDWA instructionsSam Kolton2016-04-261-0/+47
* [AMDGPU][llvm-mc] s_getreg/setreg* - Add hwreg(...) syntax.Artem Tamazov2016-04-251-0/+14
* [AMDGPU][llvm-mc] Support of Trap Handler registers (TTMP0..11 and TBA/TMA)gi...Artem Tamazov2016-04-131-13/+32
* [AMDGPU] Assembler: Change dpp_ctrl syntax to match sp3Sam Kolton2016-03-181-4/+7
* Fix build error due to unsigned compare >= 0 in r263008 (NFC)Teresa Johnson2016-03-091-1/+1
* [AMDGPU] Assembler: Support DPP instructions.Sam Kolton2016-03-091-0/+69
* [AMDGPU] Disassembler code refactored + error messages.Nikolay Haustov2016-03-011-1/+1
* [AMDGPU] Assembler: Basic support for MIMGNikolay Haustov2016-02-261-14/+41
* AMDGPU: waitcnt operand fixesTom Stellard2016-01-281-5/+2
* Remove extra forward declarations and scrub includes for all in tree InstPrin...Craig Topper2015-12-251-0/+1
* AMDGPU: Fix parsing of 32-bit literals with sign bit setMatt Arsenault2015-10-231-2/+7
* Untabify.NAKAMURA Takumi2015-09-221-3/+3
* R600 -> AMDGPU renameTom Stellard2015-06-131-0/+642
OpenPOWER on IntegriCloud