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
Mercuri
Commits
21357c14
Commit
21357c14
authored
2 years ago
by
王纪开
Browse files
Options
Download
Patches
Plain Diff
Functional tests passed !!!
bug: plenty bug fixes.
parent
c952807e
wjk/ssa
pluveto/lsra
wjk/LocalRegAlloc
wjk/backend
wjk/globReg
wjk/local_reg_alloc
No related merge requests found
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
script/build.sh
+2
-0
script/build.sh
script/functional_checker.py
+38
-0
script/functional_checker.py
script/functional_test.sh
+29
-0
script/functional_test.sh
script/functional_test_one.sh
+28
-0
script/functional_test_one.sh
src/main/java/Compiler.java
+6
-6
src/main/java/Compiler.java
src/main/java/dst/AstExprVisitor.java
+4
-1
src/main/java/dst/AstExprVisitor.java
src/main/java/ir/SemanticAnalyzer.java
+8
-2
src/main/java/ir/SemanticAnalyzer.java
src/main/java/ssa/FakeSSAGenerator.java
+25
-5
src/main/java/ssa/FakeSSAGenerator.java
src/main/java/ssa/FakeSSAGeneratorContext.java
+7
-0
src/main/java/ssa/FakeSSAGeneratorContext.java
src/main/java/ssa/NumValueNamer.java
+2
-1
src/main/java/ssa/NumValueNamer.java
with
149 additions
and
15 deletions
+149
-15
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