search for: 33aefb66

Displaying 2 results from an estimated 2 matches for "33aefb66".

2009 Nov 23
0
[LLVMdev] New 8bit micro controller back-end
...0 or 100 ?) - Is it possible to create a debugger/simulator (at C and assembler level) with LLVM ? Thanks for your help and advices Regards Guillaume -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091123/33aefb66/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,