[llvm-commits] [llvm] r42357 - /llvm/trunk/docs/ReleaseNotes.html
Duncan Sands
baldrick at free.fr
Wed Sep 26 09:24:53 PDT 2007
Author: baldrick
Date: Wed Sep 26 11:24:52 2007
New Revision: 42357
URL: http://llvm.org/viewvc/llvm-project?rev=42357&view=rev
Log:
X86 -> X86-32 in appropriate places.
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=42357&r1=42356&r2=42357&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Sep 26 11:24:52 2007
@@ -226,7 +226,7 @@
"restrict" pointer arguments to functions.</li>
<li>Duncan contributed support for trampolines (taking the address of a nested
- function). Currently this is only supported on the X86 target.</li>
+ function). Currently this is only supported on the X86-32 target.</li>
<li>Lauro Ramos Venancio contributed support to encode alignment info in
load and store instructions, the foundation for other alignment-related
@@ -529,7 +529,7 @@
As in Algol and Pascal, lexical scoping of functions.
Nested functions are supported, but llvm-gcc does not support
- taking the address of a nested function (except on the X86 target)
+ taking the address of a nested function (except on the X86-32 target)
or non-local gotos.</li>
<li><a href="http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html#Function%20Attributes">Function Attributes</a>:
@@ -622,7 +622,7 @@
itself, Qt, Mozilla, etc.</p>
<ul>
-<li>Exception handling only works well on the linux/x86-32 target.
+<li>Exception handling only works well on the linux/X86-32 target.
In some cases, illegally throwing an exception does not result
in a call to terminate.</li>
More information about the llvm-commits
mailing list