Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
5ac9fd64a3fe21210cf17c0517a39feb0063c106
/
llvm
/
lib
/
Target
/
AMDGPU
/
AsmParser
/
AMDGPUAsmParser.cpp
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
f3dd863
AMDGPU: Whitespace fixes
by Matt Arsenault
· 9 years ago
54bfd54
[AMDGPU][MC][gfx8] Support 20-bit immediate offset in SMEM instructions.
by Artem Tamazov
· 9 years ago
cc88ce3
AMDGPU: Add instruction definitions for VGPR indexing
by Matt Arsenault
· 9 years ago
cdd4547
[AMDGPU] Refactor waitcnt encoding
by Konstantin Zhuravlyov
· 9 years ago
0da8630
Revert r283690, "MC: Remove unused entities."
by Peter Collingbourne
· 9 years ago
f42454b
Move the global variables representing each Target behind accessor function
by Mehdi Amini
· 9 years ago
cc723cc
MC: Remove unused entities.
by Peter Collingbourne
· 9 years ago
a3ec5c1
[AMDGPU] Assembler: support v_mac_f32 DPP and SDWA. Move getNamedOperandIdx to AMDGPUBaseInfo.h
by Sam Kolton
· 9 years ago
836cbff
[AMDGPU] Choose VMCNT, EXPCNT, LGKMCNT masks and shifts based on the isa version
by Konstantin Zhuravlyov
· 9 years ago
2146a0a
[AMDGPU][mc] Add support for absolute expressions in DPP modifiers.
by Artem Tamazov
· 9 years ago
1eeb11b
AMDGPU] Assembler: better support for immediate literals in assembler.
by Sam Kolton
· 9 years ago
d63d8a7
[AMDGPU] Assembler: match e32 VOP instructions before e64.
by Sam Kolton
· 9 years ago
7f19298
AMDGPU: Remove excessive padding from ImmOp and RegOp.
by Matt Arsenault
· 9 years ago
7a2a323
[AMDGPU] Assembler: fix row_bcast parsing
by Sam Kolton
· 9 years ago
53c9de0
[AMDGPU][llvm-mc] Quickfix for r272748 to enable labels in branch instructions.
by Artem Tamazov
· 9 years ago
a9cd6aa
[AMDGPU] Assembler: Fix parsing error with floating-point literals passed to integer instructions
by Sam Kolton
· 9 years ago
5196b88
[AMDGPU] Assembler: support SDWA for VOPC instructions
by Sam Kolton
· 9 years ago
a852d69
[AMDGPU] Enable absolute expression initializer for amd_kernel_code_t fields.
by Valery Pykhtin
· 9 years ago
7b4ef06
Delete more dead code.
by Rafael Espindola
· 9 years ago
4897588
Delete some dead code.
by Rafael Espindola
· 9 years ago
8904970
AMDGPU/AsmParser: Add support for parsing symbol operands
by Tom Stellard
· 9 years ago
1709136
[AMDGPU][llvm-mc] Predefined symbols to access -mcpu from the assembly source (.option.machine_version...)
by Artem Tamazov
· 9 years ago
945231a
[AMDGPU] AsmParser: Support for sext() modifier in SDWA. Some code cleaning in AMDGPUOperand.
by Sam Kolton
· 9 years ago
37fefd6
AMDGPU: Fix trailing whitespace
by Matt Arsenault
· 9 years ago
f88397c
[test/AMDGPU] Square-braced-syntax for registers: add macro test/example.
by Artem Tamazov
· 9 years ago
05ef1c9
[AMDGPU] Assembler: Custom converters for SDWA instructions. Support for _dpp and _sdwa suffixes in mnemonics.
by Sam Kolton
· 9 years ago
7da9b82
[AMDGPU][llvm-mc] Square-braced-syntax for registers - make ":expr2" optional.
by Artem Tamazov
· 9 years ago
6edc135
[AMDGPU][llvm-mc] s_getreg/setreg* - hwreg - factor out strings/literals etc.
by Artem Tamazov
· 9 years ago
11de370
[AMDGPU] Assembler: rework parsing of optional operands.
by Sam Kolton
· 9 years ago
1bdcef7
[AMDGPU] Assembler: refactor parsing of modifiers and immediates. Allow modifiers for imms.
by Sam Kolton
· 9 years ago
8ce1f71
[AMDGPU][llvm-mc] Fixes to support buffer atomics.
by Artem Tamazov
· 9 years ago
ebe71ce
[AMDGPU][llvm-mc] Add support for sendmsg(...) syntax.
by Artem Tamazov
· 9 years ago
5f10a13
[TableGen] AsmMatcher: support for default values for optional operands
by Sam Kolton
· 9 years ago
fcfaea4
AMDGPU/SI: Add support for AMD code object version 2.
by Tom Stellard
· 10 years ago
38e496b
Fixed/Recommitted r267733 "[AMDGPU][llvm-mc] Add support of TTMP quads. Rework M0 exclusion for SMRD."
by Artem Tamazov
· 10 years ago
4f672a3
AMDGPU/SI: Assembler: Unify parsing/printing of operands.
by Nikolay Haustov
· 10 years ago
03e1647
Revert "[AMDGPU][llvm-mc] Add support of TTMP quads. Rework M0 exclusion for SMRD."
by Chad Rosier
· 10 years ago
7f0ae15
Silence a -Wdangling-else
by Reid Kleckner
· 10 years ago
3896f8f
[AMDGPU][llvm-mc] Add support of TTMP quads. Rework M0 exclusion for SMRD.
by Artem Tamazov
· 10 years ago
5cd55b1
[AMDGPU][llvm-mc] s_getreg/setreg* - Support symbolic names of hardware registers.
by Artem Tamazov
· 10 years ago
3025e7f
[AMDGPU] Assembler: basic support for SDWA instructions
by Sam Kolton
· 10 years ago
d646866
[AMDGPU][llvm-mc] s_getreg/setreg* - Add hwreg(...) syntax.
by Artem Tamazov
· 10 years ago
201398e
[AMDGPU] Assembler: prevent parseDPPCtrlOps from eating invalid tokens
by Sam Kolton
· 10 years ago
fb5c307
AMDGPU/SI: Assembler: improvements to support trap handlers.
by Nikolay Haustov
· 10 years ago
b550cb1
[NFC] Header cleanup
by Mehdi Amini
· 10 years ago
eb4d5a9
[AMDGPU][llvm-mc] Support of Trap Handler registers (TTMP0..11 and TBA/TMA)git status
by Artem Tamazov
· 10 years ago
a74cd52
[AMDGPU] Assembler: Change dpp_ctrl syntax to match sp3
by Sam Kolton
· 10 years ago
0f97f17
[AMDGPU] AsmParser: Factor out parseRegister. NFC.
by Valery Pykhtin
· 10 years ago
9e33c7f
[AMDGPU] AsmParser: refactor post push_back vector access. NFC.
by Valery Pykhtin
· 10 years ago
f91911c
[AMDGPU] AsmParser: remove redundant isReg checks. NFC.
by Valery Pykhtin
· 10 years ago
dfa29f7
[AMDGPU] Assembler: Support DPP instructions.
by Sam Kolton
· 10 years ago
9b7577e
[AMDGPU] Assembler: Support abs() syntax.
by Nikolay Haustov
· 10 years ago
dc11054
[AMDGPU] Using table-driven amd_kernel_code_t field parser in assembler.
by Valery Pykhtin
· 10 years ago
f51f4b8
Test commit access
by Sam Kolton
· 10 years ago
5bf46ac1
AMDGPU/SI: add llvm.amdgcn.image.atomic.* intrinsics
by Nikolay Haustov
· 10 years ago
f0f2462
Revert "[AMDGPU] Using table-driven amd_kernel_code_t field parser in assembler."
by Nikolay Haustov
· 10 years ago
73447a9
[AMDGPU] Using table-driven amd_kernel_code_t field parser in assembler.
by Nikolay Haustov
· 10 years ago
Next »