works on

From the 1 of 28 linked papers with an AI index.

activity
20242026
collaborators
Showing cs.SEShow all

8 papers · 1 filter

cs.SE2026

IntrinTrans: LLM-based Intrinsic Code Translator for RISC-V Vector

Liutong Han, Zhiyuan Tan, Hongbin Zhang +4

The use of intrinsic functions to leverage hardware-specific capabilities is a crucial approach for optimizing library performance. Many mainstream libraries implement a large numb…

cs.SE2026

A Large Scale Empirical Analysis on the Adherence Gap between Standards and Tools in SBOM

Chengjie Wang, Jingzheng Wu, Hao Lyu +4

A Software Bill of Materials (SBOM) is a machine-readable artifact that systematically organizes software information, enhancing supply chain transparency and security. To facilita…

cs.SE2026

Feature Slice Matching for Precise Bug Detection

Ke Ma, Jianjun Huang, Wei You +4

Measuring the function similarity to detect bugs is effective, but the statements unrelated to the bugs can impede the performance due to the noise interference. Suppressing the no…

cs.SE2025

VecIntrinBench: Benchmarking Cross-Architecture Intrinsic Code Migration for RISC-V Vector

Liutong Han, Chu Kang, Mingjie Xing +1

Intrinsic functions are specialized functions provided by the compiler that efficiently operate on architecture-specific hardware, allowing programmers to write optimized code in a…

cs.SE2025

A Hybrid, Knowledge-Guided Evolutionary Framework for Personalized Compiler Auto-Tuning

Haolin Pan, Hongbin Zhang, Mingjie Xing +1

Compiler pass auto-tuning is critical for enhancing software performance, yet finding the optimal pass sequence for a specific program is an NP-hard problem. Traditional, general-p…

cs.SE2025

Synergy-Guided Compiler Auto-Tuning of Nested LLVM Pass Pipelines

Haolin Pan, Jinyuan Dong, Mingjie Xing +1

Compiler optimization relies on sequences of passes to improve program performance. Selecting and ordering these passes automatically, known as compiler auto-tuning, is challenging…