search for: deroire

Displaying 5 results from an estimated 5 matches for "deroire".

2009 Nov 23
0
[LLVMdev] New 8bit micro controller back-end
...ABI and model of code generation is probably far from what you need, but you may find some tricks in our port that can be useful to you as well. Regards Ali ________________________________ From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Guillaume Deroire Sent: Monday, November 23, 2009 6:46 AM To: LLVM Developers Mailing List Subject: [LLVMdev] New 8bit micro controller back-end Hi all, I'm new to LLVM dev mailling list and I'm starting to discover some aspects of LLVM. Actually I'm looking for a solution to create a tool chain fo...
2009 Nov 23
5
[LLVMdev] New 8bit micro controller back-end
Hi all, I'm new to LLVM dev mailling list and I'm starting to discover some aspects of LLVM. Actually I'm looking for a solution to create a tool chain for my own chip (a 8bit micro controller processor) that include a compiler/linker/assembler toolset and a simulator/debugger. >From what I've read, LLVM is a good tool to implement a compiler for this proprietary platform,
2009 Nov 23
1
[LLVMdev] New 8bit micro controller back-end
Ok great news but as currently I don't have the "know what to do", it would probably take longer... I suppose your estimate only include backend update. Can I have more detail about the Simulator/Debugger part(at an assembler level?) ? I'm not sure if LLVM is able to provide such functionalities. 2009/11/23 Anton Korobeynikov <anton at korobeynikov.info> > Hello >
2009 Nov 24
1
[LLVMdev] New 8bit micro controller back-end
I won't work at full time on this project and I fear the first week is used to read documentations :) The better way to have an idea is to start backend developement. I'll try to work on this backend for a month and will see if I'm on the right way. 2009/11/24 Evan Cheng <evan.cheng at apple.com> > > On Nov 24, 2009, at 8:30 AM, David Greene wrote: > > > On
2009 Nov 23
3
[LLVMdev] New 8bit micro controller back-end
Hello, It is a RISC with around 60 instructions like a 80c51 instruction set (without mul/div) and with Direct or indirect memory acces. There is a protected / user mode but the processor keep small and simple. 2009/11/23 Anton Korobeynikov <anton at korobeynikov.info> > Hello Guillaume, > > > - Is there estimation (from your experiences) of the work required to > >