Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-26173-2487151
Compiler2024-Starry-Mood-675
Commits
858f537b
Commit
858f537b
authored
1 year ago
by
Looouiiis
Browse files
Options
Download
Patches
Plain Diff
loongarch:float类型支持(仅部分,未完成)
parent
b54c0ae9
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
src/ir/ir.cpp
+2
-2
src/ir/ir.cpp
src/ir/ir.hpp
+4
-2
src/ir/ir.hpp
src/ir/ir_printer.hpp
+4
-1
src/ir/ir_printer.hpp
src/ir/irbuilder.cpp
+27
-12
src/ir/irbuilder.cpp
src/ir/run/main.ll
+5
-7
src/ir/run/main.ll
src/loongarch/arch.hpp
+2
-2
src/loongarch/arch.hpp
src/loongarch/code_gen.cpp
+5
-0
src/loongarch/code_gen.cpp
src/loongarch/code_gen.hpp
+1
-0
src/loongarch/code_gen.hpp
src/loongarch/inst.hpp
+88
-7
src/loongarch/inst.hpp
src/loongarch/program_builder.cpp
+103
-32
src/loongarch/program_builder.cpp
src/loongarch/register_allocator.cpp
+32
-5
src/loongarch/register_allocator.cpp
src/loongarch/register_allocator.hpp
+34
-3
src/loongarch/register_allocator.hpp
src/parser/SyntaxTree.hpp
+2
-0
src/parser/SyntaxTree.hpp
with
309 additions
and
73 deletions
+309
-73
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