diff options
author | Gabor Greif <ggreif@gmail.com> | 2009-10-12 16:08:52 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2009-10-12 16:08:52 +0000 |
commit | b00933b9e8523d2454e4b245ada61b17f565048b (patch) | |
tree | 4be3a118d4b319e366f769ea6a64e234cf9b0894 /docs | |
parent | 8040cd3cfd7b87661c08ca916daf355593dd8ffa (diff) | |
download | external_llvm-b00933b9e8523d2454e4b245ada61b17f565048b.zip external_llvm-b00933b9e8523d2454e4b245ada61b17f565048b.tar.gz external_llvm-b00933b9e8523d2454e4b245ada61b17f565048b.tar.bz2 |
set some options in typewriter font
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83850 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes-2.6.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html index 522f689..a5cd5e0 100644 --- a/docs/ReleaseNotes-2.6.html +++ b/docs/ReleaseNotes-2.6.html @@ -71,6 +71,7 @@ Almost dead code. ELF Writer? How stable? <li>PostRA scheduler improvements, ARM adoption (David Goodwin).</li> 2.7 supports the GDB 7.0 jit interfaces for debug info. + 2.7 eliminates ADT/iterator.h --> <!-- for announcement email: @@ -591,9 +592,9 @@ release includes a few major enhancements and additions to the optimizers:</p> <li>LLVM has a new "EngineBuilder" class which makes it more obvious how to set up and configure an ExecutionEngine (a JIT or interpreter).</li> <li>The JIT now supports generating more than 16M of code.</li> -<li>When configured with --with-oprofile, the JIT can now inform OProfile about - JIT'd code, allowing OProfile to get line number and function name - information for JIT'd functions.</li> +<li>When configured with <tt>--with-oprofile</tt>, the JIT can now inform + OProfile about JIT'd code, allowing OProfile to get line number and function + name information for JIT'd functions.</li> <li>When "libffi" is available, the LLVM interpreter now uses it, which supports calling almost arbitrary external (natively compiled) functions.</li> <li>Clients of the JIT can now register a 'JITEventListener' object to receive @@ -1261,7 +1262,7 @@ which does support trampolines.</li> <li>The Ada front-end <a href="http://llvm.org/PR2007">fails to bootstrap</a>. This is due to lack of LLVM support for <tt>setjmp</tt>/<tt>longjmp</tt> style exception handling, which is used internally by the compiler. -Workaround: configure with --disable-bootstrap.</li> +Workaround: configure with <tt>--disable-bootstrap</tt>.</li> <li>The c380004, <a href="http://llvm.org/PR2010">c393010</a> and <a href="http://llvm.org/PR2421">cxg2021</a> ACATS tests fail (c380004 also fails with gcc-4.2 mainline). |