[PATCH] D64830: [Xtensa 4/10] Add basic *td files with Xtensa architecture description.

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 1 04:50:29 PDT 2019


lebedev.ri added a comment.

In D64830#1609369 <https://reviews.llvm.org/D64830#1609369>, @andreisfr wrote:

> As for Xtensa instruction set architecture (ISA) document , currently public  ISA description mainly available in opensource projects like gcc/qemu/binutils:
>  https://github.com/gcc-mirror/gcc/tree/master/gcc/config/xtensa
>  https://github.com/qemu/qemu/blob/master/target/xtensa/translate.c
>  https://github.com/bminor/binutils-gdb/blob/master/bfd/xtensa-modules.c


So the only documentation is the existing implementations?
To me personally that does not sound like there is documentation..


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64830/new/

https://reviews.llvm.org/D64830





More information about the llvm-commits mailing list