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-KleeDontKnow-3046
Commits
aa133e82
Commit
aa133e82
authored
1 year ago
by
刘煜凡
Browse files
Options
Download
Plain Diff
Merge branch 'LoopPass' into 'SCCP'
# Conflicts: # src/HIR-opt/SccpPass.cpp
parents
00eef94d
28f75cca
Changes
39
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
CMakeLists.txt
+4
-1
CMakeLists.txt
include/BasicBlock.h
+5
-2
include/BasicBlock.h
include/Function.h
+2
-1
include/Function.h
include/HIR-opt/DePhiPass.h
+20
-0
include/HIR-opt/DePhiPass.h
include/HIR-opt/HOptUtils.h
+10
-1
include/HIR-opt/HOptUtils.h
include/HIR-opt/Loop.h
+39
-0
include/HIR-opt/Loop.h
include/HIR-opt/LoopPass.h
+24
-0
include/HIR-opt/LoopPass.h
include/HIR-opt/RenamePass.h
+23
-0
include/HIR-opt/RenamePass.h
include/IRInstruction.h
+80
-11
include/IRInstruction.h
include/Instruction.h
+3
-7
include/Instruction.h
include/LLVM.h
+1
-1
include/LLVM.h
include/MyVisitor.h
+2
-2
include/MyVisitor.h
include/Utils.h
+1
-1
include/Utils.h
include/ValueRef.h
+20
-14
include/ValueRef.h
include/codegen/LinearScan.hpp
+4
-1
include/codegen/LinearScan.hpp
include/codegen/MachineFunction.hpp
+8
-3
include/codegen/MachineFunction.hpp
include/codegen/MachineInstruction.hpp
+10
-1
include/codegen/MachineInstruction.hpp
src/BasicBlock.cpp
+34
-0
src/BasicBlock.cpp
src/Function.cpp
+1
-0
src/Function.cpp
src/GlobalUnit.cpp
+1
-0
src/GlobalUnit.cpp
with
292 additions
and
46 deletions
+292
-46
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