Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-23712-2301407
SCNUCC-2499
Commits
e370497e
Commit
e370497e
authored
11 months ago
by
邓实诚
Browse files
Options
Download
Plain Diff
Merge branch 'fix_br_backend' into 'backend'
完成全局变量初始化 See merge request
T202410574202994/scnucc!76
parents
01298c20
ae2726e8
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
backend/include/AsmGenerator.h
+4
-0
backend/include/AsmGenerator.h
backend/src/AsmBlock.cpp
+3
-0
backend/src/AsmBlock.cpp
backend/src/AsmGenerator.cpp
+99
-1
backend/src/AsmGenerator.cpp
backend/src/RegisterManager.cpp
+7
-3
backend/src/RegisterManager.cpp
frontend/include/IRStatement.h
+4
-0
frontend/include/IRStatement.h
frontend/include/SymbolTable.h
+5
-0
frontend/include/SymbolTable.h
frontend/include/Util.h
+1
-1
frontend/include/Util.h
frontend/src/IRStatement.cpp
+30
-3
frontend/src/IRStatement.cpp
frontend/src/MyVisitor.cpp
+6
-0
frontend/src/MyVisitor.cpp
frontend/src/SymbolTable.cpp
+8
-0
frontend/src/SymbolTable.cpp
frontend/src/Util.cpp
+9
-1
frontend/src/Util.cpp
sysY2022/simple_gbl_stmts.c
+10
-3
sysY2022/simple_gbl_stmts.c
with
186 additions
and
12 deletions
+186
-12
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets