llvm:基于 LLVM 技术的编译器基础设施项目

可用于构建编译器及相关工具,提供现代化的源和目标无关优化器,支持多种主流CPU代码生成,核心围绕LLVM中间表示(LLVM IR)构建。【此简介由AI生成】

分支41Tags33
文件最后提交记录最后更新时间
2 个月前
1 年前
1 年前
1 年前
1 年前
1 年前
1 年前
1 年前
2 年前
5 个月前
15 天前
14 天前
3 年前
15 天前

The LLVM Compiler Infrastructure

介绍

The LLVM Core libraries provide a modern source- and target-independent optimizer, along with code generation support for many popular CPUs (as well as some less common ones!) These libraries are built around a well specified code representation known as the LLVM intermediate representation ("LLVM IR").

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

特技

  1. 使用 Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md
  2. Gitee 官方博客 blog.gitee.com
  3. 你可以 https://gitee.com/explore 这个地址来了解 Gitee 上的优秀开源项目
  4. GVP 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
  5. Gitee 官方提供的使用手册 https://gitee.com/help
  6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 https://gitee.com/gitee-stars/

项目介绍

可用于构建编译器及相关工具,提供现代化的源和目标无关优化器,支持多种主流CPU代码生成,核心围绕LLVM中间表示(LLVM IR)构建。【此简介由AI生成】

定制我的领域