On 24 September 2013 03:00, Sean Silva <chisophugis at gmail.com> wrote:> http://llvm.org/devmtg/2009-10/Korobeynikov_BackendTutorial.pdf >He did this again last year at the EuroLLVM: http://llvm.org/devmtg/2012-04-12/Slides/Workshops/Anton_Korobeynikov.pdf They're similar, but different. I assume the newer one is better, but you can look at both, shouldn't take too long. cheers, --renato -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130924/480faeb3/attachment.html>
> http://llvm.org/devmtg/2012-04-12/Slides/Workshops/Anton_Korobeynikov.pdf > > They're similar, but different. I assume the newer one is better, but you > can look at both, shouldn't take too long.Yeah, right. The EuroLLVM one was a "refreshed" version of the first one. For example, there was no MC in 2009 and so on. The backend stub is available at https://github.com/asl/llvm-openrisc but given the LLVM development speed it's heavily outdated. Maybe it will make sense to look into new backends like SystemZ. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
On 24 Sep 2013, at 22:14, Anton Korobeynikov <anton at korobeynikov.info> wrote:> The backend stub is available at https://github.com/asl/llvm-openrisc > but given the LLVM development speed it's heavily outdated. Maybe it > will make sense to look into new backends like SystemZ.It would be nice if a stub backend could be committed to the tree and so it would stay up to date with changes... David