• Joined on 2025-12-27
zzy pushed to dev at zzy/scc 2026-06-02 14:47:28 +08:00
be33eb3942 refactor(ast2ir): 移除全局值向量的直接推送
zzy pushed to dev at zzy/scc 2026-06-01 12:14:24 +08:00
31d7e91ef1 refactor(ast2ir): 重构ABI类型系统并修复union结构问题
zzy pushed to dev at zzy/scc 2026-05-31 19:59:05 +08:00
8b817da3b6 feat(ast): 将AST上下文重构为模块并添加字符串池支持
d2eafa9dc6 refactor(ast2ir): 移除废弃的ABI依赖并优化类型转换处理
Compare 2 commits »
zzy pushed to dev at zzy/scc 2026-05-27 18:30:30 +08:00
c4467b8420 feat(sccf): 添加SCCF节类型查找功能并修复重复节添加问题
zzy pushed to dev at zzy/scc 2026-05-25 00:46:56 +08:00
28f65f8775 fix(argparse): 修复参数解析错误处理逻辑
zzy pushed to dev at zzy/scc 2026-05-24 15:46:39 +08:00
cec96333e7 feat(ast2ir): 实现C11类型提升系统并重构HIR基本块管理
ea553718f0 feat(compiler): 实现HIR到LIR的函数定义标记和直接/间接调用区分
Compare 2 commits »
zzy pushed to dev at zzy/scc 2026-05-22 15:15:29 +08:00
d78b91894e refactor(ast2ir): 提取模块访问函数并优化类型大小计算
41d060d7e7 feat(lir): 修改HIR到LIR转换以支持可变参数函数
Compare 2 commits »
zzy pushed to dev at zzy/scc 2026-05-20 21:12:39 +08:00
aa4292a30e feat(mir): 添加函数调用和返回指令支持
c6e3bb2e20 feat(mir): 添加x86架构相关头文件并重构MIR指令表示
2c13ac54df feat(ast2ir): 添加浮点类型支持和复合初始化功能
3df858fb85 feat(mir): 添加栈偏移操作数类型并重构内存访问表示
Compare 4 commits »
zzy pushed to dev at zzy/scc 2026-05-12 10:56:06 +08:00
68eac24152 feat(mir): 实现x86-64架构寄存器分配和指令选择优化
zzy pushed to dev at zzy/scc 2026-05-11 21:53:03 +08:00
4f40f0d5e4 feat(mir): 添加寄存器分配 pass 支持
902ee6dea3 feat(argparse): 添加枚举类型选项支持
Compare 2 commits »
zzy pushed to master at zzy/md2word 2026-05-10 15:07:35 +08:00
4e39a4f2ac feat(transit): 添加正文引用标记到书签超链接功能
zzy pushed to master at zzy/md2word 2026-05-09 16:18:08 +08:00
0b10e97e0c feat(transit): 支持Markdown图片转Word图片段落
zzy pushed to master at zzy/md2word 2026-05-08 23:07:37 +08:00
fc6afdea9d refactor(config): 重构配置类以支持动态元数据字段
74d28ea2d8 feat(transit): 添加参考文献解析功能并修复段落编号继承问题
Compare 2 commits »
zzy pushed to master at zzy/md2word 2026-05-08 21:44:24 +08:00
c29a3e6af0 feat(transit): 改进正文段落到Word文档的转换功能
ae70d05672 refactor: 重构项目结构并更新依赖配置
Compare 2 commits »
zzy pushed to master at zzy/md2word 2026-05-07 21:52:05 +08:00
5cbc1d9b76 init
zzy created branch master in zzy/md2word 2026-05-07 21:52:05 +08:00
zzy created repository zzy/md2word 2026-05-07 21:51:41 +08:00
zzy pushed to dev at zzy/scc 2026-05-07 20:07:41 +08:00
e5cb70732e feat(lir): 添加函数参数操作数类型支持
096177e7e8 feat(ast2ir): 添加多种表达式和语句类型的TODO实现
Compare 2 commits »
zzy pushed to dev at zzy/scc 2026-05-05 15:59:49 +08:00
aa8a1ff8ce feat(compiler): 启用 ir2mcode 和 sccf2target 库并实现 x86_64 代码生成
676f3ec82c feat(ir2mcode): 添加IR到机器码转换功能并修复函数命名
Compare 2 commits »
zzy pushed to master at zzy/minivue 2026-05-02 16:34:59 +08:00
5760d63c3a feat(runtime-core): 添加 Vue 渲染器和 h 函数实现