设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

LLVM 3.4 正式发布!

2014-1-7 11:29| 发布者: 红黑魂| 查看: 2350| 评论: 0|来自: 开源中国

摘要: LLVM 3.4 已经释出,二进制下载已经准备就绪。官方的邮件列表和首页,已经更新了3.4。小伙伴还可以通过SVN方式或者GIT方式fork release分支的源码哦。本次更新的邮件列表的原文如下:LLVM 3.4 is now available! Dow ...

LLVM 3.4 已经释出,二进制下载已经准备就绪。

官方的邮件列表和首页,已经更新了3.4。

小伙伴还可以通过SVN方式或者GIT方式fork release分支的源码哦。

本次更新的邮件列表的原文如下:

LLVM 3.4 is now available! Download it now, or read the release notes.

This is a big new release with a lot of features.  Clang now supports all of the features in the current working draft of the upcoming C++ standard, provisionally named C++1y.  The static analyzer has greatly improved C++ support, produces fewer false positives and catches more bugs.  Clang also includes a few new capabilities: 1) a tool called "clang-format" which can be used in an IDE or text editor to auto-format your code according to builtin styles, and 2) a new (experimental!) driver designed for drop-in compatibility with Visual Studio on Windows.

In the code generator, overall performance is greatly increased.  Notably, the loop auto-vectorizer is now enabled at -Os and -O2 in addition to -O3 (with appropriately tuned heuristics for each level).  The SLP ("straight-line code") auto-vectorizer is now enabled by default as well.  Many targets have made major leaps, but the R600 target is now built by default (instead of experimental), the PowerPC backend has made several major improvements to code generation quality and compile time, and the X86, SPARC, ARM32, Aarch64 and SystemZ backends have all seen major feature work.

In addition to all of the improvements, there is one notable change: clang -O4 now no longer implicitly enables link-time optimization.  LTO continues to be available with the -flto flag, and can be enabled at any optimization level.  To get the previous -O4 behavior, simply use "clang -O3 -flto".  In addition, LLVM 3.4 will be the last release that will build with a plain C++'98 compiler.  Future releases will require some C++'11 support in the host compiler to build.

LLVM 3.4 is the result of an incredible number of people working together over the last six months, but this release would not be possible without our volunteer release team!  Thanks to Bill Wendling for making it all possible by shepherding the release, and to the awesome release testers: Arnaud A. de Grandmaison, Ben Pope, Dimitry Andric, Duncan Sands, Erik Verbruggen, Hans Wennborg, Nikola Smiljanic, Paweł Worach, Rafael Espíndola, Renato Golin, Sebastian Dreßler, Sylvestre Ledru, and Tom Stellard.

If you have questions or comments about this release, please contact the LLVMdev mailing list! Onward to LLVM 3.5!

-Chris

LLVM 3.3 Release Announcement: http://lists.cs.uiuc.edu/pipermail/llvm-announce/2013-June/000046.html -------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cs.uiuc.edu/pipermail/llvm-announce/attachments/20140106/72e94f88/attachment.html>


酷毙

雷人
1

鲜花

鸡蛋

漂亮

刚表态过的朋友 (1 人)

  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部