From 109d9e859221e38508a6ebe6c877d9e13ed6d7b4 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Wed, 30 Mar 2005 19:14:24 +0000 Subject: [PATCH] * Put command-line switches and function names in * Add links to mailing lists and publications git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20943 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 5d31f8fa775..dc3a4488397 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -240,8 +240,8 @@ components, please contact us on the llvmdev list.

releases: -cee, -branch-combine, -instloops, -paths, -pre
  • The llvm-db tool is in a very early stage of development, but can be used to step through programs and inspect the stack.
  • -
  • The "iterative scan" register allocator (enabled with -regalloc=iterativescan) - is not stable.
  • +
  • The "iterative scan" register allocator (enabled with + -regalloc=iterativescan) is not stable.
  • The SparcV8, Alpha, and IA64 ports are experimental.
  • @@ -255,8 +255,8 @@ components, please contact us on the llvmdev list.

      -
    • In the JIT, dlsym on a symbol compiled by the JIT will not work. -
    • +
    • In the JIT, dlsym() on a symbol compiled by the JIT will not + work.
    • The JIT does not use mutexes to protect its internal data structures. As such, execution of a threaded program could cause these data structures to be corrupted. @@ -575,11 +575,12 @@ frontends.
    • A wide variety of additional information is available on the LLVM web page, -including mailing lists and publications describing algorithms and components -implemented in LLVM. The web page also contains versions of the API -documentation which is up-to-date with the CVS version of the source code. You -can access versions of these documents specific to this release by going into -the "llvm/doc/" directory in the LLVM tree.

      +including mailing lists and +publications describing algorithms and +components implemented in LLVM. The web page also contains versions of the +API documentation which is up-to-date with the CVS version of the source code. +You can access versions of these documents specific to this release by going +into the "llvm/doc/" directory in the LLVM tree.

      If you have any questions or comments about LLVM, please feel free to contact us via the mailing