Documentation: Lexicon.rst: add "BB Vectorization" and "TBAA".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165879 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dmitri Gribenko 2012-10-13 17:34:49 +00:00
parent 126afcbf65
commit 549ea3a540

View File

@ -20,8 +20,10 @@ A
B B
- -
**BURS** **BB Vectorization**
Basic Block Vectorization
**BURS**
Bottom Up Rewriting System --- A method of instruction selection for code Bottom Up Rewriting System --- A method of instruction selection for code
generation. An example is the `BURG generation. An example is the `BURG
<http://www.program-transformation.org/Transform/BURG>`_ tool. <http://www.program-transformation.org/Transform/BURG>`_ tool.
@ -156,7 +158,7 @@ R
In garbage collection, a pointer variable lying outside of the `heap`_ from In garbage collection, a pointer variable lying outside of the `heap`_ from
which the collector begins its reachability analysis. In the context of code which the collector begins its reachability analysis. In the context of code
generation, "root" almost always refers to a "stack root" --- a local or generation, "root" almost always refers to a "stack root" --- a local or
temporary variable within an executing function.</dd> temporary variable within an executing function.
**RPO** **RPO**
Reverse postorder Reverse postorder
@ -192,3 +194,10 @@ S
**Stack Map** **Stack Map**
In garbage collection, metadata emitted by the code generator which In garbage collection, metadata emitted by the code generator which
identifies `roots`_ within the stack frame of an executing function. identifies `roots`_ within the stack frame of an executing function.
T
-
**TBAA**
Type-Based Alias Analysis