Displaying 3 results from an estimated 3 matches for "4cadb3ed".
2009 Nov 23
0
[LLVMdev] New 8bit micro controller back-end
Hello Guillaume,
> - Is there estimation (from your experiences) of the work required to
> implement a backend for a simple 8bits micro controller architecture (1
> men-month, 10 or 100 ?)
What is the instruction set of your microcontroller? How rich it is?
What is the architecture? Is it RISC-y?
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint
2009 Nov 23
3
[LLVMdev] New 8bit micro controller back-end
...? Is it RISC-y?
>
> --
> With best regards, Anton Korobeynikov
> Faculty of Mathematics and Mechanics, Saint Petersburg State University
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091123/4cadb3ed/attachment.html>
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,