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.
+
+
+
+
- The LLVM select instruction is
now fully implemented and supported by all transformations, native code
@@ -108,12 +112,16 @@ collectors.
analysis algorithm.
+
+
In this release, the following missing features were implemented:
+
+
- LLVM cannot handle structures with
more than 256 elements
@@ -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:
+
+
- LLVM tools will happily spew
bytecode onto your terminal
@@ -139,17 +150,21 @@ bytecode onto your terminal
for structure typedefs
+
+
In this release, the following build problems were fixed:
+
@@ -157,6 +172,7 @@ work if you change PATH
improvements:
+
- Fixed: [vmcore] Code quality problem
due to long operand of getelementptr
@@ -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
- [llvmgcc] Variable length array
indexing miscompiled
-
+
@@ -238,12 +255,15 @@ indexing miscompiled
improvements:
+
+
Documentation Improvements
- Documentation of the LLVM Bytecode file format
was added.
- 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:
+
+
- warnings compiling Stacker compiler
on Mac OS X
@@ -280,6 +302,8 @@ on Mac OS X
understand abbreviated names in headers
+
+