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
c887ce12
Commit
c887ce12
authored
1 year ago
by
王卓然
Browse files
Options
Download
Plain Diff
Merge branch 'wdevelop2' into 'master'
add vectorization, close eej and g2l See merge request 2013216/2023_compiler_reset!34
parents
0af4e580
4a1af488
Changes
20
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.vscode/settings.json
+6
-1
.vscode/settings.json
Makefile
+10
-10
Makefile
example.in
+3
-1
example.in
example.sy
+0
-9
example.sy
example_O0
+0
-0
example_O0
example_O0.ll
+0
-86
example_O0.ll
example_O0.s
+0
-141
example_O0.s
example_O2
+0
-0
example_O2
example_O2.ll
+0
-63
example_O2.ll
example_O2.s
+0
-145
example_O2.s
include/BasicBlock.h
+2
-0
include/BasicBlock.h
include/Instruction.h
+10
-2
include/Instruction.h
include/LoopDetection.h
+1
-0
include/LoopDetection.h
include/MachineCode.h
+3
-2
include/MachineCode.h
include/Vectorization.h
+21
-0
include/Vectorization.h
src/BasicBlock.cpp
+10
-0
src/BasicBlock.cpp
src/Instruction.cpp
+12
-2
src/Instruction.cpp
src/MachineCode.cpp
+130
-35
src/MachineCode.cpp
src/Vectorization.cpp
+1608
-0
src/Vectorization.cpp
src/main.cpp
+8
-2
src/main.cpp
with
1824 additions
and
499 deletions
+1824
-499
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