aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2008-02-10 20:08:16 +0000
committerGabor Greif <ggreif@gmail.com>2008-02-10 20:08:16 +0000
commit3f2a209c777e8cb7733bfd99da08a673b4192d6d (patch)
tree54a7ba319b7b8048377da58c821f8e3795f17e0a
parent729eb14ae8b1a1002a212a99cdc411659670fbd4 (diff)
downloadexternal_llvm-3f2a209c777e8cb7733bfd99da08a673b4192d6d.zip
external_llvm-3f2a209c777e8cb7733bfd99da08a673b4192d6d.tar.gz
external_llvm-3f2a209c777e8cb7733bfd99da08a673b4192d6d.tar.bz2
corrected some spellings
maybe c380004 can be hyperlinked too? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46934 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index cbc4030..9f08ac8 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -138,7 +138,7 @@ releases, llvm-gcc silently mapped long double to double.</li>
<li>Gordon Henriksen rewrote most of the <a href="GarbageCollection.html"
>Accurate Garbage Collection</a> code in the code generator, making the
-generated code more efficient and adding support for the Ocaml garbage collector
+generated code more efficient and adding support for the OCaml garbage collector
metadata format.</li>
<li>Christopher Lamb contributed support for multiple address spaces in LLVM
@@ -164,7 +164,7 @@ language with LLVM and shows how to use several important APIs.</li>
</p>
<ul>
-<li>Gordon contributed support for C and Ocaml Bindings for the basic LLVM IR
+<li>Gordon contributed support for C and OCaml Bindings for the basic LLVM IR
construction routines as well as several other auxiliary APIs.</li>
<li>Anton added readnone/readonly attributes for modeling function side effects.
@@ -291,7 +291,7 @@ variables have different widths.</li>
of the EFLAGS register explicitly in all instructions. This gives more freedom
to the scheduler, and is a more explicit way to model the instructions.</li>
<li>Dale contributed support for exception handling on Darwin/x86-64 and
-Darwin/ppc.</li>
+Darwin/PPC.</li>
<li>Evan turned on if-conversion by default for ARM, allowing LLVM to take
advantage of its predication features.</li>
<li>Bruno added PIC support to the MIPS backend, fixed many bugs and improved