[PATCH] D12191: AAP Backend

Edward Jones via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 15 00:01:40 PDT 2015


edward-jones added a comment.

At the moment it would be relatively easy to change the architecture, and we're looking to add any features which it may be useful to have in an in-tree embedded system. I don't believe it would be too difficult to have 16-bit bytes, and will discuss with the others.

I hope to have an updated for this patch shortly, which should have fixed all of the warnings which clang emits, as well as made some minor updates to the architecture. I've also added some more basic tests, and run the back-end through clang format to tidy things up. We have run llvm-stress, but have not yet fixed issues that cropped up.

For anyone who wishes to try and build the architecture, the other components of the toolchain are available on the Embecosm github <https://github.com/embecosm> page.


http://reviews.llvm.org/D12191





More information about the llvm-commits mailing list