index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
AMDGPU
/
InstPrinter
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AMDGPU][MC] Added support of 256- and 512-bit tuples of ttmp registers
Dmitry Preobrazhensky
2017-12-22
1
-2
/
+2
*
[AMDGPU][MC][GFX9] Corrected encoding of ttmp registers, disabled tba/tma
Dmitry Preobrazhensky
2017-12-11
1
-10
/
+0
*
[AMDGPU][MC][DISASSEMBLER][GFX9] Corrected decoding of GLOBAL/SCRATCH opcodes
Dmitry Preobrazhensky
2017-11-27
2
-4
/
+4
*
[AMDGPU][MC][GFX9][disassembler] Corrected decoding of op_sel_hi for v_mad_mix*
Dmitry Preobrazhensky
2017-11-17
1
-3
/
+6
*
AMDGPU: Add R600InstPrinter class
Tom Stellard
2017-08-17
2
-108
/
+250
*
[AMDGPU][MC] Corrected VOP3 version of v_interp_* instructions for VI
Dmitry Preobrazhensky
2017-08-07
2
-0
/
+9
*
AMDGPU: Remove deadcode from AMDGPUInstPrinter
Tom Stellard
2017-07-29
2
-25
/
+0
*
AMDGPU: Fix allocating pseudo-registers
Matt Arsenault
2017-07-24
1
-0
/
+5
*
[AMDGPU][MC][GFX9] Added support of VOP3 'op_sel' modifier
Dmitry Preobrazhensky
2017-07-21
2
-4
/
+21
*
[AMDGPU] Add intrinsics for tbuffer load and store
David Stuttard
2017-06-22
2
-0
/
+22
*
[AMDGPU][MC][GFX9] Corrected VOP3P relevant code to fix disassembler failures
Dmitry Preobrazhensky
2017-06-21
1
-1
/
+0
*
AMDGPU: Start adding global_* instructions
Matt Arsenault
2017-06-20
2
-0
/
+19
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[AMDGPU][MC] New syntax for ds_swizzle_b32 offset
Dmitry Preobrazhensky
2017-05-31
2
-0
/
+108
*
[AMDGPU][MC] Fix for Bug 28211 + LIT tests
Dmitry Preobrazhensky
2017-04-07
1
-1
/
+1
*
[AMDGPU][MC] Fix for Bugs 28200, 28202 + LIT tests
Dmitry Preobrazhensky
2017-03-20
1
-2
/
+23
*
AMDGPU: Add VOP3P instruction format
Matt Arsenault
2017-02-27
2
-0
/
+87
*
AMDGPU: Change exp with compr bit printing
Matt Arsenault
2017-02-22
1
-3
/
+11
*
[AMDGPU] Add target information that is required by tools to metadata
Konstantin Zhuravlyov
2017-02-08
1
-5
/
+6
*
AMDGPU: Change vintrp printing
Matt Arsenault
2016-12-14
2
-0
/
+19
*
[AMDGPU, PowerPC, TableGen] Fix some Clang-tidy modernize and Include What Yo...
Eugene Zelenko
2016-12-12
1
-5
/
+4
*
AMDGPU: Fix handling of 16-bit immediates
Matt Arsenault
2016-12-10
2
-14
/
+71
*
AMDGPU: Change vintrp printing to better match sc
Matt Arsenault
2016-12-10
1
-9
/
+12
*
AMDGPU: Change how exp is printed
Matt Arsenault
2016-12-05
2
-4
/
+101
*
AMDGPU: Fix formatting of 1/2pi immediate
Matt Arsenault
2016-11-15
1
-2
/
+2
*
[AMDGPU][MC][gfx8] Support 20-bit immediate offset in SMEM instructions.
Artem Tamazov
2016-10-31
2
-2
/
+10
*
AMDGPU: Use 1/2pi inline imm on VI
Matt Arsenault
2016-10-29
2
-9
/
+21
*
[AMDGPU] Stop using MCRegisterClass::getSize()
Krzysztof Parzyszek
2016-10-19
1
-7
/
+7
*
AMDGPU: Add instruction definitions for VGPR indexing
Matt Arsenault
2016-10-12
2
-3
/
+29
*
[AMDGPU] Refactor waitcnt encoding
Konstantin Zhuravlyov
2016-10-11
1
-6
/
+5
*
[AMDGPU] Assembler: support v_mac_f32 DPP and SDWA. Move getNamedOperandIdx t...
Sam Kolton
2016-10-07
1
-10
/
+14
*
[AMDGPU] Choose VMCNT, EXPCNT, LGKMCNT masks and shifts based on the isa version
Konstantin Zhuravlyov
2016-09-30
1
-4
/
+9
*
[AMDGPU] Enable changing instprinter's behavior based on the per-function
Konstantin Zhuravlyov
2016-09-27
2
-132
/
+209
*
AMDGPU] Assembler: better support for immediate literals in assembler.
Sam Kolton
2016-09-09
1
-1
/
+1
*
[AMDGPU] fix failure on printing of non-existing instruction operands.
Valery Pykhtin
2016-08-15
1
-0
/
+5
*
Revert "[AMDGPU] fix failure on printing of non-existing instruction operands."
Valery Pykhtin
2016-08-11
1
-5
/
+0
*
[AMDGPU] fix failure on printing of non-existing instruction operands.
Valery Pykhtin
2016-08-11
1
-0
/
+5
*
AMDGPU: Remove unnecessary string usage in AsmPrinter
Matt Arsenault
2016-07-05
2
-38
/
+49
*
[AMDGPU] AsmParser: Support for sext() modifier in SDWA. Some code cleaning i...
Sam Kolton
2016-06-10
2
-3
/
+16
*
[AMDGPU][llvm-mc] s_getreg/setreg* - hwreg - factor out strings/literals etc.
Artem Tamazov
2016-05-26
3
-63
/
+15
*
AMDGPU: Add support for MCExpr to instruction printer
Jan Vesely
2016-05-13
2
-3
/
+10
*
[AMDGPU][llvm-mc] Add support for sendmsg(...) syntax.
Artem Tamazov
2016-05-06
1
-26
/
+83
*
Fixed/Recommitted r267733 "[AMDGPU][llvm-mc] Add support of TTMP quads. Rewor...
Artem Tamazov
2016-04-29
1
-1
/
+4
*
AMDGPU/SI: Assembler: Unify parsing/printing of operands.
Nikolay Haustov
2016-04-29
2
-14
/
+26
*
Revert "[AMDGPU][llvm-mc] Add support of TTMP quads. Rework M0 exclusion for ...
Chad Rosier
2016-04-27
1
-4
/
+1
*
[AMDGPU][llvm-mc] Add support of TTMP quads. Rework M0 exclusion for SMRD.
Artem Tamazov
2016-04-27
1
-1
/
+4
*
[AMDGPU][llvm-mc] s_getreg/setreg* - Support symbolic names of hardware regis...
Artem Tamazov
2016-04-27
1
-4
/
+14
*
[AMDGPU] Assembler: basic support for SDWA instructions
Sam Kolton
2016-04-26
2
-0
/
+52
*
[AMDGPU][llvm-mc] s_getreg/setreg* - Add hwreg(...) syntax.
Artem Tamazov
2016-04-25
2
-0
/
+15
*
[AMDGPU][llvm-mc] Support of Trap Handler registers (TTMP0..11 and TBA/TMA)gi...
Artem Tamazov
2016-04-13
1
-13
/
+32
[next]