lindig / quest
A tool for testing C compilers automatically
☆20Updated 8 years ago
Related projects ⓘ
Alternatives and complementary repositories for quest
- "CF3" is a C compiler test suite targeting arithmetic optimization.☆37Updated 7 years ago
- llvm opt fuzzer and bounded exhaustive test generator☆39Updated 2 years ago
- Featherweight C, Executable Semantics: Parser, Type Checker, and Abstract Machine☆26Updated 3 years ago
- Automatic inference of a formal specification of the x86_64 instruction set☆68Updated 8 years ago
- Parser for the llvm bitcode format☆60Updated 2 months ago
- Yacfe (Yet Another C Front-End) is mainly an OCaml API to write style-preserving source-to-source transformations such as refactorings on…☆25Updated 6 years ago
- ☆49Updated 8 months ago
- Turn an interpreter into a code generator☆29Updated 9 years ago
- A toy code generator (i.e. "program synthesis") using the Z3 solver☆33Updated 7 years ago
- Runtime support for LLVM's GC Statepoints☆42Updated 4 years ago
- Linux kernel library functions formally verified.☆48Updated 3 years ago
- CCG is a random C Code Generator☆43Updated 2 years ago
- Liveness-driven random C code generator☆41Updated 4 months ago
- A simple VM to play with OSR in LLVM☆14Updated 7 years ago
- A dynamically safe implementation of C, using your existing C compiler. Tolerates idiomatic C code pretty well. Not perfect... yet.☆101Updated 2 months ago
- C and C++ compiler frontend using PASTA to parse code, and VAST to represent the code as MLIR.☆40Updated 3 months ago
- Semantic model for aspects of ELF static linking and DWARF debug information☆43Updated last year
- C++11 library for many-sorted logics☆39Updated 8 years ago
- A benchmark for C program verification☆15Updated 8 months ago
- Alive (Automated LLVM's InstCombine Verifier) with automated reasoning for both integer and floating point peephole optimizations in LLVM