Skip to content
  1. Sep 20, 2016
    • Nikolay Haustov's avatar
      AMDGPU: Improve documentation. · 96a56bd0
      Nikolay Haustov authored
      Summary:
      Add links to ISA manuals and ABI.
      Add text about assembler syntax.
      Add info about instructions operands.
      Add instruction examples for each encoding.
      Update directives section, add missing .amdgpu_hsa_kernel.
      
      Reviewers: tstellarAMD, SamWot, vpykhtin
      
      Subscribers: kzhuravl, wdng, nhaehnle, yaxunl, tony-tye, artem.tamazov, llvm-commits
      
      Differential Revision: https://reviews.llvm.org/D24724
      
      llvm-svn: 281962
      96a56bd0
  2. Jul 19, 2016
  3. Jul 14, 2016
  4. Apr 06, 2016
    • Tom Stellard's avatar
      AMDGPU: Document address space mapping · 3ec09e61
      Tom Stellard authored
      Summary:
      Address space mapping is described in lib/Target/AMDGPU/AMDGPU.h in
      Doxygen comments. This patch adds the description to user guide for
      AMDGPU back-end.
      
      Patch By: Vedran Miletić
      
      Reviewers: tstellarAMD, arsenm
      
      Subscribers: llvm-commits
      
      Differential Revision: http://reviews.llvm.org/D17046
      
      llvm-svn: 265500
      3ec09e61
  5. Feb 23, 2016
  6. Feb 22, 2016
  7. Jun 26, 2015
  8. Jun 13, 2015
  9. Jun 12, 2015
  10. Apr 08, 2015
    • Tom Stellard's avatar
      R600/SI: Initial support for assembler and inline assembly · d7e6f136
      Tom Stellard authored
      This is currently considered experimental, but most of the more
      commonly used instructions should work.
      
      So far only SI has been extensively tested, CI and VI probably work too,
      but may be buggy.  The current set of tests cases do not give complete
      coverage, but I think it is sufficient for an experimental assembler.
      
      See the documentation in R600Usage for more information.
      
      llvm-svn: 234381
      d7e6f136
  11. Nov 14, 2014
Loading