From 80453c97f96975f53143ff2bdf571f217ef48c1b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 24 May 2004 04:50:25 +0000 Subject: [PATCH] Fix a div problem that was causing some wierd indentation. Get more div'y git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13710 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 5e3eacad4f4..c68cd03aa7a 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -81,11 +81,15 @@ has also been used to compile many other programs. LLVM now also works with a broad variety of C++ programs, though it has still received less testing than the C front-end.

+ +
This release implements the following new features:
+
+
  1. The LLVM select instruction is now fully implemented and supported by all transformations, native code @@ -108,12 +112,16 @@ collectors.
  2. analysis algorithm.
+
+
In this release, the following missing features were implemented:
+
+
  1. LLVM cannot handle structures with more than 256 elements
  2. @@ -125,6 +133,7 @@ with 64-bit pointers. uses of external fns by immediate constant exprs
+
@@ -132,6 +141,8 @@ uses of external fns by immediate constant exprs issues were fixed:
+
+
  1. LLVM tools will happily spew bytecode onto your terminal
  2. @@ -139,17 +150,21 @@ bytecode onto your terminal for structure typedefs
+
+
In this release, the following build problems were fixed:
+
  1. Minor configure bugs with -disable/enable-povray and -disable-spec
  2. shell scripts output by gccld don't work if you change PATH
+
@@ -157,6 +172,7 @@ work if you change PATH improvements:
+
  1. Fixed: [vmcore] Code quality problem due to long operand of getelementptr
  2. @@ -193,7 +209,6 @@ operators into the strict versions when useful (such as "if (A < B || A propagation of function calls. It currently supports a few math library functions like sqrt/sin/cos/etc.
-
@@ -202,6 +217,8 @@ functions like sqrt/sin/cos/etc. were fixed: +
+

Bugs in the LLVM Core:

    @@ -230,7 +247,7 @@ enum type
  1. [llvmgcc] Variable length array indexing miscompiled
- +
@@ -238,12 +255,15 @@ indexing miscompiled improvements:
+
+

Documentation Improvements

  1. Documentation of the LLVM Bytecode file format was added.
  2. All documentation was brought up to HTML 4.01 (Strict) level.
+
@@ -273,6 +293,8 @@ portability patches and reports of successful builds or error messages.

In this release, the following portability problems were fixed: +
+
  1. warnings compiling Stacker compiler on Mac OS X
  2. @@ -280,6 +302,8 @@ on Mac OS X understand abbreviated names in headers
+
+