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