You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lzkk d238777f17
fix(regalloc): 根除 spill 代码指数级膨胀——MAX_SPILL_ROUNDS 统一为 3
5 days ago
..
antlr4 fix: 补全缺失的头文件目录 3 weeks ago
frontend Fix undefined behavior: signed overflow, negative left shift, float-to-int overflow 3 weeks ago
include perf(backend): 叶函数跳过帧设置,节省 x29/x30 保存/恢复 5 days ago
ir fix(mem2reg): 添加大参数函数安全门禁,修复 87_many_params 5 days ago
irgen Fix starttime/stoptime function name and add line number parameter 3 weeks ago
mir fix(regalloc): 根除 spill 代码指数级膨胀——MAX_SPILL_ROUNDS 统一为 3 5 days ago
sem Fix undefined behavior: signed overflow, negative left shift, float-to-int overflow 3 weeks ago
utils Fix undefined behavior: signed overflow, negative left shift, float-to-int overflow 3 weeks ago
CMakeLists.txt 已实现基本标量优化,实现部分寄存器优化 3 weeks ago
main.cpp 实现循环优化:LICM、强度削弱、循环展开、循环分裂 1 week ago