awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesCompiler Frameworks

Libraries and toolkits for building compiler backends and intermediate representations.

Explore 1 awesome GitHub repository matching part of an awesome list · Compiler Frameworks. Refine with filters or upvote what's useful.

Awesome Compiler Frameworks GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • llvm-mirror/llvmllvm-mirror 的头像

    llvm-mirror/llvm

    4,580在 GitHub 上查看↗

    LLVM 是一个模块化的编译器基础设施和框架,由一系列可重用库组成,用于构建语言前端和优化工具。它作为一个底层虚拟机,提供中间表示和优化流水线,以实现与语言无关的代码生成。 该项目提供了一套即时编译(JIT)工具包,可在运行时将中间表示翻译为机器码以供立即执行。其模块化设计允许开发者在多种目标架构上创建自定义语言前端和高性能运行时环境。 该基础设施涵盖了高性能代码优化和跨平台工具链的协调,包括编译器、运行时和调试器的集成。

    Offers a modular collection of reusable libraries and toolkits for building high-performance compiler backends and intermediate representations.

    LLVMcode-generationintermediate-representationllvm
    在 GitHub 上查看↗4,580
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Compiler Frameworks