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-18973-1895971
Compiler2023-NorthClose83-2501
Commits
089599ad
Commit
089599ad
authored
1 year ago
by
北关大学第83号代表队
Browse files
Options
Download
Patches
Plain Diff
merge2
parent
33b3e618
No related merge requests found
Changes
30
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
example
+0
-0
example
example.c
+66
-0
example.c
example.in
+1
-1
example.in
example.sy
+5
-1032
example.sy
example_O0.ll
+334
-53
example_O0.ll
example_O2
+0
-0
example_O2
example_O2.ll
+247
-47
example_O2.ll
example_O2.s
+300
-107
example_O2.s
include/DeadCodeEliminate.h
+2
-1
include/DeadCodeEliminate.h
include/Instruction.h
+3
-0
include/Instruction.h
include/LoopDetection.h
+1
-28
include/LoopDetection.h
include/MachineCode.h
+99
-142
include/MachineCode.h
include/SymbolTable.h
+4
-55
include/SymbolTable.h
include/Type.h
+6
-12
include/Type.h
include/Unit.h
+3
-0
include/Unit.h
out.txt
+2
-0
out.txt
src/AccumExpReduction.cpp
+1
-1
src/AccumExpReduction.cpp
src/Ast.cpp
+33
-88
src/Ast.cpp
src/ConstantUnfold.cpp
+399
-160
src/ConstantUnfold.cpp
src/DeadCodeEliminate.cpp
+224
-20
src/DeadCodeEliminate.cpp
with
1730 additions
and
1747 deletions
+1730
-1747
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