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
Jopqior
Compiler2023-XFD
Commits
9898c0c1
Commit
9898c0c1
authored
1 year ago
by
但安泽
Browse files
Options
Download
Plain Diff
Merge branch 'backend' into daz
parents
fc2b57db
3a218b41
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
backend/CMakeLists.txt
+1
-0
backend/CMakeLists.txt
backend/alloc/regalloc.cpp
+18
-4
backend/alloc/regalloc.cpp
backend/optimizer/cp.cpp
+5
-1
backend/optimizer/cp.cpp
backend/optimizer/fi.cpp
+1
-0
backend/optimizer/fi.cpp
backend/optimizer/gcm.cpp
+347
-0
backend/optimizer/gcm.cpp
backend/optimizer/gcm.hpp
+26
-0
backend/optimizer/gcm.hpp
backend/ssa/build_ssa.cpp
+10
-2
backend/ssa/build_ssa.cpp
backend/ssa/build_ssa.hpp
+1
-0
backend/ssa/build_ssa.hpp
backend/ssa/domi_tree.cpp
+10
-0
backend/ssa/domi_tree.cpp
backend/ssa/domi_tree.hpp
+3
-0
backend/ssa/domi_tree.hpp
main.cpp
+18
-4
main.cpp
structure/mir/mir2assem.cpp
+1
-0
structure/mir/mir2assem.cpp
testall.sh
+1
-1
testall.sh
with
442 additions
and
12 deletions
+442
-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