Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
可莉不知道呦
Compiler2023-KleeDontKnow
Commits
7f530687
Commit
7f530687
authored
1 year ago
by
陈硕
Browse files
Options
Download
Patches
Plain Diff
计算LiveIntervals完成
parent
78c53f8a
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
include/BasicBlock.h
+0
-1
include/BasicBlock.h
include/Instruction.h
+3
-0
include/Instruction.h
include/codegen/LinearScan.hpp
+15
-0
include/codegen/LinearScan.hpp
include/codegen/LiveAnalysis.hpp
+6
-5
include/codegen/LiveAnalysis.hpp
include/codegen/MachineBlock.hpp
+2
-0
include/codegen/MachineBlock.hpp
include/codegen/MachineCodePass.hpp
+11
-0
include/codegen/MachineCodePass.hpp
include/codegen/MachineFunction.hpp
+8
-1
include/codegen/MachineFunction.hpp
include/codegen/MachineInstruction.hpp
+1
-1
include/codegen/MachineInstruction.hpp
src/BasicBlock.cpp
+1
-2
src/BasicBlock.cpp
src/Function.cpp
+6
-2
src/Function.cpp
src/codegen/LinearScan.cpp
+68
-0
src/codegen/LinearScan.cpp
src/main.cpp
+11
-1
src/main.cpp
testcases/out
+0
-0
testcases/out
testcases/test.sy
+8
-3
testcases/test.sy
with
140 additions
and
16 deletions
+140
-16
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