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