1. 5ac9fd6 [AMDGPU][MC] Corrected parsing of v_cmp_class* and v_cmpx_class* by Dmitry Preobrazhensky · 9 years ago
  2. c88169e [AMDGPU] Garbage collect now unused dead code. NFCI. by Davide Italiano · 9 years ago
  3. c512d44 [AMDGPU][MC] Fix for Bug 28207 + LIT tests by Dmitry Preobrazhensky · 9 years ago
  4. 4cbb689 [AMDGPU] Do not emit isa info as code object metadata by Konstantin Zhuravlyov · 9 years ago
  5. 7498cd6 [AMDGPU] Restructure code object metadata creation by Konstantin Zhuravlyov · 9 years ago
  6. 1e124e1 [AMDGPU][MC] Fix for Bugs 28201, 28199, 28170 + LIT tests by Dmitry Preobrazhensky · 9 years ago
  7. 40af9c3 [AMDGPU][MC] Fix for Bugs 28200, 28202 + LIT tests by Dmitry Preobrazhensky · 9 years ago
  8. 03880f8 [AMDGPU][MC] Fix for Bug 30829 + LIT tests by Dmitry Preobrazhensky · 9 years ago
  9. 9be7b0d AMDGPU: Add VOP3P instruction format by Matt Arsenault · 9 years ago
  10. 972948b [AMDGPU] Runtime metadata fixes: by Konstantin Zhuravlyov · 9 years ago
  11. 9f89ede [AMDGPU] Add target information that is required by tools to metadata by Konstantin Zhuravlyov · 9 years ago
  12. f481698 AMDGPU: Fix missing static by Matt Arsenault · 9 years ago
  13. f15da6c AMDGPU: AsmParser cleanups by Matt Arsenault · 9 years ago
  14. 43b6156 [AMDGPU][mc] Fix AddressSanitizer leftover issue in gfx7_asm_all test by Artem Tamazov · 9 years ago
  15. 33b01e9 [AMDGPU][mc] Fix memory corruption uncovered by AddressSanitizer during coverage/smoke Gfx7/8 testing. by Artem Tamazov · 9 years ago
  16. 6620376 [AMDGPU] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  17. 07dbde2 [AMDGPU] Add subtarget features for SDWA/DPP by Sam Kolton · 9 years ago
  18. 9dffada [AMDGPU] Assembler: fix v_mac_f16 immediates by Sam Kolton · 9 years ago
  19. 9772eb3 [AMDGPU] Assembler: SDWA/DPP should not accept scalar registers and immediate operands by Sam Kolton · 9 years ago
  20. 5f45e78 Reapply r291025 ("AMDGPU: Remove unneccessary intermediate vector") by Matt Arsenault · 9 years ago
  21. e8e11eb Revert "Reapply r291025 ("AMDGPU: Remove unneccessary intermediate vector")" by Evgeniy Stepanov · 9 years ago
  22. ec63f62 Reapply r291025 ("AMDGPU: Remove unneccessary intermediate vector") by Matt Arsenault · 9 years ago
  23. d4d575b Revert r291025 ("AMDGPU: Remove unneccessary intermediate vector") by Richard Smith · 9 years ago
  24. 6796d7e AMDGPU: Remove unneccessary intermediate vector by Matt Arsenault · 9 years ago
  25. 25478d8 [AMDGPU][mc] Enable absolute expressions in .hsa_code_object_isa directive by Artem Tamazov · 9 years ago
  26. a01cce8 [AMDGPU][llvm-mc] Predefined symbols to access register counts (.kernel.{v|s}gpr_count) by Artem Tamazov · 9 years ago
  27. e66365e [AMDGPU] Assembler: support SDWA and DPP for VOP2b instructions by Sam Kolton · 9 years ago
  28. a568e3d [AMDGPU] Add pseudo SDWA instructions by Sam Kolton · 9 years ago
  29. c96272c [AMDGPU] Garbage collect dead code. NFCI. by Davide Italiano · 9 years ago
  30. 69c8aa2 AMDGPU: [AMDGPU] Assembler: add .hsa_code_object_metadata directive for functime metadata V2.0 by Sam Kolton · 9 years ago
  31. 0e8a299 AMDGPU: Assembler support for vintrp instructions by Matt Arsenault · 9 years ago
  32. 17c7f70 Replace APFloatBase static fltSemantics data members with getter functions by Stephan Bergmann · 9 years ago
  33. 4bd7236 AMDGPU: Fix handling of 16-bit immediates by Matt Arsenault · 9 years ago
  34. 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
  35. 26faed3 AMDGPU: Consolidate inline immediate predicate functions by Matt Arsenault · 9 years ago
  36. c7f28a5 AMDGPU: Minor assembler refactoring by Matt Arsenault · 9 years ago
  37. bf6bdac AMDGPU: Assembler support for exp by Matt Arsenault · 9 years ago
  38. 8a63cb9 AMDGPU: Change how exp is printed by Matt Arsenault · 9 years ago
  39. b55f620 AMDGPU: Clean up struct initializers by Matt Arsenault · 9 years ago
  40. 12c5389 AMDGPU: Fix return after else by Matt Arsenault · 9 years ago
  41. 92b355b AMDGPU: Replace assert(false) with unreachable by Matt Arsenault · 9 years ago
  42. f86e4b7 [AMDGPU] Add f16 support (VI+) by Konstantin Zhuravlyov · 9 years ago
  43. 58eba09 [TableGen] Move OperandMatchResultTy enum to MCTargetAsmParser.h by Alex Bradbury · 9 years ago
  44. f3dd863 AMDGPU: Whitespace fixes by Matt Arsenault · 9 years ago
  45. 54bfd54 [AMDGPU][MC][gfx8] Support 20-bit immediate offset in SMEM instructions. by Artem Tamazov · 9 years ago
  46. cc88ce3 AMDGPU: Add instruction definitions for VGPR indexing by Matt Arsenault · 9 years ago
  47. cdd4547 [AMDGPU] Refactor waitcnt encoding by Konstantin Zhuravlyov · 9 years ago
  48. 0da8630 Revert r283690, "MC: Remove unused entities." by Peter Collingbourne · 9 years ago
  49. f42454b Move the global variables representing each Target behind accessor function by Mehdi Amini · 9 years ago
  50. cc723cc MC: Remove unused entities. by Peter Collingbourne · 9 years ago
  51. a3ec5c1 [AMDGPU] Assembler: support v_mac_f32 DPP and SDWA. Move getNamedOperandIdx to AMDGPUBaseInfo.h by Sam Kolton · 9 years ago
  52. 836cbff [AMDGPU] Choose VMCNT, EXPCNT, LGKMCNT masks and shifts based on the isa version by Konstantin Zhuravlyov · 9 years ago
  53. 2146a0a [AMDGPU][mc] Add support for absolute expressions in DPP modifiers. by Artem Tamazov · 9 years ago
  54. 1eeb11b AMDGPU] Assembler: better support for immediate literals in assembler. by Sam Kolton · 9 years ago
  55. d63d8a7 [AMDGPU] Assembler: match e32 VOP instructions before e64. by Sam Kolton · 9 years ago
  56. 7f19298 AMDGPU: Remove excessive padding from ImmOp and RegOp. by Matt Arsenault · 9 years ago
  57. 7a2a323 [AMDGPU] Assembler: fix row_bcast parsing by Sam Kolton · 9 years ago
  58. 53c9de0 [AMDGPU][llvm-mc] Quickfix for r272748 to enable labels in branch instructions. by Artem Tamazov · 9 years ago
  59. a9cd6aa [AMDGPU] Assembler: Fix parsing error with floating-point literals passed to integer instructions by Sam Kolton · 9 years ago
  60. 5196b88 [AMDGPU] Assembler: support SDWA for VOPC instructions by Sam Kolton · 9 years ago
  61. a852d69 [AMDGPU] Enable absolute expression initializer for amd_kernel_code_t fields. by Valery Pykhtin · 9 years ago
  62. 7b4ef06 Delete more dead code. by Rafael Espindola · 9 years ago
  63. 4897588 Delete some dead code. by Rafael Espindola · 9 years ago
  64. 8904970 AMDGPU/AsmParser: Add support for parsing symbol operands by Tom Stellard · 9 years ago
  65. 1709136 [AMDGPU][llvm-mc] Predefined symbols to access -mcpu from the assembly source (.option.machine_version...) by Artem Tamazov · 9 years ago
  66. 945231a [AMDGPU] AsmParser: Support for sext() modifier in SDWA. Some code cleaning in AMDGPUOperand. by Sam Kolton · 9 years ago
  67. 37fefd6 AMDGPU: Fix trailing whitespace by Matt Arsenault · 9 years ago
  68. f88397c [test/AMDGPU] Square-braced-syntax for registers: add macro test/example. by Artem Tamazov · 9 years ago
  69. 05ef1c9 [AMDGPU] Assembler: Custom converters for SDWA instructions. Support for _dpp and _sdwa suffixes in mnemonics. by Sam Kolton · 9 years ago
  70. 7da9b82 [AMDGPU][llvm-mc] Square-braced-syntax for registers - make ":expr2" optional. by Artem Tamazov · 9 years ago
  71. 6edc135 [AMDGPU][llvm-mc] s_getreg/setreg* - hwreg - factor out strings/literals etc. by Artem Tamazov · 9 years ago
  72. 11de370 [AMDGPU] Assembler: rework parsing of optional operands. by Sam Kolton · 9 years ago
  73. 1bdcef7 [AMDGPU] Assembler: refactor parsing of modifiers and immediates. Allow modifiers for imms. by Sam Kolton · 9 years ago
  74. 8ce1f71 [AMDGPU][llvm-mc] Fixes to support buffer atomics. by Artem Tamazov · 9 years ago
  75. ebe71ce [AMDGPU][llvm-mc] Add support for sendmsg(...) syntax. by Artem Tamazov · 9 years ago
  76. 5f10a13 [TableGen] AsmMatcher: support for default values for optional operands by Sam Kolton · 9 years ago
  77. fcfaea4 AMDGPU/SI: Add support for AMD code object version 2. by Tom Stellard · 10 years ago
  78. 38e496b Fixed/Recommitted r267733 "[AMDGPU][llvm-mc] Add support of TTMP quads. Rework M0 exclusion for SMRD." by Artem Tamazov · 10 years ago
  79. 4f672a3 AMDGPU/SI: Assembler: Unify parsing/printing of operands. by Nikolay Haustov · 10 years ago
  80. 03e1647 Revert "[AMDGPU][llvm-mc] Add support of TTMP quads. Rework M0 exclusion for SMRD." by Chad Rosier · 10 years ago
  81. 7f0ae15 Silence a -Wdangling-else by Reid Kleckner · 10 years ago
  82. 3896f8f [AMDGPU][llvm-mc] Add support of TTMP quads. Rework M0 exclusion for SMRD. by Artem Tamazov · 10 years ago
  83. 5cd55b1 [AMDGPU][llvm-mc] s_getreg/setreg* - Support symbolic names of hardware registers. by Artem Tamazov · 10 years ago
  84. 3025e7f [AMDGPU] Assembler: basic support for SDWA instructions by Sam Kolton · 10 years ago
  85. d646866 [AMDGPU][llvm-mc] s_getreg/setreg* - Add hwreg(...) syntax. by Artem Tamazov · 10 years ago
  86. 201398e [AMDGPU] Assembler: prevent parseDPPCtrlOps from eating invalid tokens by Sam Kolton · 10 years ago
  87. fb5c307 AMDGPU/SI: Assembler: improvements to support trap handlers. by Nikolay Haustov · 10 years ago
  88. b550cb1 [NFC] Header cleanup by Mehdi Amini · 10 years ago
  89. eb4d5a9 [AMDGPU][llvm-mc] Support of Trap Handler registers (TTMP0..11 and TBA/TMA)git status by Artem Tamazov · 10 years ago
  90. a74cd52 [AMDGPU] Assembler: Change dpp_ctrl syntax to match sp3 by Sam Kolton · 10 years ago
  91. 0f97f17 [AMDGPU] AsmParser: Factor out parseRegister. NFC. by Valery Pykhtin · 10 years ago
  92. 9e33c7f [AMDGPU] AsmParser: refactor post push_back vector access. NFC. by Valery Pykhtin · 10 years ago
  93. f91911c [AMDGPU] AsmParser: remove redundant isReg checks. NFC. by Valery Pykhtin · 10 years ago
  94. dfa29f7 [AMDGPU] Assembler: Support DPP instructions. by Sam Kolton · 10 years ago
  95. 9b7577e [AMDGPU] Assembler: Support abs() syntax. by Nikolay Haustov · 10 years ago
  96. dc11054 [AMDGPU] Using table-driven amd_kernel_code_t field parser in assembler. by Valery Pykhtin · 10 years ago
  97. f51f4b8 Test commit access by Sam Kolton · 10 years ago
  98. 5bf46ac1 AMDGPU/SI: add llvm.amdgcn.image.atomic.* intrinsics by Nikolay Haustov · 10 years ago
  99. f0f2462 Revert "[AMDGPU] Using table-driven amd_kernel_code_t field parser in assembler." by Nikolay Haustov · 10 years ago
  100. 73447a9 [AMDGPU] Using table-driven amd_kernel_code_t field parser in assembler. by Nikolay Haustov · 10 years ago