search for: d23664

Displaying 3 results from an estimated 3 matches for "d23664".

Did you mean: d23665
2016 Nov 16
2
[RFC] AAP Backend
...re still looking for reviewers, if anyone is interested. Thank you, Edward Jones On 15/09/16 17:12, Ed Jones wrote: > I have now posted the final two patches for the backend to add > Disassembler support, ISel and CodeGen. The full list of patches is now: > > https://reviews.llvm.org/D23664 - AAP triple and target > https://reviews.llvm.org/D23665 - ELF definitions > https://reviews.llvm.org/D23667 - Stub backend > https://reviews.llvm.org/D23770 - InstrInfo, RegInfo Tablegen > https://reviews.llvm.org/D23771 - MC layer support > https://reviews.llvm.org/D23772 - AsmPar...
2016 Aug 18
4
[RFC] AAP Backend
Hi Renato, Currently I am building a set of patches which will add AAP piece-wise. I'm following the approach that AVR (and now RISC-V), and the patches I plan on adding are as follows: * Target triple * ELF definition * Basic skeleton with the required build system changes (targetinfo + target machine) * Instruction + Register tablegen * MC layer support * AsmParser * InstPrinter *
2016 Aug 18
8
[RFC] AAP Backend
Hi all, We wish to submit our latest AAP implementation as an experimental backend into LLVM. We need community feedback and reviewers for patches which we will submit soon. AAP was designed in early 2015 and aims to advance compiler development for small deeply embedded Harvard architectures, which are widely used commercially. AAP is freely available as an open source softcore for use in FPGA