The LLVM Lexicon
NOTE: This document is a work in progress!
Table Of Contents
Definitions
  
    - ADCE
- Aggressive Dead Code Elimination
 
  
    - BURS
- Bottom Up Rewriting System - A method of instruction selection for
        code generation.  An example is the BURG tool.
 
  
    - DSA
- Data Structure Analysis
- DSE
- Dead Store Elimination
 
  
    - LICM
- Loop Invariant Code Motion
- Load-VN
- Load Value Numbering
 
  
    - PRE
- Partial Redundancy Elimination
 
  
    - SCCP
- Sparse Conditional Constant Propagation
    
- SSA
- Static Single Assignment
 
 
 The LLVM Team
The LLVM Team
The LLVM Compiler Infrastructure
Last modified: $Date$