X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FLexicon.html;h=ae09837ecf7156533c5ccfdb6673a2c6a22742bb;hb=b414142036012dd9432c4e8c5fef09d4d49fcc22;hp=82a58aa14821c57f5cd8fd84f0c6f8c7de03df95;hpb=e2c3a49c8029ebd9ef530101cc24c66562e3dff5;p=oota-llvm.git diff --git a/docs/Lexicon.html b/docs/Lexicon.html index 82a58aa1482..ae09837ecf7 100644 --- a/docs/Lexicon.html +++ b/docs/Lexicon.html @@ -9,12 +9,12 @@ content="A glossary of terms used with the LLVM project."> -
The LLVM Lexicon
+

The LLVM Lexicon

NOTE: This document is a work in progress!

-
Table Of Contents
+

Table Of Contents

-
+
@@ -35,6 +35,10 @@ + + + + @@ -83,19 +87,20 @@ -
Definitions
+

Definitions

+
- -
+

- A -

+
ADCE
Aggressive Dead Code Elimination
- -
+

- B -

+
BURS
Bottom Up Rewriting System—A method of instruction selection for @@ -104,8 +109,8 @@ href="http://www.program-transformation.org/Transform/BURG">BURG tool.
- -
+

- C -

+
CSE
Common Subexpression Elimination. An optimization that removes common @@ -116,8 +121,8 @@ href="http://www.program-transformation.org/Transform/BURG">BURG tool.
- -
+

- D -

+
DAG
Directed Acyclic Graph
@@ -136,8 +141,16 @@ href="http://www.program-transformation.org/Transform/BURG">BURG tool.
- -
+

- F -

+
+
+
FCA
+
First Class Aggregate
+
+
+ +

- G -

+
GC
Garbage Collection. The practice of using reachability analysis instead @@ -145,8 +158,8 @@ href="http://www.program-transformation.org/Transform/BURG">BURG tool.
- -
+

- H -

+
Heap
In garbage collection, the region of memory which is managed using @@ -154,8 +167,8 @@ href="http://www.program-transformation.org/Transform/BURG">BURG tool.
- -
+

- I -

+
IPA
Inter-Procedural Analysis. Refers to any variety of code analysis that @@ -169,8 +182,8 @@ href="http://www.program-transformation.org/Transform/BURG">BURG tool.
- -
+

- L -

+
LCSSA
Loop-Closed Static Single Assignment Form
@@ -183,16 +196,16 @@ href="http://www.program-transformation.org/Transform/BURG">BURG tool.
- -
+

- M -

+
MC
Machine Code
- -
+

- O -

+
Object Pointer
A pointer to an object such that the garbage collector is able to trace @@ -202,8 +215,8 @@ href="http://www.program-transformation.org/Transform/BURG">BURG tool.
- -
+

- P -

+
PRE
Partial Redundancy Elimination
@@ -211,8 +224,8 @@ href="http://www.program-transformation.org/Transform/BURG">BURG tool.
- -
+

- R -

+
RAUW
An abbreviation for Replace All Uses With. The functions User::replaceUsesOfWith(), @@ -234,8 +247,8 @@ href="http://www.program-transformation.org/Transform/BURG">BURG tool.
- -
+

- S -

+
Safe Point
In garbage collection, it is necessary to identify stack @@ -261,6 +274,8 @@ href="http://www.program-transformation.org/Transform/BURG">BURG tool.
function.
+ +

BURG tool. href="http://validator.w3.org/check/referer">Valid HTML 4.01The LLVM Team
-The LLVM Compiler Infrastructure
+The LLVM Compiler Infrastructure
Last modified: $Date$
- A -
DSA DSE
- F -
FCA
- G -
GC