search for: tutorialllvmbackendcpu0

Displaying 2 results from an estimated 2 matches for "tutorialllvmbackendcpu0".

2015 Mar 14
2
[LLVMdev] Add a backend
Is there documentation somewhere about exactly what the function is supposed to do, or do I have to figure it out from existing examples? On Sat, Mar 14, 2015 at 12:13 AM, Anton Korobeynikov < anton at korobeynikov.info> wrote: > You have to provide this function and initialize the whole MC > infrastructure. > > See e.g. lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp > >
2017 Apr 12
2
[RFC] Nios II backend
...#Altera-Nios-II-Built-in-Functions LLVM is a key part of our development plan, and with community approval I would like to act as maintainer for the backend. The current status is that I just started the backend implementation based on Cpu0 backend described here http://jonathan2251.github.io/lbd/TutorialLLVMBackendCpu0.pdf as it based on backend for MIPS 32-bit architecture that is quite similar to Nios II. I've added Nios II register and instruction set. I was managed to compile an assembly for "Hello World" program for Nios II target. My development roadmap corresponds to the book for Cpu0 backen...