search for: d17002

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

2016 Feb 09
3
[RFC] Lanai backend
...;> >> Backend development is focused primarily on compiling C99 code (no >> exception support). The patches implement all the parts required for code >> generation: >> >> * LLVM triple: http://reviews.llvm.org/D17003 >> * Clang support: http://reviews.llvm.org/D17002 >> * MCExpr & ELF: http://reviews.llvm.org/D17008 >> * Lanai backend (lib/Target/Lanai): http://reviews.llvm.org/D17011 >> >> We are still actively developing the backend and have many optimizations >> in mind. >> >> I'll be the maintainer of this b...
2016 Feb 09
10
[RFC] Lanai backend
...* No callee-saved registers * No floating point support Backend development is focused primarily on compiling C99 code (no exception support). The patches implement all the parts required for code generation: * LLVM triple: http://reviews.llvm.org/D17003 * Clang support: http://reviews.llvm.org/D17002 * MCExpr & ELF: http://reviews.llvm.org/D17008 * Lanai backend (lib/Target/Lanai): http://reviews.llvm.org/D17011 We are still actively developing the backend and have many optimizations in mind. I'll be the maintainer of this backend. Please leave code comments on the Phab patches, whil...
2016 Feb 09
6
[RFC] Lanai backend
On Tue, Feb 9, 2016 at 9:58 AM Hal Finkel via llvm-dev < llvm-dev at lists.llvm.org> wrote: > ----- Original Message ----- > > From: "Jacques Pienaar via llvm-dev" <llvm-dev at lists.llvm.org> > > To: llvm-dev at lists.llvm.org > > Sent: Tuesday, February 9, 2016 11:40:21 AM > > Subject: [llvm-dev] [RFC] Lanai backend > > > Hi all, >