diff options
author | Chris Lattner <sabre@nondot.org> | 2005-05-15 15:33:21 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-05-15 15:33:21 +0000 |
commit | b38da0fb33fe914137fe30a618b00819b978b87d (patch) | |
tree | 5d72f27e01ee2944c155bcbbd284ac911c32a5ac /docs | |
parent | e75a24a5fa97ce1911bf39e51c4db6681e69b56b (diff) | |
download | external_llvm-b38da0fb33fe914137fe30a618b00819b978b87d.zip external_llvm-b38da0fb33fe914137fe30a618b00819b978b87d.tar.gz external_llvm-b38da0fb33fe914137fe30a618b00819b978b87d.tar.bz2 |
more edits, add anchors
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22055 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.html | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 1c4a7eb..3c25708 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -75,7 +75,8 @@ and enhancements, described below.</p> </div> <!--_________________________________________________________________________--> -<div class="doc_subsubsection">New Native Code Generators</div> +<div class="doc_subsubsection"><a href="newcg">New Native Code +Generators</a></div> <div class="doc_text"> <p> @@ -87,7 +88,8 @@ rapidly. </div> <!--_________________________________________________________________________--> -<div class="doc_subsubsection">New Instruction Selector Framework</div> +<div class="doc_subsubsection"><a name="selectiondag">New Instruction +Selector Framework</a></div> <div class="doc_text"> <p>This release includes a <a href="CodeGenerator.html#instselect">new framework @@ -104,7 +106,8 @@ SPARC backends will be migrated when time permits. </div> <!--_________________________________________________________________________--> -<div class="doc_subsubsection">New Support For Custom Calling Convetions</div> +<div class="doc_subsubsection"><a name="customccs">New Support For Custom +Calling Conventions</a></div> <div class="doc_text"> <p>LLVM 1.5 adds supports for <a href="LangRef.html#callingconv">custom and @@ -125,7 +128,8 @@ fastcall on X86).</p> </div> <!--_________________________________________________________________________--> -<div class="doc_subsubsection">New Support for "Proper Tail Calls"</div> +<div class="doc_subsubsection"><a name="tailcalls">New Support for +"Proper Tail Calls"</a></div> <div class="doc_text"> <p>The release now includes support for <a @@ -209,6 +213,7 @@ multiple of 8 bytes in size. <li>LLVM now includes workarounds in the code generator generator which reduces the likelyhood of <a href="http://llvm.cs.uiuc.edu/PR448">GCC hitting swap during optimized builds</a>.</li> + <li>The PowerPC backend generates far better code than in LLVM 1.4.</li> </ol> </div> |