forked from OSchip/llvm-project
* Put command-line switches and function names in <tt>
* Add links to mailing lists and publications llvm-svn: 20943
This commit is contained in:
parent
e3d9f8c4f9
commit
9615809383
|
@ -240,8 +240,8 @@ components, please contact us on the llvmdev list.</p>
|
||||||
releases: <tt>-cee, -branch-combine, -instloops, -paths, -pre</tt></li>
|
releases: <tt>-cee, -branch-combine, -instloops, -paths, -pre</tt></li>
|
||||||
<li>The <tt>llvm-db</tt> tool is in a very early stage of development, but can
|
<li>The <tt>llvm-db</tt> tool is in a very early stage of development, but can
|
||||||
be used to step through programs and inspect the stack.</li>
|
be used to step through programs and inspect the stack.</li>
|
||||||
<li>The "iterative scan" register allocator (enabled with -regalloc=iterativescan)
|
<li>The "iterative scan" register allocator (enabled with
|
||||||
is not stable.</li>
|
<tt>-regalloc=iterativescan</tt>) is not stable.</li>
|
||||||
<li>The SparcV8, Alpha, and IA64 ports are experimental.</li>
|
<li>The SparcV8, Alpha, and IA64 ports are experimental.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
@ -255,8 +255,8 @@ components, please contact us on the llvmdev list.</p>
|
||||||
<div class="doc_text">
|
<div class="doc_text">
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>In the JIT, <tt>dlsym</tt> on a symbol compiled by the JIT will not work.
|
<li>In the JIT, <tt>dlsym()</tt> on a symbol compiled by the JIT will not
|
||||||
</li>
|
work.</li>
|
||||||
<li>The JIT does not use mutexes to protect its internal data structures. As
|
<li>The JIT does not use mutexes to protect its internal data structures. As
|
||||||
such, execution of a threaded program could cause these data structures to be
|
such, execution of a threaded program could cause these data structures to be
|
||||||
corrupted.
|
corrupted.
|
||||||
|
@ -575,11 +575,12 @@ frontends.</li>
|
||||||
<div class="doc_text">
|
<div class="doc_text">
|
||||||
|
|
||||||
<p>A wide variety of additional information is available on the LLVM web page,
|
<p>A wide variety of additional information is available on the LLVM web page,
|
||||||
including mailing lists and publications describing algorithms and components
|
including <a href="http://llvm.cs.uiuc.edu/docs/#maillist">mailing lists</a> and
|
||||||
implemented in LLVM. The web page also contains versions of the API
|
<a href="http://llvm.cs.uiuc.edu/pubs/">publications describing algorithms and
|
||||||
documentation which is up-to-date with the CVS version of the source code. You
|
components implemented in LLVM</a>. The web page also contains versions of the
|
||||||
can access versions of these documents specific to this release by going into
|
API documentation which is up-to-date with the CVS version of the source code.
|
||||||
the "<tt>llvm/doc/</tt>" directory in the LLVM tree.</p>
|
You can access versions of these documents specific to this release by going
|
||||||
|
into the "<tt>llvm/doc/</tt>" directory in the LLVM tree.</p>
|
||||||
|
|
||||||
<p>If you have any questions or comments about LLVM, please feel free to contact
|
<p>If you have any questions or comments about LLVM, please feel free to contact
|
||||||
us via the <a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev">mailing
|
us via the <a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev">mailing
|
||||||
|
|
Loading…
Reference in New Issue