Skip to content

Commit 604cd3c

Browse files
author
John Criswell
committed
Fixed some minor typos.
Moved the new gccld feature to be in the list of enhancements. Re-worded information on SPEC 2000 and Sparc support to try to make them more accurate and precise. llvm-svn: 10434
1 parent 13a2e54 commit 604cd3c

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

llvm/docs/ReleaseNotes.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,12 @@
7575
front-end, and improving support for C++ in the LLVM core. This release also
7676
includes a few new features, such as a simple profiler, support for Mac OS/X,
7777
better interoperability with external source bases, a new example language
78-
front-end, and improves a few optimizations.</p>
78+
front-end, and improvements in a few optimizations.</p>
7979

8080
<p>At this time, LLVM is known to correctly compile the C &amp; C++ SPEC CPU2000
81-
benchmarks (X86 only), the Olden benchmarks, and the Ptrdist benchmarks along
82-
with <b>many</b> other programs. LLVM now also works with a broad variety of
81+
benchmarks with the C backend (X86 only), the Olden benchmarks, and the Ptrdist
82+
benchmarks. It has also been used to compile
83+
<b>many</b> other programs. LLVM now also works with a broad variety of
8384
C++ programs, though it has still received much less testing than the C
8485
front-end.
8586
</p>
@@ -147,6 +148,8 @@
147148
<li>LLVM 1.1 implements a simple size optimization for LLVM bytecode files.
148149
This means that the 1.1 files are smaller than 1.0, but that 1.0 won't
149150
read 1.1 bytecode files.</li>
151+
152+
<li><a href="http://llvm.cs.uiuc.edu/PR140">The gccld program produces a runner script that includes command-line options to load the necessary shared objects.</a></li>
150153
</ol>
151154

152155

@@ -167,7 +170,6 @@
167170

168171
<li><a href="http://llvm.cs.uiuc.edu/PR146">Interpreter does not handle
169172
setne constant expression</a></li>
170-
171173
</ol>
172174

173175

@@ -246,7 +248,6 @@
246248
<li><a href="http://llvm.cs.uiuc.edu/PR123">[X86] div and rem constant exprs invalidate iterators!</a></li>
247249
<li><a href="http://llvm.cs.uiuc.edu/PR130">[vmcore] Symbol table doesn't rename colliding variables during type resolution</a></li>
248250
<li><a href="http://llvm.cs.uiuc.edu/PR138">Archive reader does not understand 4.4BSD/Mac OS X long filenames</a></li>
249-
<li><a href="http://llvm.cs.uiuc.edu/PR140">gccld produces a runner script that includes command-line options to load the necessary shared objects</a></li>
250251
</ol>
251252

252253

@@ -298,7 +299,8 @@
298299
<div class="doc_text">
299300

300301
<p>LLVM has been extensively tested on Intel and AMD machines running Red
301-
Hat Linux, and Sun UltraSPARC workstations running Solaris 8. Additionally,
302+
Hat Linux and has been tested on Sun UltraSPARC workstations running Solaris 8.
303+
Additionally,
302304
LLVM works on Mac OS/X 10.3 and above, but only with the C backend or
303305
interpreter (no native backend for the PowerPC is available yet).
304306
The core LLVM infrastructure uses "autoconf" for portability, so hopefully we

0 commit comments

Comments
 (0)