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

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

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

1 个仓库

Awesome GitHub RepositoriesToolchain Logic Validation

Using standardized test suites and simulators to validate the correctness of compiler and library implementations.

Distinct from Compiler Toolchain Development: Focuses on validating the toolchain's internal logic via tests rather than the general process of developing the toolchain

Explore 1 awesome GitHub repository matching programming languages & runtimes · Toolchain Logic Validation. Refine with filters or upvote what's useful.

Awesome Toolchain Logic Validation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • riscv-collab/riscv-gnu-toolchainriscv-collab 的头像

    riscv-collab/riscv-gnu-toolchain

    4,540在 GitHub 上查看↗

    This project is a cross-compiler toolchain for RISC-V software development. It provides the necessary components to compile C and C++ source code into executable binaries and libraries specifically for the RISC-V hardware architecture. The toolchain supports multi-architecture binary generation and multilib capabilities, allowing a single installation to target various instruction set specifications and bit-widths. It integrates with alternative compilers such as LLVM and Clang and includes a bootstrapped build pipeline to produce high-performance versions of the tools. The system covers bro

    Runs standardized test suites against simulators to ensure the functionality of the compiler and libraries.

    C
    在 GitHub 上查看↗4,540
  1. Home
  2. Programming Languages & Runtimes
  3. Compiler Toolchain Development
  4. Toolchain Logic Validation