1. eda425e AMDGPU: Do not emit deprecated notes for code object v3 by Konstantin Zhuravlyov · 8 years ago
  2. 9c05b2b AMDGPU: Add support for isa version note by Konstantin Zhuravlyov · 8 years ago
  3. ef1ae8f [AMDGPU] calling conventions for AMDPAL OS type by Tim Renouf · 8 years ago
  4. 8728c5f AMDGPU: Cleanup subtarget features by Matt Arsenault · 8 years ago
  5. 894e53d AMDGPU: Fix using SMRD instructions for argument loads in functions by Matt Arsenault · 8 years ago
  6. 00deef8 [AMDGPU][MC] Optimized IsRegIntersect function by Dmitry Preobrazhensky · 8 years ago
  7. 94b3b47 Revert "AMDGPU: Do not test for SI in getIsaVersion" by Konstantin Zhuravlyov · 8 years ago
  8. a462419 AMDGPU: Do not test for SI in getIsaVersion by Konstantin Zhuravlyov · 8 years ago
  9. 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
  10. 7c3e511 AMDGPU : Fix ISA Version Definitions. by Wei Ding · 8 years ago
  11. 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  12. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  13. 5b0bf2ff AMDGPU: Remove deprecated and unused elf definitions by Konstantin Zhuravlyov · 8 years ago
  14. 8973a0a Revert "AMDGPU: Fold CI-specific complex SMRD patterns into existing complex patterns" by Marek Olsak · 8 years ago
  15. 7dadd86 AMDGPU: Fold CI-specific complex SMRD patterns into existing complex patterns by Marek Olsak · 8 years ago
  16. f7659d71 [AMDGPU] SDWA: Add assembler support for GFX9 by Sam Kolton · 8 years ago
  17. 2b1f9aa AMDGPU: Start defining a calling convention by Matt Arsenault · 8 years ago
  18. a302a736 AMDGPU: Add AMDGPU_HS calling convention by Marek Olsak · 9 years ago
  19. 3d1cc88 AMDGPU: Temporarily disable packed inlinable literals (v2f16, v2i16) by Konstantin Zhuravlyov · 9 years ago
  20. e622dc3 AMDGPU: Refactor argument lowering by Matt Arsenault · 9 years ago
  21. 678e111 AMDGPU: Fix crash when disassembling VOP3 mac by Matt Arsenault · 9 years ago
  22. 76ae47c [AMDGPU] Temporarily change constant address space from 4 to 2 by Yaxun Liu · 9 years ago
  23. 1a14bfa [AMDGPU] Get address space mapping by target triple environment by Yaxun Liu · 9 years ago
  24. 03880f8 [AMDGPU][MC] Fix for Bug 30829 + LIT tests by Dmitry Preobrazhensky · 9 years ago
  25. 182e9cc [AMDGPU] Change amd_kernel_code_t's minor version to 1 by Konstantin Zhuravlyov · 9 years ago
  26. 9be7b0d AMDGPU: Add VOP3P instruction format by Matt Arsenault · 9 years ago
  27. e823d92 AMDGPU: Merge initial gfx9 support by Matt Arsenault · 9 years ago
  28. 19f98c6 [AMDGPU] Fix MaxWorkGroupsPerCU for large workgroups by Stanislav Mekhanoshin · 9 years ago
  29. d96089b [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  30. fd87137 [AMDGPU] Calculate number of min/max SGPRs/VGPRs for WavesPerEU instead of using switch statement by Konstantin Zhuravlyov · 9 years ago
  31. 9f89ede [AMDGPU] Add target information that is required by tools to metadata by Konstantin Zhuravlyov · 9 years ago
  32. 43b6156 [AMDGPU][mc] Fix AddressSanitizer leftover issue in gfx7_asm_all test by Artem Tamazov · 9 years ago
  33. ca16621 Re-commit AMDGPU/GlobalISel: Add support for simple shaders by Tom Stellard · 9 years ago
  34. 7a19d56 Revert "AMDGPU/GlobalISel: Add support for simple shaders" by Tom Stellard · 9 years ago
  35. e48f60a AMDGPU/GlobalISel: Add support for simple shaders by Tom Stellard · 9 years ago
  36. 33b01e9 [AMDGPU][mc] Fix memory corruption uncovered by AddressSanitizer during coverage/smoke Gfx7/8 testing. by Artem Tamazov · 9 years ago
  37. 08efb7e AMDGPU/SI: Move some ISel helpers into utils so they can be shared with GISel by Tom Stellard · 9 years ago
  38. 5d91019 AMDGPU: Set call_convention bit in kernel_code_t by Matt Arsenault · 9 years ago
  39. 9dffada [AMDGPU] Assembler: fix v_mac_f16 immediates by Sam Kolton · 9 years ago
  40. 31dbb03 [AMDGPU] Remove extra semicolon. NFC by Konstantin Zhuravlyov · 9 years ago
  41. 4bd7236 AMDGPU: Fix handling of 16-bit immediates by Matt Arsenault · 9 years ago
  42. 26faed3 AMDGPU: Consolidate inline immediate predicate functions by Matt Arsenault · 9 years ago
  43. b133fbb AMDGPU/SI: Handle hazard with > 8 byte VMEM stores by Tom Stellard · 9 years ago
  44. 94add85 AMDGPU: Refactor processor definition to use ISA version features by Yaxun Liu · 9 years ago
  45. 08326b6 [AMDGPU] Emit constant address space data in .rodata section and use relocations instead of fixups (amdhsa only) by Konstantin Zhuravlyov · 9 years ago
  46. c871550 [AMDGPU] Stop using MCRegisterClass::getSize() by Krzysztof Parzyszek · 9 years ago
  47. cdd4547 [AMDGPU] Refactor waitcnt encoding by Konstantin Zhuravlyov · 9 years ago
  48. 98317d2 AMDGPU/SI: Update ISA version numbers for Tonga and Polaris10/11. by Changpeng Fang · 9 years ago
  49. a3ec5c1 [AMDGPU] Assembler: support v_mac_f32 DPP and SDWA. Move getNamedOperandIdx to AMDGPUBaseInfo.h by Sam Kolton · 9 years ago
  50. 836cbff [AMDGPU] Choose VMCNT, EXPCNT, LGKMCNT masks and shifts based on the isa version by Konstantin Zhuravlyov · 9 years ago
  51. 1eeb11b AMDGPU] Assembler: better support for immediate literals in assembler. by Sam Kolton · 9 years ago
  52. 1d65026 [AMDGPU] Wave and register controls by Konstantin Zhuravlyov · 9 years ago
  53. 8300272 AMDGPU: Fix getIntegerAttribute type and error message by Matt Arsenault · 9 years ago
  54. 79a1fd7 AMDGPU: allow specifying a workgroup size that needs to fit in a compute unit by Tom Stellard · 10 years ago
  55. df3a20c AMDGPU: Add a shader calling convention by Nicolai Haehnle · 10 years ago
  56. c16be00 AMDGPU/SI: Update ISA version for FIJI by Changpeng Fang · 10 years ago
  57. fccabaf AMDGPU/SI: Add new target attribute InitialPSInputAddr by Marek Olsak · 10 years ago
  58. 2b65ed3 AMDGPU/SI: Fix encoding for FLAT_SCRATCH registers on VI by Tom Stellard · 10 years ago
  59. ac00eb5 AMDGPU/SI: Add getShaderType() function to Utils/ by Tom Stellard · 10 years ago
  60. 9760f03 AMDGPU/SI: Emit constant arrays in the .hsrodata_readonly_agent section by Tom Stellard · 10 years ago
  61. 00f2f91 AMDGPU/SI: Correctly emit agent global segment variables when targeting HSA by Tom Stellard · 10 years ago
  62. e3b5aea AMDGPU/SI: Don't emit group segment global variables by Tom Stellard · 10 years ago
  63. e135ffd AMDGPU/SI: Use .hsatext section instead of .text for HSA by Tom Stellard · 10 years ago
  64. ff7416b AMDGPU/SI: Update amd_kernel_code_t definition and add assembler support by Tom Stellard · 10 years ago
  65. 347ac79 AMDGPU/SI: Add hsa code object directives by Tom Stellard · 10 years ago