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
2025编译赛演示账号
Compiler-ARM-T202510001995507
Commits
693436cf
Commit
693436cf
authored
1 month ago
by
浮云先森
Browse files
Options
Download
Patches
Plain Diff
2
parent
4481b819
Changes
59
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.clang-format
+1
-0
.clang-format
.clang-tidy
+26
-0
.clang-tidy
.cppcheck
+0
-0
.cppcheck
CMakeLists.txt
+25
-0
CMakeLists.txt
README.md
+48
-13
README.md
cmake/LLVMIRTest.cmake
+111
-0
cmake/LLVMIRTest.cmake
cmake/RISCVTest.cmake
+110
-0
cmake/RISCVTest.cmake
include/.gitkeep
+1
-0
include/.gitkeep
main.cpp
+0
-6
main.cpp
runtime/CMakeLists.txt
+30
-0
runtime/CMakeLists.txt
runtime/include/sylib.h
+31
-0
runtime/include/sylib.h
runtime/src/sylib.c
+83
-0
runtime/src/sylib.c
src/CMakeLists.txt
+16
-0
src/CMakeLists.txt
src/ir/CMakeLists.txt
+7
-0
src/ir/CMakeLists.txt
src/ir/genIR.cpp
+1082
-0
src/ir/genIR.cpp
src/ir/genIR.h
+210
-0
src/ir/genIR.h
src/ir/ir.cpp
+838
-0
src/ir/ir.cpp
src/ir/ir.h
+973
-0
src/ir/ir.h
src/main.cpp
+108
-0
src/main.cpp
src/opt/BasicOperation.cpp
+54
-0
src/opt/BasicOperation.cpp
with
3754 additions
and
19 deletions
+3754
-19
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