From 57d43e1fc0f3e4337aab35b44f75ce0d0fcc3291 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 19 Sep 2004 19:21:26 +0000 Subject: [PATCH] better code Move other things to the right sections git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16410 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index f352c8cb8f3..8813fe47ff5 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -86,6 +86,8 @@ with a broad variety of C++ programs.

    +
  1. move test/Programs out of the main llvm + tree
@@ -117,6 +119,8 @@ issues were fixed:
  1. [llvmg++] Tons of warnings are spewed when linking to libstdc++
  2. +
  3. include/{Support,Config} -> + include/llvm/{Support,Config}
@@ -140,10 +144,8 @@ improvements:
    -
  1. move test/Programs out of the main llvm - tree
  2. -
  3. include/{Support,Config} -> - include/llvm/{Support,Config}
  4. +
  5. Ugly code generator for + std::min/std::max