Skip to content

Commit 5da0c61

Browse files
committed
Minor cleanups, expand on what's new, give credit for the release notes to the whole team, not just me
llvm-svn: 10443
1 parent 8d76ed9 commit 5da0c61

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

llvm/docs/ReleaseNotes.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
</head>
88
<body>
99

10-
<div class="doc_title">
11-
LLVM 1.1 Release Notes
12-
</div>
10+
<div class="doc_title">LLVM 1.1 Release Notes</div>
1311

1412
<ol>
1513
<li><a href="#intro">Introduction</a></li>
@@ -18,7 +16,6 @@
1816
<li><a href="#install-instructions">Installation Instructions</a></li>
1917
<li><a href="#knownproblems">Known Problems</a>
2018
<ul>
21-
<!-- <li><a href="#portabilityprobs">Portability Problems</a> -->
2219
<li><a href="#core">Known problems with the LLVM Core</a>
2320
<li><a href="#c-fe">Known problems with the C Front-end</a>
2421
<li><a href="#c++-fe">Known problems with the C++ Front-end</a>
@@ -30,7 +27,7 @@
3027
</ol>
3128

3229
<div class="doc_text">
33-
<p><b>Written by <a href="mailto:[email protected]">Chris Lattner</a></b><p>
30+
<p><b>Written by the <a href="http://llvm.cs.uiuc.edu">LLVM team</a></b><p>
3431
</div>
3532

3633
<!-- *********************************************************************** -->
@@ -75,7 +72,9 @@
7572
front-end, and improving support for C++ in the LLVM core. This release also
7673
includes a few new features, such as a simple profiler, support for Mac OS X,
7774
better interoperability with external source bases, a new example language
78-
front-end, and improvements in a few optimizations.</p>
75+
front-end, and improvements in a few optimizations. The performance of several
76+
LLVM components has been improved, and several gratuitous type-safety issues in
77+
the C front-end have been fixed.</p>
7978

8079
<p>At this time, LLVM is known to correctly compile and run all non-unwinding C
8180
&amp; C++ SPEC CPU2000 benchmarks, the Olden benchmarks, and the Ptrdist

0 commit comments

Comments
 (0)