From 0869f4acec3b1b8b1c8d974a1fd7d0551284ae0c Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Wed, 26 Sep 2007 16:24:52 +0000 Subject: [PATCH] X86 -> X86-32 in appropriate places. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42357 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index aa11404d3c6..917ca363a82 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -226,7 +226,7 @@ optimizer, speeding it up and making it more aggressive. For example:

"restrict" pointer arguments to functions.
  • Duncan contributed support for trampolines (taking the address of a nested - function). Currently this is only supported on the X86 target.
  • + function). Currently this is only supported on the X86-32 target.
  • Lauro Ramos Venancio contributed support to encode alignment info in load and store instructions, the foundation for other alignment-related @@ -529,7 +529,7 @@ bits.

  • 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.
  • Function Attributes: @@ -622,7 +622,7 @@ tested and works for a number of non-trivial programs, including LLVM itself, Qt, Mozilla, etc.