Reid Spencer | 85baf76 | 2004-08-17 09:38:50 +0000 | [diff] [blame^] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
| 2 | <html> |
| 3 | <head> |
| 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| 5 | <title>The LLVM Lexicon</title> |
| 6 | <link rel="stylesheet" href="llvm.css" type="text/css"> |
| 7 | <style type="text/css"> |
| 8 | TR, TD { border: 2px solid gray; padding: 4pt 4pt 2pt 2pt; } |
| 9 | TH { border: 2px solid gray; font-weight: bold; font-size: 105%; } |
| 10 | TABLE { text-align: center; border: 2px solid black; |
| 11 | border-collapse: collapse; margin-top: 1em; margin-left: 1em; |
| 12 | margin-right: 1em; margin-bottom: 1em; } |
| 13 | .td_left { border: 2px solid gray; text-align: left; } |
| 14 | </style> |
| 15 | <meta name="author" content="Various"> |
| 16 | <meta name="description" |
| 17 | content="A glossary of terms used with the LLVM project."> |
| 18 | </head> |
| 19 | <body> |
| 20 | <div class="doc_title">The LLVM Lexicon</div> |
| 21 | <p class="doc_warning">NOTE: This document is a work in progress!</p> |
| 22 | <!-- *********************************************************************** --> |
| 23 | <div class="doc_section">Table Of Contents</div> |
| 24 | <!-- *********************************************************************** --> |
| 25 | <div class="doc_text"> |
| 26 | <table> |
| 27 | <tr><td colspan="8"><b>- A -</b></td></tr> |
| 28 | <tr> |
| 29 | <td><a href="#ADCE">ADCE</a></td> |
| 30 | <td></td> |
| 31 | <td></td> |
| 32 | </tr> |
| 33 | </table> |
| 34 | </div> |
| 35 | |
| 36 | <!-- *********************************************************************** --> |
| 37 | <div class="doc_section">Definitions</div> |
| 38 | <!-- *********************************************************************** --> |
| 39 | <!-- _______________________________________________________________________ --> |
| 40 | <div class="doc_subsection"><a name="A">- A -</a></div> |
| 41 | <div class="doc_text"> |
| 42 | <dl> |
| 43 | <dt><b>ADCE</b></dt> |
| 44 | <dd><u>A</u>ggressive <u>D</u>ead <u>C</u>ode <u>E</u>limination</dd> |
| 45 | </dl> |
| 46 | </div> |
| 47 | |
| 48 | <!-- *********************************************************************** --> |
| 49 | <hr> |
| 50 | <address> <a href="http://jigsaw.w3.org/css-validator/check/referer"><img |
| 51 | src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a><a |
| 52 | href="http://validator.w3.org/check/referer"><img |
| 53 | src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a><a |
| 54 | href="http://llvm.org/">The LLVM Team</a><br> |
| 55 | <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br> |
| 56 | Last modified: $Date$ |
| 57 | </address> |
| 58 | <!-- vim: sw=2 |
| 59 | --> |
| 60 | </body> |
| 61 | </html> |