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.
zhm 409d2e7e3a
feat: 实现尾递归优化(TCO)
1 day ago
..
antlr4 fix: 补全缺失的头文件目录 2 weeks ago
frontend Fix undefined behavior: signed overflow, negative left shift, float-to-int overflow 2 weeks ago
include feat: 实现尾递归优化(TCO) 1 day ago
ir feat: 实现尾递归优化(TCO) 1 day ago
irgen Fix starttime/stoptime function name and add line number parameter 2 weeks ago
mir feat: Lowering层ModRR2/DivRR2优化, Csneg指令, .bss段优化, Peephole W/X修复 2 days ago
sem Fix undefined behavior: signed overflow, negative left shift, float-to-int overflow 2 weeks ago
utils Fix undefined behavior: signed overflow, negative left shift, float-to-int overflow 2 weeks ago
CMakeLists.txt 已实现基本标量优化,实现部分寄存器优化 2 weeks ago
main.cpp 基本快重排 2 days ago