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-12619-928705
Compiler2022-cryd-2412
Commits
df22df2b
Commit
df22df2b
authored
2 years ago
by
wyj
Browse files
Options
Download
Plain Diff
Merge branch 'master' of
https://gitlab.eduxiji.net/HammerWang/compiler2022-cryd
parents
c0ce7f52
43d27cb3
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
doc/update_log.md
+11
-1
doc/update_log.md
src/ir/ir_define.h
+2
-0
src/ir/ir_define.h
src/ir/ir_instr.cpp
+6
-3
src/ir/ir_instr.cpp
src/ir/ir_instr.h
+9
-1
src/ir/ir_instr.h
src/ir/lower_ir_manager.cpp
+6
-6
src/ir/lower_ir_manager.cpp
src/main.cpp
+12
-10
src/main.cpp
src/optimizer/global_common_subexpression_elimination.h
+2
-1
src/optimizer/global_common_subexpression_elimination.h
src/optimizer/loop_unrolling.cpp
+43
-41
src/optimizer/loop_unrolling.cpp
src/optimizer/revert_ssa.h
+2
-1
src/optimizer/revert_ssa.h
src/optimizer/simplify_arm.cpp
+2
-1
src/optimizer/simplify_arm.cpp
with
95 additions
and
65 deletions
+95
-65
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