diff options
author | Chris Lattner <sabre@nondot.org> | 2008-06-09 04:00:08 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-06-09 04:00:08 +0000 |
commit | 4c2d42e8c645b0fd4c013b6117c03a48ef4a6a70 (patch) | |
tree | 291a4b29f0227a10c0308ab67c154e0d962a9640 /docs | |
parent | ae3e5c05e083b5fe3fe7ef980a7753564b8107b2 (diff) | |
download | external_llvm-4c2d42e8c645b0fd4c013b6117c03a48ef4a6a70.zip external_llvm-4c2d42e8c645b0fd4c013b6117c03a48ef4a6a70.tar.gz external_llvm-4c2d42e8c645b0fd4c013b6117c03a48ef4a6a70.tar.bz2 |
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index ea89313..c866494 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -425,9 +425,10 @@ faster:</p> 'i' form when possible instead of always loading the value in a register. This saves an instruction and reduces register use.</li> -<li>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).</li> +<li>Added support for PIC/GOT style <a + href="CodeGenerator.html#tailcallopt">tail calls</a> on X86/32 and initial + support for tail calls on PowerPC 32 (it may also work on PowerPC 64 but is + not thoroughly tested).</li> </ul> </div> |