summary refs log tree commit diff
path: root/doc/il.txt
blob: 3c11223b7570f94e172d4d159164fab2dd540fc4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
                ===========================
                 QBE Intermediate Language
                ===========================

Table of Contents:

  1. Types
      * Syntax
      * Subtyping
  2. Definitions
      * Aggregate Types
      * Data
      * Functions
  3. Control
      * Blocks
      * Instructions
      * Jumps
  4. Immediate Constants
      * Semantics
      * Floating Sugar
  5. Integer Instructions
      * Arithmetic
      * Memory
      * Comparisons
  6. Floating Point Instructions
      * Arithmetic
      * Memory
      * Comparisons
  7. Special Instructions
      * Phi
      * Conversions
      * Casts