From f3a4fea145f8e18316cd5f1f72b7616e56b3b716 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 9 Jun 2008 04:00:08 +0000 Subject: [PATCH] linkify, this requires pulling CodeGenerator.html into 2.3. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52114 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index ea893134a18..c8664940d73 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -425,9 +425,10 @@ faster:

'i' form when possible instead of always loading the value in a register. This saves an instruction and reduces register use. -
  • Added support for PIC/GOT style tail calls on x86/32 and initial support - for tail calls on PowerPC 32 (it may also work on ppc64 but not - thoroughly tested).
  • +
  • Added support for PIC/GOT style tail calls on X86/32 and initial + support for tail calls on PowerPC 32 (it may also work on PowerPC 64 but is + not thoroughly tested).