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-17291-1894922
Compiler2023-SysYCC-3168
Commits
58b30ba6
Commit
58b30ba6
authored
1 year ago
by
thz
Browse files
Options
Download
Plain Diff
Merge branch 'develop' into 'master'
Develop See merge request
202310614201204/compiler2023-sysycc!45
parents
4f5faea9
9e936698
Changes
184
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitlab-ci.yml
+3
-1
.gitlab-ci.yml
scripts/ci_performance_test.sh
+116
-0
scripts/ci_performance_test.sh
src/backend/block.rs
+29
-10
src/backend/block.rs
src/frontend/llvm/ssa.rs
+1
-1
src/frontend/llvm/ssa.rs
src/optimize/passes/gcm.rs
+28
-12
src/optimize/passes/gcm.rs
test/hidden_functional/30_many_dimensions.sy
+0
-0
test/hidden_functional/30_many_dimensions.sy
test/hidden_functional/35_math.sy
+0
-0
test/hidden_functional/35_math.sy
test/performance/00_bitset1.in
+1
-0
test/performance/00_bitset1.in
test/performance/00_bitset1.out
+2
-0
test/performance/00_bitset1.out
test/performance/00_bitset1.sy
+67
-0
test/performance/00_bitset1.sy
test/performance/00_bitset2.in
+1
-0
test/performance/00_bitset2.in
test/performance/00_bitset2.out
+2
-0
test/performance/00_bitset2.out
test/performance/00_bitset2.sy
+67
-0
test/performance/00_bitset2.sy
test/performance/00_bitset3.in
+1
-0
test/performance/00_bitset3.in
test/performance/00_bitset3.out
+2
-0
test/performance/00_bitset3.out
test/performance/00_bitset3.sy
+67
-0
test/performance/00_bitset3.sy
test/performance/01_mm1.in
+1003
-0
test/performance/01_mm1.in
test/performance/01_mm1.out
+2
-0
test/performance/01_mm1.out
test/performance/01_mm1.sy
+89
-0
test/performance/01_mm1.sy
test/performance/01_mm2.in
+1003
-0
test/performance/01_mm2.in
with
2484 additions
and
24 deletions
+2484
-24
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