LLVM Essentials【電子書籍】[ Suyog Sarda ]
¥ 3,100 送料無料:
【電子書籍なら、スマホ・パソコンの無料アプリで今すぐ読める!】<p>Become familiar with the LLVM infrastructure and start using LLVM libraries to design a compiler About This Book ? Learn to use the LLVM libraries to emit intermediate representation (IR) from high-level language ? Build your own optimization pass for better code generation ? Understand AST generation and use it in a meaningful way Who This Book Is For This book is intended for those who already know some of the concepts of compilers and want to quickly get familiar with the LLVM infrastructure and the rich set of libraries that it provides. What You Will Learn ? Get an introduction to LLVM modular design and LLVM tools ? Convert frontend code to LLVM IR ? Implement advanced LLVM IR paradigms ? Understand the LLVM IR Optimization Pass Manager infrastructure and write an optimization pass ? Absorb LLVM IR transformations ? Understand the steps involved in converting LLVM IR to Selection DAG ? Implement a custom target using...