[llvm-commits] [llvm] r46934 - /llvm/trunk/docs/ReleaseNotes.html

Gabor Greif ggreif at gmail.com
Sun Feb 10 12:08:16 PST 2008


Author: ggreif
Date: Sun Feb 10 14:08:16 2008
New Revision: 46934

URL: http://llvm.org/viewvc/llvm-project?rev=46934&view=rev
Log:
corrected some spellings

maybe c380004 can be hyperlinked too?


Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=46934&r1=46933&r2=46934&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Sun Feb 10 14:08:16 2008
@@ -138,7 +138,7 @@
 
 <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 @@
 </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 @@
 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





More information about the llvm-commits mailing list