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
金宝库
Compiler2023-mycompiler
Commits
d0914789
Commit
d0914789
authored
1 year ago
by
金宝库
Browse files
Options
Download
Patches
Plain Diff
46.x86fre.master.230807-2148
parent
d9675ec2
Changes
25
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
BUILDALL.BAT
+2
-0
BUILDALL.BAT
BuildName.txt
+1
-1
BuildName.txt
Makefile
+18
-15
Makefile
__blddate__
+1
-1
__blddate__
__bldnum__
+1
-1
__bldnum__
back/ARMv7/codegen.c
+40
-25
back/ARMv7/codegen.c
back/ARMv7/instsel.c
+709
-154
back/ARMv7/instsel.c
back/ARMv7/peephole.c
+27
-0
back/ARMv7/peephole.c
back/ARMv7/regalloc.c
+11
-10
back/ARMv7/regalloc.c
compiler.exe
+0
-0
compiler.exe
front/IRInst.c
+83
-0
front/IRInst.c
front/grammar.tab.c
+206
-206
front/grammar.tab.c
front/lex.yy.c
+63
-63
front/lex.yy.c
front/main.c
+12
-14
front/main.c
include/BasicBlock.h
+10
-10
include/BasicBlock.h
include/backend.h
+68
-62
include/backend.h
include/bitmap.h
+80
-0
include/bitmap.h
include/compiler.h
+2
-0
include/compiler.h
include/frontend.h
+6
-1
include/frontend.h
include/grammar.tab.h
+2
-2
include/grammar.tab.h
with
1342 additions
and
565 deletions
+1342
-565
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