diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2011-03-18 04:07:44 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2011-03-18 04:07:44 +0000 |
commit | a26f36c597997894974eeecdde5caa22a6d801e8 (patch) | |
tree | dba6cb4b06cb4f8cf2bf4d20dac2ed3a47b6602e /docs | |
parent | 289bdccddf231fa971ea94af4fad2a62d34cbae0 (diff) | |
download | external_llvm-a26f36c597997894974eeecdde5caa22a6d801e8.zip external_llvm-a26f36c597997894974eeecdde5caa22a6d801e8.tar.gz external_llvm-a26f36c597997894974eeecdde5caa22a6d801e8.tar.bz2 |
Some release notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127867 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.html | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index efda3a4..590e03e 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -347,7 +347,9 @@ expose new optimization opportunities:</p> release includes a few major enhancements and additions to the optimizers:</p> <ul> -TBAA. + <li>TBAA.</li> + <li>LTO has been improved to use MC for parsing inline asm and now + can build large programs like Firefox 4 on both OS X and Linux.</li> </ul> <!-- @@ -372,7 +374,14 @@ and a number of other related areas that CPU instruction-set level tools work in.</p> <ul> -ELF/COFF support? + <li>MC is now used by default for ELF systems on x86 and + x86-64.</li> + <li>MC supports and CodeGen uses the <tt>.loc</tt> directives for + producing line number debug info. This produces more compact line + tables.</li> + <li>MC supports the <tt>.cfi_*</tt> directives for producing DWARF + frame information, but it is still not used by CodeGen by default.</li> + <li>COFF support?</li> </ul> <p>For more information, please see the <a |