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] Add gfx1010 target definitions
Stanislav Mekhanoshin
2019-04-24
1
-2
/
+6
*
[AMDGPU][MC] Parser cleanup and refactoring
Dmitry Preobrazhensky
2019-04-24
1
-93
/
+48
*
[AMDGPU][MC] Corrected parsing of SP3 'neg' modifier
Dmitry Preobrazhensky
2019-04-22
1
-24
/
+58
*
[AMDGPU][MC] Corrected handling of "-" before expressions
Dmitry Preobrazhensky
2019-04-17
1
-38
/
+58
*
[AMDGPU][MC] Corrected parsing of registers
Dmitry Preobrazhensky
2019-04-17
1
-27
/
+126
*
AMDGPU: Fix names for generation features
Matt Arsenault
2019-04-03
1
-1
/
+1
*
[AMDGPU][MC] Corrected conversion rules for inlinable constants to match rule...
Dmitry Preobrazhensky
2019-03-29
1
-15
/
+15
*
[AMDGPU][MC] Corrected handling of tied src for atomic return MUBUF opcodes
Dmitry Preobrazhensky
2019-03-29
1
-7
/
+7
*
Revert of 357063 [AMDGPU][MC] Corrected handling of tied src for atomic retur...
Dmitry Preobrazhensky
2019-03-27
1
-7
/
+7
*
[AMDGPU][MC] Corrected handling of tied src for atomic return MUBUF opcodes
Dmitry Preobrazhensky
2019-03-27
1
-7
/
+7
*
AMDHSA: Fix COMPUTE_PGM_RSRC2.USER_SGPR calculation when parsing ISA assembly
Konstantin Zhuravlyov
2019-03-20
1
-7
/
+7
*
[AMDGPU] Added MsgPack format PAL metadata
Tim Renouf
2019-03-20
1
-13
/
+50
*
[AMDGPU] Factored PAL metadata handling out into its own class
Tim Renouf
2019-03-20
1
-4
/
+12
*
[AMDGPU][MC] Corrected checks for DS offset0 range
Dmitry Preobrazhensky
2019-03-20
1
-1
/
+1
*
[AMDGPU][MC][GFX9] Added support of operands shared_base, shared_limit, priva...
Dmitry Preobrazhensky
2019-03-20
1
-0
/
+41
*
[AMDGPU] Silence gcc 7 warnings
Stanislav Mekhanoshin
2019-03-13
1
-3
/
+3
*
[AMDGPU] Add support for immediate operand for S_ENDPGM
David Stuttard
2019-03-12
1
-0
/
+37
*
Use bitset for assembler predicates
Stanislav Mekhanoshin
2019-03-11
1
-2
/
+3
*
[AMDGPU] Mark enum types in SIDefines.h as unsigned
Stanislav Mekhanoshin
2019-03-11
1
-2
/
+2
*
[AMDGPU][MC] Enable lds_direct operand for v_readfirstlane_b32, v_readlane_b3...
Dmitry Preobrazhensky
2019-03-04
1
-44
/
+73
*
[AMDGPU][MC] Added register size check for VOP3/SDWA/DPP operands
Dmitry Preobrazhensky
2019-02-27
1
-11
/
+15
*
[AMDGPU][MC][GFX8+] Added syntactic sugar for 'vgpr index' operand of instruc...
Dmitry Preobrazhensky
2019-02-27
1
-4
/
+87
*
[AMDGPU][MC] Added support of lds_direct operand
Dmitry Preobrazhensky
2019-02-08
1
-0
/
+88
*
[AMDGPU][MC][CODEOBJECT] Added predefined symbols to access GPU minor and ste...
Dmitry Preobrazhensky
2019-02-08
1
-0
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AMDGPU][MC] Disabled use of 2 different literals with SOP2/SOPC instructions
Dmitry Preobrazhensky
2019-01-18
1
-0
/
+39
*
[AMDGPU] Emit MessagePack HSA Metadata for v3 code object
Scott Linder
2018-12-12
1
-7
/
+25
*
[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
[prev]
[next]