diff options
author | Chris Lattner <sabre@nondot.org> | 2003-12-12 23:21:29 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-12-12 23:21:29 +0000 |
commit | 5da0c61395a4ec014e1e3e8308c5a51f12ff8687 (patch) | |
tree | 6d80d9d23752e299dc083c8ff37bd85f420407bc /llvm | |
parent | 8d76ed912c2a470df8d88a4579d54a854b8bef96 (diff) | |
download | llvm-5da0c61395a4ec014e1e3e8308c5a51f12ff8687.zip llvm-5da0c61395a4ec014e1e3e8308c5a51f12ff8687.tar.gz llvm-5da0c61395a4ec014e1e3e8308c5a51f12ff8687.tar.bz2 |
Minor cleanups, expand on what's new, give credit for the release notes to the whole team, not just me
llvm-svn: 10443
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 0075632..318cd4d 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -7,9 +7,7 @@ </head> <body> -<div class="doc_title"> - LLVM 1.1 Release Notes -</div> +<div class="doc_title">LLVM 1.1 Release Notes</div> <ol> <li><a href="#intro">Introduction</a></li> @@ -18,7 +16,6 @@ <li><a href="#install-instructions">Installation Instructions</a></li> <li><a href="#knownproblems">Known Problems</a> <ul> -<!-- <li><a href="#portabilityprobs">Portability Problems</a> --> <li><a href="#core">Known problems with the LLVM Core</a> <li><a href="#c-fe">Known problems with the C Front-end</a> <li><a href="#c++-fe">Known problems with the C++ Front-end</a> @@ -30,7 +27,7 @@ </ol> <div class="doc_text"> - <p><b>Written by <a href="mailto:sabre@nondot.org">Chris Lattner</a></b><p> + <p><b>Written by the <a href="http://llvm.cs.uiuc.edu">LLVM team</a></b><p> </div> <!-- *********************************************************************** --> @@ -75,7 +72,9 @@ release is primarily a bugfix release, dramatically improving the C/C++ front-end, and improving support for C++ in the LLVM core. This release also includes a few new features, such as a simple profiler, support for Mac OS X, better interoperability with external source bases, a new example language -front-end, and improvements in a few optimizations.</p> +front-end, and improvements in a few optimizations. The performance of several +LLVM components has been improved, and several gratuitous type-safety issues in +the C front-end have been fixed.</p> <p>At this time, LLVM is known to correctly compile and run all non-unwinding C & C++ SPEC CPU2000 benchmarks, the Olden benchmarks, and the Ptrdist |