From: Misha Brukman Date: Tue, 24 Aug 2004 01:57:02 +0000 (+0000) Subject: Added DSE, LICM, LVN, PRE, SCCP, and SSA X-Git-Tag: android-x86-6.0-r1~1003^2~53145 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ec8fe3cc8ef12edd5756b17457c553a3b64197dc;p=android-x86%2Fexternal-llvm.git Added DSE, LICM, LVN, PRE, SCCP, and SSA git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16007 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/Lexicon.html b/docs/Lexicon.html index a83ca22fc48..b4db226e46e 100644 --- a/docs/Lexicon.html +++ b/docs/Lexicon.html @@ -24,12 +24,36 @@
- + + + + + + + + + + + + + + + + + + + + + + + + +
- A -
- A -
ADCE
- D -
DSE
- L -
LICMLVN
- P -
PRE
- S -
SCCPSSA
@@ -40,11 +64,46 @@
- A -
-
ADCE
-
Aggressive Dead Code Elimination
+
ADCE
+
Aggressive Dead Code Elimination
+
+
+ +
- D -
+
+
+
DSE
+
Dead Store Elimination
+
+
+ +
- L -
+
+
+
LICM
+
Loop Invariant Code Motion
+
LVN
+
Load Value Numbering
+
+
+ +
- P -
+
+
+
PRE
+
Partial Redundancy Elimination
+
+
+ +
- S -
+
+
+
SCCP
+
Sparse Conditional Constant Propagation +
SSA
+
Static Single Assignment
-