Book Image

LLVM Cookbook

Book Image

LLVM Cookbook

Overview of this book

Table of Contents (16 chapters)
LLVM Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 3. Extending the Frontend and Adding JIT Support

In this chapter, we will cover the following recipes:

  • Handling decision making paradigms – if/then/else constructs

  • Generating code for loops

  • Handling user-defined operators – binary operators

  • Handling user-defined operators – unary operators

  • Adding JIT support