Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
22dd72b99556f451b56ca3f9b71607be5fd5968f
/
llvm
/
lib
/
Target
/
AMDGPU
/
AsmParser
/
AMDGPUAsmParser.cpp
4329361
[AMDGPU] Added checks for dpp_ctrl value
by Stanislav Mekhanoshin
· 7 years ago
0084adc
AMDGPU: Add Vega12 and Vega20
by Matt Arsenault
· 8 years ago
6183065
AMDGPU: Remove max_scratch_backing_memory_byte_size from kernel header
by Konstantin Zhuravlyov
· 8 years ago
13e77db
Fix layering of MachineValueType.h by moving it from CodeGen to Support
by David Blaikie
· 8 years ago
d98c97b
[AMDGPU][MC][GFX8] Added BUFFER_STORE_LDS_DWORD Instruction
by Dmitry Preobrazhensky
· 8 years ago
da4a7c0
[AMDGPU][MC] Corrected GATHER4 opcodes
by Dmitry Preobrazhensky
· 8 years ago
d6e1a94
[AMDGPU][MC] Added lds support for MUBUF instructions
by Dmitry Preobrazhensky
· 8 years ago
8ceddb0
Remove an unused function.
by Eric Christopher
· 8 years ago
0a1ff46
[AMDGPU][MC] Corrected dst/data size for MIMG opcodes with d16 modifier
by Dmitry Preobrazhensky
· 8 years ago
e3271ae
[AMDGPU][MC] Added validation of d16 and r128 modifiers of MIMG opcodes
by Dmitry Preobrazhensky
· 8 years ago
4f321ae
[AMDGPU][MC] Corrected parsing of image opcode modifiers r128 and d16
by Dmitry Preobrazhensky
· 8 years ago
7068281
[AMDGPU][MC] Added validation of image dst/data size (must match dmask and tfe)
by Dmitry Preobrazhensky
· 8 years ago
0e074e3
[AMDGPU][MC] Corrected parsing of image modifiers and encoding of image atomics
by Dmitry Preobrazhensky
· 8 years ago
6b65f7c
[AMDGPU][MC][GFX9] Enable inline constants for SDWA operands
by Dmitry Preobrazhensky
· 8 years ago
62875fc
[AMDGPU] Add HW_REG_SH_MEM_BASES symbolic name for s_getreg_b32
by Stanislav Mekhanoshin
· 8 years ago
3afbd82
[AMDGPU][MC][GFX8][GFX9] Added XNACK_MASK support
by Dmitry Preobrazhensky
· 8 years ago
414e053
[AMDGPU][MC] Incorrect parsing of flat/global atomic modifiers
by Dmitry Preobrazhensky
· 8 years ago
471adf7
[AMDGPU][MC] Corrected handling of negative expressions
by Dmitry Preobrazhensky
· 8 years ago
c5b0c17
[AMDGPU][MC] Corrected parsing of optional operands for ds_swizzle_b32
by Dmitry Preobrazhensky
· 8 years ago
2713495
[AMDGPU][MC] Added support of 256- and 512-bit tuples of ttmp registers
by Dmitry Preobrazhensky
· 8 years ago
f7f59b5
[AMDGPU, AsmParser] Enable the mnemonic spell corrector.
by Matt Arsenault
· 8 years ago
ac2b026
[AMDGPU][MC][GFX9] Corrected encoding of ttmp registers, disabled tba/tma
by Dmitry Preobrazhensky
· 8 years ago
dd2f1c9
[AMDGPU][MC][GFX9] Added support of 'inst_offset' modifier for compatibility with SP3
by Dmitry Preobrazhensky
· 8 years ago
682a654
[AMDGPU][MC][GFX9][disassembler] Corrected decoding of op_sel_hi for v_mad_mix*
by Dmitry Preobrazhensky
· 8 years ago
219066b
AMDGPU: Improve note directive verification in assembler
by Konstantin Zhuravlyov
· 8 years ago
9c05b2b
AMDGPU: Add support for isa version note
by Konstantin Zhuravlyov
· 8 years ago
516651b
AMDGPU/NFC: Minor clean ups in HSA metadata
by Konstantin Zhuravlyov
· 8 years ago
c3beb6a
AMDGPU/NFC: Minor clean ups in PAL metadata
by Konstantin Zhuravlyov
· 8 years ago
a63b0f9
AMDGPU/NFC: Rename code object metadata as HSA metadata
by Konstantin Zhuravlyov
· 8 years ago
4191b9e
[Asm] Add debug tracing in table-generated assembly matcher
by Oliver Stannard
· 8 years ago
72800f0
[AMDGPU] implemented pal metadata
by Tim Renouf
· 8 years ago
e135c4c
AMDGPU: Add tied operands to v_mad_mix{lo|hi}_f16
by Matt Arsenault
· 8 years ago
c8f8cda
AMDGPU: Correct operand types for v_mad_mix*
by Matt Arsenault
· 8 years ago
ff64aa5
[AMDGPU][MC][GFX9] Added integer clamping support for VOP3 opcodes
by Dmitry Preobrazhensky
· 8 years ago
c8fbf6f
[AMDGPU] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
79f3ade
[AMDGPU] Add pseudo "old" source to all DPP instructions
by Connor Abbott
· 8 years ago
50805a0
[AMDGPU][MC] Corrected VOP3 version of v_interp_* instructions for VI
by Dmitry Preobrazhensky
· 8 years ago
4b11a78
[AMDGPU][MC] Enabled expressions as operands
by Dmitry Preobrazhensky
· 8 years ago
abf2839
[AMDGPU][MC][GFX9] Added support of VOP3 'op_sel' modifier
by Dmitry Preobrazhensky
· 8 years ago
7f46baf
fix typos in comments; NFC
by Hiroshi Inoue
· 8 years ago
10ac2fd
[AMDGPU] Assembler: refactor convert methods (VOP3 and MIMG)
by Sam Kolton
· 8 years ago
b2d24e2
[AMDGPU][mc][gfx9] Added support of op_sel/op_sel_hi for V_MAD_MIX*
by Dmitry Preobrazhensky
· 8 years ago
70e8bc1
[AMDGPU] Add intrinsics for tbuffer load and store
by David Stuttard
· 8 years ago
dc4ac82
[AMDGPU][MC] Corrected V_*QSAD* instructions to check that dest register is different than any of the src
by Dmitry Preobrazhensky
· 8 years ago
549c89d
[AMDGPU] SDWA: merge VI and GFX9 pseudo instructions
by Sam Kolton
· 8 years ago
9698f1c
AMDGPU: Start adding global_* instructions
by Matt Arsenault
· 8 years ago
36559b2
[AMDGPU] Remove now dead defaultOffsetS13(). NFCI.
by Davide Italiano
· 8 years ago
fd02314
AMDGPU: Start adding offset fields to flat instructions
by Matt Arsenault
· 8 years ago
5a2f881
[AMDGPU][MC] Corrected error message for s_waitcnt helpers
by Dmitry Preobrazhensky
· 8 years ago
264b5d9
Move Object format code to lib/BinaryFormat.
by Zachary Turner
· 8 years ago
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
5b0bf2ff
AMDGPU: Remove deprecated and unused elf definitions
by Konstantin Zhuravlyov
· 8 years ago
793c592
[AMDGPU][MC] New syntax for ds_swizzle_b32 offset
by Dmitry Preobrazhensky
· 8 years ago
f7659d71
[AMDGPU] SDWA: Add assembler support for GFX9
by Sam Kolton
· 8 years ago
9321e8f
[AMDGPU][MC] Fixed bugs in export instruction
by Dmitry Preobrazhensky
· 8 years ago
43d297e
[AMDGPU][MC] Added arg checks for vmcnt, expcnt, lgkmcnt helpers
by Dmitry Preobrazhensky
· 9 years ago
c7d35a0
[AMDGPU][MC] Added check for truncation of SOPK imm operand
by Dmitry Preobrazhensky
· 9 years ago
5ac9fd6
[AMDGPU][MC] Corrected parsing of v_cmp_class* and v_cmpx_class*
by Dmitry Preobrazhensky
· 9 years ago
c88169e
[AMDGPU] Garbage collect now unused dead code. NFCI.
by Davide Italiano
· 9 years ago
c512d44
[AMDGPU][MC] Fix for Bug 28207 + LIT tests
by Dmitry Preobrazhensky
· 9 years ago
4cbb689
[AMDGPU] Do not emit isa info as code object metadata
by Konstantin Zhuravlyov
· 9 years ago
7498cd6
[AMDGPU] Restructure code object metadata creation
by Konstantin Zhuravlyov
· 9 years ago
1e124e1
[AMDGPU][MC] Fix for Bugs 28201, 28199, 28170 + LIT tests
by Dmitry Preobrazhensky
· 9 years ago
40af9c3
[AMDGPU][MC] Fix for Bugs 28200, 28202 + LIT tests
by Dmitry Preobrazhensky
· 9 years ago
03880f8
[AMDGPU][MC] Fix for Bug 30829 + LIT tests
by Dmitry Preobrazhensky
· 9 years ago
9be7b0d
AMDGPU: Add VOP3P instruction format
by Matt Arsenault
· 9 years ago
972948b
[AMDGPU] Runtime metadata fixes:
by Konstantin Zhuravlyov
· 9 years ago
9f89ede
[AMDGPU] Add target information that is required by tools to metadata
by Konstantin Zhuravlyov
· 9 years ago
f481698
AMDGPU: Fix missing static
by Matt Arsenault
· 9 years ago
f15da6c
AMDGPU: AsmParser cleanups
by Matt Arsenault
· 9 years ago
43b6156
[AMDGPU][mc] Fix AddressSanitizer leftover issue in gfx7_asm_all test
by Artem Tamazov
· 9 years ago
33b01e9
[AMDGPU][mc] Fix memory corruption uncovered by AddressSanitizer during coverage/smoke Gfx7/8 testing.
by Artem Tamazov
· 9 years ago
6620376
[AMDGPU] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 9 years ago
07dbde2
[AMDGPU] Add subtarget features for SDWA/DPP
by Sam Kolton
· 9 years ago
9dffada
[AMDGPU] Assembler: fix v_mac_f16 immediates
by Sam Kolton
· 9 years ago
9772eb3
[AMDGPU] Assembler: SDWA/DPP should not accept scalar registers and immediate operands
by Sam Kolton
· 9 years ago
5f45e78
Reapply r291025 ("AMDGPU: Remove unneccessary intermediate vector")
by Matt Arsenault
· 9 years ago
e8e11eb
Revert "Reapply r291025 ("AMDGPU: Remove unneccessary intermediate vector")"
by Evgeniy Stepanov
· 9 years ago
ec63f62
Reapply r291025 ("AMDGPU: Remove unneccessary intermediate vector")
by Matt Arsenault
· 9 years ago
d4d575b
Revert r291025 ("AMDGPU: Remove unneccessary intermediate vector")
by Richard Smith
· 9 years ago
6796d7e
AMDGPU: Remove unneccessary intermediate vector
by Matt Arsenault
· 9 years ago
25478d8
[AMDGPU][mc] Enable absolute expressions in .hsa_code_object_isa directive
by Artem Tamazov
· 9 years ago
a01cce8
[AMDGPU][llvm-mc] Predefined symbols to access register counts (.kernel.{v|s}gpr_count)
by Artem Tamazov
· 9 years ago
e66365e
[AMDGPU] Assembler: support SDWA and DPP for VOP2b instructions
by Sam Kolton
· 9 years ago
a568e3d
[AMDGPU] Add pseudo SDWA instructions
by Sam Kolton
· 9 years ago
c96272c
[AMDGPU] Garbage collect dead code. NFCI.
by Davide Italiano
· 9 years ago
69c8aa2
AMDGPU: [AMDGPU] Assembler: add .hsa_code_object_metadata directive for functime metadata V2.0
by Sam Kolton
· 9 years ago
0e8a299
AMDGPU: Assembler support for vintrp instructions
by Matt Arsenault
· 9 years ago
17c7f70
Replace APFloatBase static fltSemantics data members with getter functions
by Stephan Bergmann
· 9 years ago
4bd7236
AMDGPU: Fix handling of 16-bit immediates
by Matt Arsenault
· 9 years ago
2bc2f33
[AMDGPU, PowerPC, TableGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 9 years ago
26faed3
AMDGPU: Consolidate inline immediate predicate functions
by Matt Arsenault
· 9 years ago
c7f28a5
AMDGPU: Minor assembler refactoring
by Matt Arsenault
· 9 years ago
bf6bdac
AMDGPU: Assembler support for exp
by Matt Arsenault
· 9 years ago
8a63cb9
AMDGPU: Change how exp is printed
by Matt Arsenault
· 9 years ago
b55f620
AMDGPU: Clean up struct initializers
by Matt Arsenault
· 9 years ago
12c5389
AMDGPU: Fix return after else
by Matt Arsenault
· 9 years ago
92b355b
AMDGPU: Replace assert(false) with unreachable
by Matt Arsenault
· 9 years ago
f86e4b7
[AMDGPU] Add f16 support (VI+)
by Konstantin Zhuravlyov
· 9 years ago
58eba09
[TableGen] Move OperandMatchResultTy enum to MCTargetAsmParser.h
by Alex Bradbury
· 9 years ago
Next »