forked from OSchip/llvm-project
parent
2306c54144
commit
b377fc3bfa
|
@ -286,9 +286,9 @@ Release Notes</a>.</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li>IR support for half float</li>
|
<li>IR support for half float</li>
|
||||||
<li>IR support for vectors of pointers, including vector GEPs.</li>
|
<li>IR support for vectors of pointers, including vector GEPs.</li>
|
||||||
<li>The <tt>unwind</tt> instruction is now gone. It has been replaced by
|
<li>The <tt>unwind</tt> instruction is now gone. With the introduction of
|
||||||
the <tt>landingpad</tt>/<tt>resume</tt> exception handling
|
the new exception handling system in LLVM 3.0, the <tt>unwind</tt>
|
||||||
mechanisms.</li>
|
instruction became obsolete.</li>
|
||||||
<li>....</li>
|
<li>....</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue