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
compilers-3764
Commits
9b332e4e
Commit
9b332e4e
authored
10 months ago
by
sunyiqiu
Browse files
Options
Download
Patches
Plain Diff
refactor: refactor the RiscBasicBlock and RiscSpecifications
parent
f3a4c548
main
4-8-9
5-86_long_code2-sy
6-main
6-main-2
arm-submit
arm-test-v3
dev-backend-arm
dev-ymhui-pass-backup810
dev-ymhui-submit
final-tmp
submit-syq
syq-backend-arm
syq-backend-final
syq-dev-f
syq-dev-new
syq-submit
tmp-arm-test
tmp-arm-test-v2
w
wangchenyang-dev
wangchenyang-submit
wcy-final-submit
wcy-temp
wzh-dev
ymh-final
ymh-submit
No related merge requests found
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
src/main/java/cn/edu/nju/software/backend/RiscBasicBlock.java
+60
-81
...main/java/cn/edu/nju/software/backend/RiscBasicBlock.java
src/main/java/cn/edu/nju/software/backend/RiscSpecifications.java
+5
-0
.../java/cn/edu/nju/software/backend/RiscSpecifications.java
src/main/java/cn/edu/nju/software/backend/regalloc/Allocator.java
+31
-3
.../java/cn/edu/nju/software/backend/regalloc/Allocator.java
src/main/java/cn/edu/nju/software/backend/riscinstruction/RiscSubw.java
+10
-0
...cn/edu/nju/software/backend/riscinstruction/RiscSubw.java
src/main/java/cn/edu/nju/software/backend/riscinstruction/RiscXor.java
+0
-1
.../cn/edu/nju/software/backend/riscinstruction/RiscXor.java
src/main/java/cn/edu/nju/software/backend/riscinstruction/util/RiscOpcode.java
+1
-1
...nju/software/backend/riscinstruction/util/RiscOpcode.java
with
107 additions
and
86 deletions
+107
-86
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