From 9f093edf1a507ec02913e1fe111c7fb05da96608 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 17 Aug 2004 09:38:50 +0000 Subject: [PATCH] Added a *very* initial cut at a lexicon for LLVM. I don't plan to write this whole thing. Just use the pattern in the file to add entries as you think of them. This will be really helpful for newbies to advanced compiler optimization techniques such as myself. llvm-svn: 15878 --- llvm/docs/Lexicon.html | 61 ++++++++++++++++++++++++++++++++++++++++++ llvm/docs/index.html | 3 +++ 2 files changed, 64 insertions(+) create mode 100644 llvm/docs/Lexicon.html diff --git a/llvm/docs/Lexicon.html b/llvm/docs/Lexicon.html new file mode 100644 index 000000000000..a83ca22fc482 --- /dev/null +++ b/llvm/docs/Lexicon.html @@ -0,0 +1,61 @@ + + + + + The LLVM Lexicon + + + + + + +
The LLVM Lexicon
+

NOTE: This document is a work in progress!

+ +
Table Of Contents
+ +
+ + + + + + + +
- A -
ADCE
+
+ + +
Definitions
+ + +
- A -
+
+
+
ADCE
+
Aggressive Dead Code Elimination
+
+
+ + +
+
Valid CSS!Valid HTML 4.01!The LLVM Team
+The LLVM Compiler Infrastructure
+Last modified: $Date$ +
+ + + diff --git a/llvm/docs/index.html b/llvm/docs/index.html index b207e75a010d..cd50766efd9a 100644 --- a/llvm/docs/index.html +++ b/llvm/docs/index.html @@ -110,6 +110,9 @@ to add instructions and intrinsics to LLVM.
  • Coding Standards - Guidelines for hacking LLVM source.
  • +
  • The LLVM Lexicon - Definition of acronyms, terms +and concepts used in LLVM.
  • +
  • Doxygen generated documentation ( classes)
  • -- GitLab