设为首页 收藏本站
查看: 858|回复: 0

[软件发布] LLVM 3.9 发布,编译器架构

[复制链接]

尚未签到

发表于 2016-10-27 10:38:48 | 显示全部楼层 |阅读模式
欢迎加入运维网交流群:263444886  
  LLVM 3.9 发布了,LLVM 是 Low Level Virtual Machine (低级虚拟机)的简称,这个库提供了与编译器相关的支持,可以作为多种语言编译器的后台来使用。能够进行程序语言的编译期优化、链接优化、在线编译优化、代码生成。LLVM的项目是一个模块化和可重复使用的编译器和工具技术的集合。LLVM是伊利诺伊大学的一个研究项目,提供一个现代化的,基于SSA的编译策略能够同时支持静态和动态的任意编程语言的编译目标。自那时以来,已经成长为LLVM的主干项目,由不同的子项目组成,其中许多正在生产中使用的各种商业和开源的项目,以及被广泛用于学术研究。
  该版本改进记录如下:


  •   The LLVMContext gains a new runtime check (seeLLVMContext::discardValueNames()) that can be set to discard Value names(other than GlobalValue). This is intended to be used in>
  •   There is no longer a “global context” available in LLVM, except for the C API.
  •   The autoconf build system has been removed in favor of CMake. LLVM 3.9requires CMake 3.4.3 or later to build. For information about using CMakeplease see the documentation on Building LLVM with CMake. For information about the CMakelanguage there is also a CMake Primer document available.
  •   C API functions LLVMParseBitcode,LLVMParseBitcodeInContext, LLVMGetBitcodeModuleInContext andLLVMGetBitcodeModule having been removed. LLVMGetTargetMachineData has beenremoved (use LLVMGetDataLayout instead).
  •   The C API function LLVMLinkModules has been removed.
  •   The C API function LLVMAddTargetData has been removed.
  •   The C API function LLVMGetDataLayout is deprecatedin favor of LLVMGetDataLayoutStr.
  •   The C API enum LLVMAttribute and associated API is deprecated in favor ofthe new LLVMAttributeRef API. The deprecated functions areLLVMAddFunctionAttr, LLVMAddTargetDependentFunctionAttr,LLVMRemoveFunctionAttr, LLVMGetFunctionAttr, LLVMAddAttribute,LLVMRemoveAttribute, LLVMGetAttribute, LLVMAddInstrAttribute,LLVMRemoveInstrAttribute and LLVMSetInstrParamAlignment.
  •   TargetFrameLowering::eliminateCallFramePseudoInstr now returns aniterator to the next instruction instead of void. Targets that previouslydid MBB.erase(I); return; now probably want return MBB.erase(I);.
  •   SelectionDAGISel::Select now returns void. Out-of-tree targets willneed to be updated to replace the argument node and remove any dead nodes incases where they currently return an SDNode * from this interface.
  •   Added the MemorySSA analysis, which hopes to replace MemoryDependenceAnalysis.It should provide higher-quality results than MemDep, and be algorithmicallyfaster than MemDep. Currently, GVNHoist (which is off by default) makes use ofMemorySSA.
  •   The minimum density for lowering switches with jump tables has been reducedfrom 40% to 10% for functions which are not marked optsize (that is,compiled with -Os).
  了解更多改进信息,查看完整发布说明。
  使用文档:http://llvm.org/releases/3.9.0/docs/index.html
  
  下载地址:http://llvm.org/releases/download.html#3.9.0
  

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.iyunv.com/thread-291971-1-1.html 上篇帖子: P6SPY 3.0.0-rc-1 发布,SQL 语句拦截 下篇帖子: MongooseJS 4.6.0 发布,MongoDB 连接包
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表