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
/
AsmParser
/
AMDGPUAsmParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AMDGPU] Combine DPP mov with use instructions (VOP1/2/3)
Valery Pykhtin
2018-11-30
1
-5
/
+7
*
AMDGPU: Re-apply r341982 after fixing the layering issue
Konstantin Zhuravlyov
2018-09-12
1
-20
/
+16
*
Revert "AMDGPU: Move isa version and EF_AMDGPU_MACH_* determination into Targ...
Ilya Biryukov
2018-09-12
1
-16
/
+20
*
AMDGPU: Move isa version and EF_AMDGPU_MACH_* determination
Konstantin Zhuravlyov
2018-09-11
1
-20
/
+16
*
[AMDGPU] Add support for a16 modifiear for gfx9
Ryan Taylor
2018-08-28
1
-27
/
+10
*
[AMDGPU] New tbuffer intrinsics
Tim Renouf
2018-08-21
1
-10
/
+55
*
[AMDGPU] Update assembler for HSA Code Object v3
Scott Linder
2018-06-21
1
-20
/
+432
*
AMDGPU: Refactor MIMG instruction TableGen using generic tables
Nicolai Haehnle
2018-06-21
1
-36
/
+1
*
AMDGPU: Turn D16 for MIMG instructions into a regular operand
Nicolai Haehnle
2018-06-21
1
-12
/
+19
*
[AMDGPU][MC] Enabled parsing of relocations on VALU instructions
Dmitry Preobrazhensky
2018-06-13
1
-2
/
+2
*
[AMDGPU] Added checks for dpp_ctrl value
Stanislav Mekhanoshin
2018-05-08
1
-23
/
+27
*
AMDGPU: Add Vega12 and Vega20
Matt Arsenault
2018-04-30
1
-4
/
+6
*
AMDGPU: Remove max_scratch_backing_memory_byte_size from kernel header
Konstantin Zhuravlyov
2018-04-09
1
-0
/
+7
*
Fix layering of MachineValueType.h by moving it from CodeGen to Support
David Blaikie
2018-03-23
1
-1
/
+1
*
[AMDGPU][MC][GFX8] Added BUFFER_STORE_LDS_DWORD Instruction
Dmitry Preobrazhensky
2018-03-12
1
-4
/
+9
*
[AMDGPU][MC] Corrected GATHER4 opcodes
Dmitry Preobrazhensky
2018-03-12
1
-1
/
+26
*
[AMDGPU][MC] Added lds support for MUBUF instructions
Dmitry Preobrazhensky
2018-02-21
1
-1
/
+28
*
Remove an unused function.
Eric Christopher
2018-02-16
1
-4
/
+0
*
[AMDGPU][MC] Corrected dst/data size for MIMG opcodes with d16 modifier
Dmitry Preobrazhensky
2018-02-05
1
-10
/
+19
*
[AMDGPU][MC] Added validation of d16 and r128 modifiers of MIMG opcodes
Dmitry Preobrazhensky
2018-02-05
1
-0
/
+46
*
[AMDGPU][MC] Corrected parsing of image opcode modifiers r128 and d16
Dmitry Preobrazhensky
2018-01-29
1
-2
/
+13
*
[AMDGPU][MC] Added validation of image dst/data size (must match dmask and tfe)
Dmitry Preobrazhensky
2018-01-26
1
-0
/
+61
*
[AMDGPU][MC] Corrected parsing of image modifiers and encoding of image atomics
Dmitry Preobrazhensky
2018-01-19
1
-6
/
+6
*
[AMDGPU][MC][GFX9] Enable inline constants for SDWA operands
Dmitry Preobrazhensky
2018-01-17
1
-4
/
+24
*
[AMDGPU] Add HW_REG_SH_MEM_BASES symbolic name for s_getreg_b32
Stanislav Mekhanoshin
2018-01-15
1
-1
/
+4
*
[AMDGPU][MC][GFX8][GFX9] Added XNACK_MASK support
Dmitry Preobrazhensky
2018-01-10
1
-0
/
+16
*
[AMDGPU][MC] Incorrect parsing of flat/global atomic modifiers
Dmitry Preobrazhensky
2017-12-29
1
-1
/
+39
*
[AMDGPU][MC] Corrected handling of negative expressions
Dmitry Preobrazhensky
2017-12-22
1
-1
/
+6
*
[AMDGPU][MC] Corrected parsing of optional operands for ds_swizzle_b32
Dmitry Preobrazhensky
2017-12-22
1
-1
/
+3
*
[AMDGPU][MC] Added support of 256- and 512-bit tuples of ttmp registers
Dmitry Preobrazhensky
2017-12-22
1
-2
/
+4
*
[AMDGPU, AsmParser] Enable the mnemonic spell corrector.
Matt Arsenault
2017-12-20
1
-2
/
+15
*
[AMDGPU][MC][GFX9] Corrected encoding of ttmp registers, disabled tba/tma
Dmitry Preobrazhensky
2017-12-11
1
-0
/
+19
*
[AMDGPU][MC][GFX9] Added support of 'inst_offset' modifier for compatibility ...
Dmitry Preobrazhensky
2017-11-24
1
-2
/
+5
*
[AMDGPU][MC][GFX9][disassembler] Corrected decoding of op_sel_hi for v_mad_mix*
Dmitry Preobrazhensky
2017-11-17
1
-17
/
+6
*
AMDGPU: Improve note directive verification in assembler
Konstantin Zhuravlyov
2017-10-14
1
-1
/
+19
*
AMDGPU: Add support for isa version note
Konstantin Zhuravlyov
2017-10-14
1
-0
/
+23
*
AMDGPU/NFC: Minor clean ups in HSA metadata
Konstantin Zhuravlyov
2017-10-11
1
-47
/
+47
*
AMDGPU/NFC: Minor clean ups in PAL metadata
Konstantin Zhuravlyov
2017-10-11
1
-9
/
+13
*
AMDGPU/NFC: Rename code object metadata as HSA metadata
Konstantin Zhuravlyov
2017-10-11
1
-8
/
+8
*
[Asm] Add debug tracing in table-generated assembly matcher
Oliver Stannard
2017-10-11
1
-2
/
+1
*
[AMDGPU] implemented pal metadata
Tim Renouf
2017-10-03
1
-0
/
+19
*
AMDGPU: Add tied operands to v_mad_mix{lo|hi}_f16
Matt Arsenault
2017-09-20
1
-1
/
+6
*
AMDGPU: Correct operand types for v_mad_mix*
Matt Arsenault
2017-08-30
1
-2
/
+20
*
[AMDGPU][MC][GFX9] Added integer clamping support for VOP3 opcodes
Dmitry Preobrazhensky
2017-08-16
1
-0
/
+24
*
[AMDGPU] Fix some Clang-tidy modernize-use-using and Include What You Use war...
Eugene Zelenko
2017-08-10
1
-20
/
+20
*
[AMDGPU] Add pseudo "old" source to all DPP instructions
Connor Abbott
2017-08-07
1
-10
/
+5
*
[AMDGPU][MC] Corrected VOP3 version of v_interp_* instructions for VI
Dmitry Preobrazhensky
2017-08-07
1
-1
/
+46
*
[AMDGPU][MC] Enabled expressions as operands
Dmitry Preobrazhensky
2017-08-04
1
-14
/
+12
*
[AMDGPU][MC][GFX9] Added support of VOP3 'op_sel' modifier
Dmitry Preobrazhensky
2017-07-21
1
-4
/
+36
*
fix typos in comments; NFC
Hiroshi Inoue
2017-07-16
1
-1
/
+1
[next]