I am trying to write an LLVM backend for my custom processor that I have designed recently.
I tried to follow the official tutorial at http://llvm.org/docs/WritingAnLLVMBackend.html
But it is so vague, so incomplete and blurry that I failed to follow it.
I then started to search for other tutorials online and all of them suffer from the same symptoms of the original tutorial. It seems the authors assume lots of pre-readings and write their tutorials without necessary preliminary explanations.
How can I find a tutorial or anything that can set me up to write a functional backend in LLVM?
-- Update: I see two down votes and two up votes. The down votes says my question is not related to programming. I wonder how the moderators have concluded that writing a compiler is not related to programming.