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-26173-2487151
sysy-compiler-1811
Commits
75e17100
Commit
75e17100
authored
10 months ago
by
F Ch
Browse files
Options
Download
Plain Diff
Merge branch 'main' of
https://gitlab.eduxiji.net/T202410486202978/sysy-compiler
parents
aeb370aa
2f4a9822
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
src/backend/backend.h
+8
-1
src/backend/backend.h
src/backend/instruction.cpp
+4
-4
src/backend/instruction.cpp
src/backend/instruction.h
+0
-2
src/backend/instruction.h
src/backend/instruction_selection.cpp
+2
-8
src/backend/instruction_selection.cpp
src/backend/instruction_selection.h
+1
-1
src/backend/instruction_selection.h
src/backend/peephole.cpp
+50
-15
src/backend/peephole.cpp
src/backend/peephole.h
+3
-3
src/backend/peephole.h
src/backend/register.cpp
+4
-0
src/backend/register.cpp
src/backend/register.h
+2
-0
src/backend/register.h
src/common/Utils.h
+2
-0
src/common/Utils.h
src/frontend/AstToIR.cpp
+8
-3
src/frontend/AstToIR.cpp
src/main.cpp
+2
-2
src/main.cpp
with
86 additions
and
39 deletions
+86
-39
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