1 个仓库
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.
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.