Heyu Zhu
2009-Oct-30 08:06 UTC
[LLVMdev] How to build a llvm compiler backend for a specific target
Hello everyone, The target is designed by our company. It has general instructions and certain special instructions for audio/video application. It's my first time to learn comipler, so I really appreciate your help. What materials should i study step by step to build a llvm compiler backend? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091030/9a9dfae3/attachment.html>
Arnaud Allard de Grandmaison
2009-Oct-30 09:04 UTC
[LLVMdev] How to build a llvm compiler backend for a specific target
Hi, If you are new to compilers in general and LLVM in particular, I would suggest having a look at the documention (http://www.llvm.org/docs/) : you will find there several guides / overviews / tutorials. The second step would be to have a look at Anton Korobeynikov's presentation "Building a backend in 24 hours" : http://llvm.org/devmtg/2009-10/Korobeynikov_BackendTutorial.pdf Best regards, -- Arnaud de Grandmaison ________________________________ From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Heyu Zhu Sent: Friday, October 30, 2009 9:07 AM To: llvmdev at cs.uiuc.edu Subject: [LLVMdev] How to build a llvm compiler backend for a specific target Hello everyone, The target is designed by our company. It has general instructions and certain special instructions for audio/video application. It's my first time to learn comipler, so I really appreciate your help. What materials should i study step by step to build a llvm compiler backend? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091030/11747710/attachment.html>