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
一刻也没有为段错误而哀悼
Compiler2024-riscv
Commits
0ec0fb5d
Commit
0ec0fb5d
authored
1 year ago
by
某某某
Browse files
Options
Download
Patches
Plain Diff
fix bugs in InstructionSelector
parent
e26dfa29
Changes
17
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
include/codegen/InstructionSelector.hpp
+12
-11
include/codegen/InstructionSelector.hpp
include/codegen/LivenessAnalysis.hpp
+10
-4
include/codegen/LivenessAnalysis.hpp
include/codegen/MIBuilder.hpp
+17
-24
include/codegen/MIBuilder.hpp
include/codegen/MachineBasicBlock.hpp
+19
-11
include/codegen/MachineBasicBlock.hpp
include/codegen/MachineFunction.hpp
+1
-0
include/codegen/MachineFunction.hpp
include/codegen/MachineInstr.hpp
+11
-3
include/codegen/MachineInstr.hpp
include/codegen/MachineModule.hpp
+11
-3
include/codegen/MachineModule.hpp
include/codegen/MachinePass.hpp
+10
-4
include/codegen/MachinePass.hpp
include/codegen/Operand.hpp
+2
-5
include/codegen/Operand.hpp
include/codegen/RegisterAllocation.hpp
+10
-6
include/codegen/RegisterAllocation.hpp
src/codegen/InstructionSelector.cpp
+246
-200
src/codegen/InstructionSelector.cpp
src/codegen/MIBuilder.cpp
+48
-112
src/codegen/MIBuilder.cpp
src/codegen/MachineBasicBlock.cpp
+21
-5
src/codegen/MachineBasicBlock.cpp
src/codegen/MachineInstr.cpp
+2
-1
src/codegen/MachineInstr.cpp
src/codegen/MachineModule.cpp
+2
-0
src/codegen/MachineModule.cpp
src/codegen/Operand.cpp
+22
-21
src/codegen/Operand.cpp
src/codegen/RegisterAllocation.cpp
+80
-55
src/codegen/RegisterAllocation.cpp
with
524 additions
and
465 deletions
+524
-465
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