awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • riscv-collab/riscv-gnu-toolchainAvatar von riscv-collab

    riscv-collab/riscv-gnu-toolchain

    4,540Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,540
  1. Home
  2. Programming Languages & Runtimes
  3. Compiler Toolchain Development
  4. Toolchain Logic Validation