aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-04-05 21:55:14 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-04-05 21:55:14 +0000
commitc631931f87ecf6a7bc48efab5c4e26d89b2ab0b8 (patch)
tree14d9a974b948c3617d251e599a1abfd6b2272e0c /docs/ReleaseNotes.html
parentc584e317e9d5795129e747c9b0854165e39933f1 (diff)
downloadexternal_llvm-c631931f87ecf6a7bc48efab5c4e26d89b2ab0b8.zip
external_llvm-c631931f87ecf6a7bc48efab5c4e26d89b2ab0b8.tar.gz
external_llvm-c631931f87ecf6a7bc48efab5c4e26d89b2ab0b8.tar.bz2
docs/ReleaseNotes.html: Please use proper *Heading* elements instead of classified div.
It would be better to browse without stylesheet. (eg. on ViewVC) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128942 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html122
1 files changed, 61 insertions, 61 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index b437357..100825b 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -9,7 +9,7 @@
</head>
<body>
-<div class="doc_title">LLVM 2.9 Release Notes</div>
+<h1 class="doc_title">LLVM 2.9 Release Notes</h1>
<img align=right src="http://llvm.org/img/DragonSmall.png"
width="136" height="136" alt="LLVM Dragon Logo">
@@ -35,9 +35,9 @@ You may prefer the
Release Notes</a>.</h1>
<!-- *********************************************************************** -->
-<div class="doc_section">
+<h1>
<a name="intro">Introduction</a>
-</div>
+</h1>
<!-- *********************************************************************** -->
<div class="doc_text">
@@ -75,9 +75,9 @@ Almost dead code.
-->
<!-- *********************************************************************** -->
-<div class="doc_section">
+<h1>
<a name="subproj">Sub-project Status Update</a>
-</div>
+</h1>
<!-- *********************************************************************** -->
<div class="doc_text">
@@ -93,9 +93,9 @@ development. Here we include updates on these subprojects.
<!--=========================================================================-->
-<div class="doc_subsection">
+<h2>
<a name="clang">Clang: C/C++/Objective-C Frontend Toolkit</a>
-</div>
+</h2>
<div class="doc_text">
@@ -126,9 +126,9 @@ issue.
</div>
<!--=========================================================================-->
-<div class="doc_subsection">
+<h2>
<a name="dragonegg">DragonEgg: GCC front-ends, LLVM back-end</a>
-</div>
+</h2>
<div class="doc_text">
<p>
@@ -158,9 +158,9 @@ work yet.</li>
</div>
<!--=========================================================================-->
-<div class="doc_subsection">
+<h2>
<a name="compiler-rt">compiler-rt: Compiler Runtime Library</a>
-</div>
+</h2>
<div class="doc_text">
<p>
@@ -186,9 +186,9 @@ New in LLVM 2.9, UPDATE</p>
</div>
<!--=========================================================================-->
-<div class="doc_subsection">
+<h2>
<a name="lldb">LLDB: Low Level Debugger</a>
-</div>
+</h2>
<div class="doc_text">
<p>
@@ -212,9 +212,9 @@ support new platforms, new languages, new architectures, and new features.-->
</div>
<!--=========================================================================-->
-<div class="doc_subsection">
+<h2>
<a name="libc++">libc++: C++ Standard Library</a>
-</div>
+</h2>
<div class="doc_text">
<p>
@@ -239,9 +239,9 @@ looking forward to the C++ committee finalizing the C++'0x standard.-->
<!--=========================================================================-->
<!--
-<div class="doc_subsection">
+<h2>
<a name="klee">KLEE: A Symbolic Execution Virtual Machine</a>
-</div>
+</h2>
<div class="doc_text">
<p>
@@ -257,9 +257,9 @@ be used to verify some algorithms.
<!-- *********************************************************************** -->
-<div class="doc_section">
+<h1>
<a name="externalproj">External Open Source Projects Using LLVM 2.9</a>
-</div>
+</h1>
<!-- *********************************************************************** -->
<div class="doc_text">
@@ -273,9 +273,9 @@ be used to verify some algorithms.
<!-- *********************************************************************** -->
-<div class="doc_section">
+<h1>
<a name="whatsnew">What's New in LLVM 2.9?</a>
-</div>
+</h1>
<!-- *********************************************************************** -->
<div class="doc_text">
@@ -288,9 +288,9 @@ in this section.
</div>
<!--=========================================================================-->
-<div class="doc_subsection">
+<h2>
<a name="majorfeatures">Major New Features</a>
-</div>
+</h2>
<div class="doc_text">
@@ -469,9 +469,9 @@ Still todo: [110117-110228]
</div>
<!--=========================================================================-->
-<div class="doc_subsection">
+<h2>
<a name="coreimprovements">LLVM IR and Core Improvements</a>
-</div>
+</h2>
<div class="doc_text">
<p>LLVM IR has several new features for better support of new targets and that
@@ -483,9 +483,9 @@ expose new optimization opportunities:</p>
</div>
<!--=========================================================================-->
-<div class="doc_subsection">
+<h2>
<a name="optimizer">Optimizer Improvements</a>
-</div>
+</h2>
<div class="doc_text">
@@ -508,9 +508,9 @@ release includes a few major enhancements and additions to the optimizers:</p>
</div>
<!--=========================================================================-->
-<div class="doc_subsection">
+<h2>
<a name="mc">MC Level Improvements</a>
-</div>
+</h2>
<div class="doc_text">
<p>
@@ -538,9 +538,9 @@ LLVM MC Project Blog Post</a>.
</div>
<!--=========================================================================-->
-<div class="doc_subsection">
+<h2>
<a name="codegen">Target Independent Code Generator Improvements</a>
-</div>
+</h2>
<div class="doc_text">
@@ -555,9 +555,9 @@ FastISel for ARM.
</div>
<!--=========================================================================-->
-<div class="doc_subsection">
+<h2>
<a name="x86">X86-32 and X86-64 Target Improvements</a>
-</div>
+</h2>
<div class="doc_text">
<p>New features and major changes in the X86 target include:
@@ -570,9 +570,9 @@ FastISel for ARM.
</div>
<!--=========================================================================-->
-<div class="doc_subsection">
+<h2>
<a name="ARM">ARM Target Improvements</a>
-</div>
+</h2>
<div class="doc_text">
<p>New features of the ARM target include:
@@ -584,9 +584,9 @@ FastISel for ARM.
<!--=========================================================================-->
-<div class="doc_subsection">
+<h2>
<a name="changes">Major Changes and Removed Features</a>
-</div>
+</h2>
<div class="doc_text">
@@ -607,9 +607,9 @@ API changes are:</p>
</div>
<!--=========================================================================-->
-<div class="doc_subsection">
+<h2>
<a name="devtree_changes">Development Infrastructure Changes</a>
-</div>
+</h2>
<div class="doc_text">
@@ -623,9 +623,9 @@ or are interested in LLVM qualification.</p>
</div>
<!-- *********************************************************************** -->
-<div class="doc_section">
+<h1>
<a name="knownproblems">Known Problems</a>
-</div>
+</h1>
<!-- *********************************************************************** -->
<div class="doc_text">
@@ -638,9 +638,9 @@ there isn't already one.</p>
</div>
<!-- ======================================================================= -->
-<div class="doc_subsection">
+<h2>
<a name="experimental">Experimental features included with this release</a>
-</div>
+</h2>
<div class="doc_text">
@@ -662,9 +662,9 @@ href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">LLVMdev list</a>.</p>
</div>
<!-- ======================================================================= -->
-<div class="doc_subsection">
+<h2>
<a name="x86-be">Known problems with the X86 back-end</a>
-</div>
+</h2>
<div class="doc_text">
@@ -695,9 +695,9 @@ href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">LLVMdev list</a>.</p>
</div>
<!-- ======================================================================= -->
-<div class="doc_subsection">
+<h2>
<a name="ppc-be">Known problems with the PowerPC back-end</a>
-</div>
+</h2>
<div class="doc_text">
@@ -709,9 +709,9 @@ compilation, and lacks support for debug information.</li>
</div>
<!-- ======================================================================= -->
-<div class="doc_subsection">
+<h2>
<a name="arm-be">Known problems with the ARM back-end</a>
-</div>
+</h2>
<div class="doc_text">
@@ -726,9 +726,9 @@ results (<a href="http://llvm.org/PR1388">PR1388</a>).</li>
</div>
<!-- ======================================================================= -->
-<div class="doc_subsection">
+<h2>
<a name="sparc-be">Known problems with the SPARC back-end</a>
-</div>
+</h2>
<div class="doc_text">
@@ -740,9 +740,9 @@ results (<a href="http://llvm.org/PR1388">PR1388</a>).</li>
</div>
<!-- ======================================================================= -->
-<div class="doc_subsection">
+<h2>
<a name="mips-be">Known problems with the MIPS back-end</a>
-</div>
+</h2>
<div class="doc_text">
@@ -753,9 +753,9 @@ results (<a href="http://llvm.org/PR1388">PR1388</a>).</li>
</div>
<!-- ======================================================================= -->
-<div class="doc_subsection">
+<h2>
<a name="alpha-be">Known problems with the Alpha back-end</a>
-</div>
+</h2>
<div class="doc_text">
@@ -768,9 +768,9 @@ appropriate nops inserted to ensure restartability.</li>
</div>
<!-- ======================================================================= -->
-<div class="doc_subsection">
+<h2>
<a name="c-be">Known problems with the C back-end</a>
-</div>
+</h2>
<div class="doc_text">
@@ -791,9 +791,9 @@ Depending on it for anything serious is not advised.</p>
<!-- ======================================================================= -->
-<div class="doc_subsection">
+<h2>
<a name="llvm-gcc">Known problems with the llvm-gcc front-end</a>
-</div>
+</h2>
<div class="doc_text">
@@ -817,9 +817,9 @@ consider using <a href="#dragonegg">dragonegg</a> instead.</p>
</div>
<!-- *********************************************************************** -->
-<div class="doc_section">
+<h1>
<a name="additionalinfo">Additional Information</a>
-</div>
+</h1>
<!-- *********************************************************************** -->
<div class="doc_text">