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-Be_An_ELF
Commits
897cdd1c
Commit
897cdd1c
authored
2 years ago
by
和我签订契约,成为可执行文件!
Browse files
Options
Download
Patches
Plain Diff
update
parent
bf2c394f
master
bug
high
submit
100+40
100+28
100+27
8-20
reserve
No related merge requests found
Changes
32
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
include/MIR_new/Instruction.h
+100
-2
include/MIR_new/Instruction.h
include/MIR_new/Module.h
+2
-0
include/MIR_new/Module.h
include/MIR_new/Value.h
+1
-1
include/MIR_new/Value.h
include/MIR_new/lir.h
+110
-13
include/MIR_new/lir.h
include/Optimize/AlgebraicSimplification.hh
+45
-4
include/Optimize/AlgebraicSimplification.hh
include/Optimize/ConstFold.hh
+52
-0
include/Optimize/ConstFold.hh
include/Optimize/LocalCommonExpression.hh
+28
-1
include/Optimize/LocalCommonExpression.hh
include/Optimize/LoopUnrolling.hh
+2
-1
include/Optimize/LoopUnrolling.hh
include/Optimize/LowerIR.hh
+15
-0
include/Optimize/LowerIR.hh
include/Optimize/Pass.hh
+1
-7
include/Optimize/Pass.hh
include/Optimize/Peephole.hh
+11
-0
include/Optimize/Peephole.hh
include/Optimize/SimplifyCFG.hh
+0
-30
include/Optimize/SimplifyCFG.hh
include/codegen_new/codegen.hh
+10
-6
include/codegen_new/codegen.hh
include/codegen_new/instgen.hh
+11
-9
include/codegen_new/instgen.hh
include/codegen_new/val.hh
+18
-3
include/codegen_new/val.hh
include/utils.hh
+48
-2
include/utils.hh
src/LIR/CMakeLists.txt
+4
-0
src/LIR/CMakeLists.txt
src/LIR/lir.cc
+49
-0
src/LIR/lir.cc
src/MIR_new/Instruction.cc
+38
-2
src/MIR_new/Instruction.cc
src/MIR_new/Module.cc
+3
-0
src/MIR_new/Module.cc
with
548 additions
and
81 deletions
+548
-81
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