diff options
author | Chris Lattner <sabre@nondot.org> | 2008-02-12 05:07:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-02-12 05:07:12 +0000 |
commit | 02b81fe5f58b38986016424880a2bff2f6205dfc (patch) | |
tree | 1e2b0a3aca10bcba98a662c46550be46a6ad51d8 /docs | |
parent | dd50f0f9540aa0fb34ab000287c031601398cc3b (diff) | |
download | external_llvm-02b81fe5f58b38986016424880a2bff2f6205dfc.zip external_llvm-02b81fe5f58b38986016424880a2bff2f6205dfc.tar.gz external_llvm-02b81fe5f58b38986016424880a2bff2f6205dfc.tar.bz2 |
remove unknown details
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46985 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index ec6ba19..6e9e403 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -303,10 +303,8 @@ Anton got x86-64 working.</li> advantage of its predication features.</li> <li>Bruno added PIC support to the MIPS backend, fixed many bugs and improved support for architecture variants.</li> -<li>Arnold Schwaighofer added support for X86 tail calls (limitations? -details?).</li> -<li>Evan contributed several enhancements to Darwin/x86 debug information, -and improvements at -O0 (details?).</li> +<li>Arnold Schwaighofer added initial support for X86 tail calls.</li> +<li>Evan contributed several enhancements to Darwin/x86 debug information.</li> <li>Duncan added x86-64 support for trampolines (pointers to nested functions).</li> </ul> |