mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 05:32:25 +00:00
Fixes from Anton Vayvod and Gabor Greif!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29572 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
46adf8119d
commit
49e693e91e
@ -61,11 +61,11 @@ href="http://llvm.org/releases/">releases page</a>.</p>
|
||||
|
||||
<div class="doc_text">
|
||||
|
||||
<p>This is the eighth public release of the LLVM Compiler Infrastructure. This
|
||||
<p>This is the nineth public release of the LLVM Compiler Infrastructure. This
|
||||
release incorporates a large number of enhancements and new features,
|
||||
including DWARF debugging support (C and C++ on Darwin/PPC), improved inline
|
||||
assembly support, a new <a href="http://llvm.org/nightlytest/">nightly
|
||||
tester</a>, llvm-config enhancments, many bugs
|
||||
tester</a>, llvm-config enhancements, many bugs
|
||||
fixed, and performance and compile time improvements.
|
||||
</p>
|
||||
|
||||
@ -109,7 +109,7 @@ well.</p>
|
||||
|
||||
<div class="doc_text">
|
||||
|
||||
<p>The Loop Optimizer pass now used "Loop-Closed SSA Form", which makes it
|
||||
<p>The loop optimizer passes now uses "Loop-Closed SSA Form", which makes it
|
||||
easier to update SSA form as loop transformations change the code. An
|
||||
immediate benefit of this is that the loop unswitching pass can now unswitch
|
||||
loops in more cases.
|
||||
@ -247,7 +247,7 @@ there isn't already one.</p>
|
||||
be broken or unreliable, or are in early development. These components should
|
||||
not be relied on, and bugs should not be filed against them, but they may be
|
||||
useful to some people. In particular, if you would like to work on one of these
|
||||
components, please contact us on the llvmdev list.</p>
|
||||
components, please contact us on the <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">LLVMdev list</a>.</p>
|
||||
|
||||
<ul>
|
||||
<li>The <tt>-cee</tt> pass is known to be buggy, and may be removed in in a
|
||||
|
Loading…
Reference in New Issue
Block a user