collaborators

5 papers

cs.SE2026

ClozeMaster: Fuzzing Rust Compiler by Harnessing LLMs for Infilling Masked Real Programs

Hongyan Gao, Yibiao Yang, Maolin Sun +3

Ensuring the reliability of the Rust compiler is of paramount importance, given increasing adoption of Rust for critical systems development, due to its emphasis on memory and thre…

cs.SE2026

Once4All: Skeleton-Guided SMT Solver Fuzzing with LLM-Synthesized Generators

Maolin Sun, Yibiao Yang, Yuming Zhou

Satisfiability Modulo Theory (SMT) solvers are foundational to modern systems and programming languages research, providing the foundation for tasks like symbolic execution and aut…

cs.SE2026

DebugHarness: Emulating Human Dynamic Debugging for Autonomous Program Repair

Maolin Sun, Yibiao Yang, Xuanlin Liu +2

Patching severe security flaws in complex software remains a major challenge. While automated tools like fuzzers efficiently discover bugs, fixing deep-rooted low-level faults (e.g…

cs.SE2025

Isolating Compiler Faults via Multiple Pairs of Adversarial Compilation Configurations

Qingyang Li, Yibiao Yang, Maolin Sun +3

Compilers are fundamental to modern software development, making the effective identification and resolution of compiler faults essential. However, localizing these faults to speci…

cs.SE2025

Using a Sledgehammer to Crack a Nut? Revisiting Automated Compiler Fault Isolation

Yibiao Yang, Qingyang Li, Maolin Sun +2

Background: Compilers are fundamental to software development, translating high-level source code into executable software systems. Faults in compilers can have severe consequences…