Design powerful and reliable compilers using the latest libraries and tools from LLVM
Min-Yih Hsu

#LLVM
#LIT
#Clang
#AST
#TableGen
#PassManager
#AnalysisManager
یاد بگیرید چگونه میتوانید زبان برنامهنویسی بزرگ بعدی، کامپایلر یا ابزار تحلیل سورسکد را با استفاده از LLVM و Clang بسازید.
• بررسی Clang، بخش میانی (Middle-End) و بکاند LLVM بهصورت کاربردی
• توسعه مهارتهای شما در LLVM و آشنایی با موارد استفاده متنوع
• تجربه توسعه LLVM در دنیای واقعی با مثالهای کدنویسی
هر برنامهنویس یا مهندس نرمافزار، در بخشی از مسیر کاری خود با کامپایلرها سر و کار دارد تا برنامههایش را بهینه کند.
کامپایلرها زبان سطح بالا را به کد سطح پایین قابل اجرا روی ماشین تبدیل میکنند. LLVM زیرساخت، کتابخانهها و ابزارهای قابل استفاده مجدد را در اختیار توسعهدهندگان قرار میدهد تا کامپایلر اختصاصی خودشان را بسازند.
با مجموعه گسترده ابزارهای LLVM، میتوانید کد را برای بکاندهای مختلف تولید کرده و آن را بهینه کنید.
در این کتاب، شما زیرساخت LLVM را بررسی میکنید و یاد میگیرید چطور از آن برای حل مسائل مختلف استفاده کنید. از ساختار و فلسفه طراحی اجزای مهم LLVM شروع کرده و به تدریج به استفاده از کتابخانههای Clang برای ساخت ابزارهای تحلیل سورسکد خواهید رسید. سپس یاد میگیرید چطور با LLVM IR کار کنید؛ یک روش قدرتمند برای تغییر و بهینهسازی سورسکد در سطوح مختلف.
در پایان این کتاب، توانایی ایجاد ابزارهای قدرتمند مبتنی بر LLVM و Clang را خواهید داشت؛ از کامپایلر و مفسر گرفته تا IDE و آنالیزور سورسکد.
• آشنایی با سیستم بیلد LLVM و کاهش منابع مورد نیاز در فرآیند بیلد
• اجرای تستهای سفارشی با چارچوب LIT در LLVM
• ساخت انواع پلاگینها و افزونهها برای Clang
• سفارشیسازی Toolchain و فلگهای کامپایلر Clang
• نوشتن Pass برای PassManager جدید در LLVM
• نحوه بازرسی و ویرایش LLVM IR
• استفاده از چارچوب بهینهسازی مبتنی بر پروفایل (PGO) در LLVM
• ساخت Sanitizerهای سفارشی برای شناسایی خطاهای زمان اجرا
این کتاب برای همهی مهندسان نرمافزار (در هر سطح تجربه) که با LLVM کار میکنند مناسب است.
📌 همچنین برای پژوهشگران دانشگاهی که میخواهند سریعاً مهارتهای عملی LLVM را یاد بگیرند و در پروژهها و پروتوتایپهای خود به کار ببرند بسیار مفید است.
علاقهمندان به زبانهای برنامهنویسی هم میتوانند با کمک این کتاب، زبان برنامهنویسی جدید خود را بسازند.
مین-یی “مین” شو (Min-Yih "Min" Hsu)
دانشجوی دکتری علوم کامپیوتر در دانشگاه کالیفرنیا، ارواین است. پژوهش او بر مهندسی کامپایلر، بهینهسازی کد، معماریهای سختافزاری پیشرفته و امنیت سیستم متمرکز است.
او از سال ۲۰۱۵ عضو فعال جامعه LLVM بوده و پچهای متعددی به پروژه اصلی افزوده است. مین همچنین زمان زیادی را صرف ترویج LLVM و مهندسی کامپایلر از طریق وبلاگنویسی و سخنرانی در کنفرانسها میکند.
در اوقات فراغت، به آزمایش انواع دانههای قهوه و روشهای دمآوری آن علاقهمند است.
Learn how you can build the next big programming language, compiler, or source code analyzer using LLVM and Clang
Every programmer or engineer, at some point in their career, works with compilers to optimize their applications. Compilers convert a high-level programming language into low-level machine-executable code. LLVM provides the infrastructure, reusable libraries, and tools needed for developers to build their own compilers. With LLVM's extensive set of tooling, you can effectively generate code for different backends as well as optimize them.
In this book, you'll explore the LLVM compiler infrastructure and understand how to use it to solve different problems. You'll start by looking at the structure and design philosophy of important components of LLVM and gradually move on to using Clang libraries to build tools that help you analyze high-level source code. As you advance, the book will show you how to process LLVM IR – a powerful way to transform and optimize the source program for various purposes. Equipped with this knowledge, you'll be able to leverage LLVM and Clang to create a wide range of useful programming language tools, including compilers, interpreters, IDEs, and source code analyzers.
By the end of this LLVM book, you'll have developed the skills to create powerful tools using the LLVM framework to overcome different real-world challenges.
This book is for software engineers of all experience levels who work with LLVM. If you are an academic researcher, this book will help you learn useful LLVM skills in a short time and enable you to build your prototypes and projects quickly. Programming language enthusiasts will also find this book useful for building a new programming language with the help of LLVM.
Min-Yih "Min" Hsu is a Ph.D. candidate in computer science at the University of California, Irvine. His research focuses on compiler engineering, code optimization, advanced hardware architectures, and system security. He has been an active member of the LLVM community since 2015 and has contributed numerous patches upstream. Min also dedicates his time to advocating LLVM and compiler engineering through various avenues, such as writing blog posts and giving talks at conferences. In his spare time, Min likes to explore a variety of different coffee beans and ways of brewing.









