Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CertiCompil
CompCert-KVX
Commits
ac8b7ae0
Commit
ac8b7ae0
authored
Jan 07, 2021
by
Sylvain Boulmé
Browse files
directory postpass_lib
parent
a0d4c6e9
Changes
6
Hide whitespace changes
Inline
Side-by-side
configure
View file @
ac8b7ae0
...
...
@@ -815,7 +815,7 @@ fi
if
[
"
$arch
"
=
"aarch64"
]
;
then
# for aarch64 scheduling
cat
>>
Makefile.config
<<
EOF
ARCHDIRS=
$arch
scheduling/abstractbb
ARCHDIRS=
$arch
scheduling/abstractbb
scheduling/postpass_lib
BACKENDLIB=Machblock.v Machblockgen.v Machblockgenproof.v OptionMonad.v IterList.v
\\
Asmblock.v Asmblockgen.v Asmblockgenproof0.v Asmblockgenproof1.v Asmblockgenproof.v Asm.v Asmblockprops.v
\\
ForwardSimulationBlock.v PostpassScheduling.v PostpassSchedulingproof.v
\\
...
...
@@ -830,11 +830,11 @@ fi
if
[
"
$arch
"
=
"kvx"
]
;
then
cat
>>
Makefile.config
<<
EOF
ARCHDIRS=
$arch
scheduling/abstractbb
ARCHDIRS=
$arch
scheduling/abstractbb
scheduling/postpass_lib
EXECUTE=kvx-cluster --syscall=libstd_scalls.so --
CFLAGS= -D __KVX_COS__
SIMU=kvx-cluster --
BACKENDLIB=Machblock.v Machblockgen.v Machblockgenproof.v
OptionMonad.v IterList.v
\\
BACKENDLIB=Machblock.v Machblockgen.v Machblockgenproof.v
\\
Asmblock.v Asmblockgen.v Asmblockgenproof0.v Asmblockgenproof1.v Asmblockgenproof.v Asmvliw.v Asmblockprops.v
\\
ForwardSimulationBlock.v PostpassScheduling.v PostpassSchedulingproof.v
\\
Asmblockdeps.v DecBoolOps.v Chunks.v Peephole.v ExtValues.v ExtFloats.v
\\
...
...
scheduling/AbstractBasicBlocksDef.v
→
scheduling/
abstractbb/
AbstractBasicBlocksDef.v
View file @
ac8b7ae0
File moved
scheduling/ForwardSimulationBlock.v
→
scheduling/
postpass_lib/
ForwardSimulationBlock.v
View file @
ac8b7ae0
File moved
scheduling/Machblock.v
→
scheduling/
postpass_lib/
Machblock.v
View file @
ac8b7ae0
File moved
scheduling/Machblockgen.v
→
scheduling/
postpass_lib/
Machblockgen.v
View file @
ac8b7ae0
File moved
scheduling/Machblockgenproof.v
→
scheduling/
postpass_lib/
Machblockgenproof.v
View file @
ac8b7ae0
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment