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
可莉不知道呦
Compiler2023-KleeDontKnow
Commits
77132ebc
Commit
77132ebc
authored
1 year ago
by
可莉不知道呦
Browse files
Options
Download
Plain Diff
Merge commit '
1a1159e4
' into test15
parents
9fa5d42f
1a1159e4
submit9
submit6
No related merge requests found
Changes
326
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
CMakeLists.txt
+3
-1
CMakeLists.txt
include/BasicBlock.h
+2
-1
include/BasicBlock.h
include/HIR-opt/DomNode.h
+6
-0
include/HIR-opt/DomNode.h
include/HIR-opt/GCMPass.h
+25
-0
include/HIR-opt/GCMPass.h
include/HIR-opt/GVNPass.h
+27
-0
include/HIR-opt/GVNPass.h
include/HIR-opt/Loop.h
+5
-11
include/HIR-opt/Loop.h
include/HIR-opt/LoopPass.h
+7
-1
include/HIR-opt/LoopPass.h
src/HIR-opt/AlgebraOptPass.cpp
+4
-0
src/HIR-opt/AlgebraOptPass.cpp
src/HIR-opt/DomTreePass.cpp
+13
-0
src/HIR-opt/DomTreePass.cpp
src/HIR-opt/GCMPass.cpp
+176
-0
src/HIR-opt/GCMPass.cpp
src/HIR-opt/GVNPass.cpp
+211
-0
src/HIR-opt/GVNPass.cpp
src/HIR-opt/HOptUtils.cpp
+1
-0
src/HIR-opt/HOptUtils.cpp
src/HIR-opt/HOptimizer.cpp
+13
-5
src/HIR-opt/HOptimizer.cpp
src/HIR-opt/Loop.cpp
+2
-2
src/HIR-opt/Loop.cpp
src/HIR-opt/LoopPass.cpp
+57
-5
src/HIR-opt/LoopPass.cpp
src/LLVM.cpp
+11
-8
src/LLVM.cpp
src/MyVisitor.cpp
+2
-1
src/MyVisitor.cpp
third-party/antlr4-runtime/ANTLRErrorListener.cpp
+10
-0
third-party/antlr4-runtime/ANTLRErrorListener.cpp
third-party/antlr4-runtime/ANTLRErrorListener.h
+167
-0
third-party/antlr4-runtime/ANTLRErrorListener.h
third-party/antlr4-runtime/ANTLRErrorStrategy.cpp
+10
-0
third-party/antlr4-runtime/ANTLRErrorStrategy.cpp
with
752 additions
and
35 deletions
+752
-35
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