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
可莉不知道呦
Compiler2023-KleeDontKnow
Commits
a36d4af7
Commit
a36d4af7
authored
1 year ago
by
可莉不知道呦
Browse files
Options
Download
Plain Diff
now test?
parents
ac5c1399
ae4dc0b8
Pipeline
#9851
canceled with stage
Changes
16
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
include/BasicBlock.h
+1
-1
include/BasicBlock.h
include/IRInstruction.h
+50
-2
include/IRInstruction.h
include/LLVM.h
+1
-1
include/LLVM.h
include/MyVisitor.h
+2
-2
include/MyVisitor.h
include/ValueRef.h
+18
-11
include/ValueRef.h
include/codegen/LinearScan.hpp
+2
-1
include/codegen/LinearScan.hpp
include/codegen/MachineInstruction.hpp
+9
-0
include/codegen/MachineInstruction.hpp
src/BasicBlock.cpp
+28
-0
src/BasicBlock.cpp
src/IRInstruction.cpp
+227
-126
src/IRInstruction.cpp
src/LLVM.cpp
+2
-2
src/LLVM.cpp
src/MyVisitor.cpp
+21
-10
src/MyVisitor.cpp
src/ValueRef.cpp
+1
-1
src/ValueRef.cpp
src/codegen/LinearScan.cpp
+68
-51
src/codegen/LinearScan.cpp
src/codegen/MachineInstruction.cpp
+12
-1
src/codegen/MachineInstruction.cpp
src/main.cpp
+15
-15
src/main.cpp
src/sylib_utils.cpp
+16
-9
src/sylib_utils.cpp
with
473 additions
and
233 deletions
+473
-233
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