Skip to content

Commit 8ad3036

Browse files
committed
Basic updates
llvm-svn: 24087
1 parent c86bd2b commit 8ad3036

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

llvm/docs/ReleaseNotes.html

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@
7474
</div>
7575

7676
<div class="doc_text">
77-
<h1>
78-
See <a href="/releases/1.5/docs/ReleaseNotes.html">LLVM 1.5 Release Notes</a>
79-
</h1>
8077
<ol>
8178
<li>The JIT now uses mutexes to protect its internal data structures. This
8279
allows multi-threaded programs to be run from the JIT or interpreter without
@@ -124,7 +121,7 @@ <h1>
124121
<li>Sun UltraSPARC workstations running Solaris 8.</li>
125122
<li>Intel and AMD machines running on Win32 with the Cygwin libraries (limited
126123
support is available for native builds with Visual C++).</li>
127-
<li>PowerPC-based Mac OS X systems, running 10.2 and above.</li>
124+
<li>PowerPC and X86-based Mac OS X systems, running 10.2 and above.</li>
128125
<li>Alpha-based machines running Debian GNU/Linux.</li>
129126
<li>Itanium-based machines running Linux and HP-UX.</li>
130127
</ul>
@@ -186,10 +183,6 @@ <h1>
186183
<ul>
187184
<li>In the JIT, <tt>dlsym()</tt> on a symbol compiled by the JIT will not
188185
work.</li>
189-
<li><a href="http://llvm.cs.uiuc.edu/PR240">The lower-invoke pass does not
190-
mark values live across a setjmp as volatile</a>. This missing feature
191-
only affects targets whose setjmp/longjmp libraries do not save and restore
192-
the entire register file.</li>
193186
</ul>
194187
</div>
195188

@@ -498,8 +491,6 @@ <h1>
498491
<li>On 21164s, some rare FP arithmetic sequences which may trap do not have the
499492
appropriate nops inserted to ensure restartability.</li>
500493

501-
<li>Defining vararg functions is not supported (but calling them is ok).</li>
502-
503494
<li>Due to the vararg problems, C++ exceptions do not work. Small changes are required to the CFE (which break correctness in the exception handler) to compile the exception handling library (and thus the C++ standard library).</li>
504495

505496
</ul>
@@ -545,12 +536,8 @@ <h1>
545536

546537
<ul>
547538
<li>Many features are still missing (e.g. support for 64-bit integer
548-
arithmetic).</li>
549-
550-
<li>This backend needs to be updated to use the SelectionDAG instruction
551-
selection framework.</li>
539+
arithmetic). This back-end is in pre-beta state.</li>
552540
</ul>
553-
554541
</div>
555542

556543
<!-- *********************************************************************** -->

0 commit comments

Comments
 (0)