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
Compiler2024-Starry-Mood-675
Commits
688bca61
Commit
688bca61
authored
7 months ago
by
Looouiiis
Browse files
Options
Download
Patches
Plain Diff
tmp
parent
e5f7dee7
submit/laa
feature/backend_pass
No related merge requests found
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
CMakeLists.txt
+0
-1
CMakeLists.txt
src/backend_passes/pass.cpp
+0
-1
src/backend_passes/pass.cpp
src/backend_passes/pass_manager.cpp
+0
-1
src/backend_passes/pass_manager.cpp
src/backend_passes/pass_manager.hpp
+0
-2
src/backend_passes/pass_manager.hpp
src/backend_passes/peephole.cpp
+19
-1
src/backend_passes/peephole.cpp
src/backend_passes/peephole.hpp
+1
-0
src/backend_passes/peephole.hpp
src/main.cpp
+6
-0
src/main.cpp
src/riscv/code_gen.hpp
+2
-0
src/riscv/code_gen.hpp
src/riscv/inst.hpp
+94
-94
src/riscv/inst.hpp
src/riscv/program_builder.cpp
+43
-32
src/riscv/program_builder.cpp
with
165 additions
and
132 deletions
+165
-132
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