-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The only substantial code change required was to delete an unused dependency on `what4-serialize`. This brings in submodule changes from the following: * GaloisInc/asl-translator#48, which performed a similar `what4` adaptation. * GaloisInc/macaw#328, which performed a similar `what4` adaptation. * GaloisInc/semmc#78, which performed a similar `what4` adaptation. * GaloisIns/crucible#1068, which ensures that everything can build against `tasty-sugar >= 2.0` (the version of the library that `what4-1.4` depends on).
- Loading branch information
1 parent
6bedaeb
commit a615460
Showing
8 changed files
with
5 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,9 +16,6 @@ | |
[submodule "submodules/what4"] | ||
path = submodules/what4 | ||
url = [email protected]:GaloisInc/what4.git | ||
[submodule "submodules/what4-serialize"] | ||
path = submodules/what4-serialize | ||
url = [email protected]:GaloisInc/what4-serialize.git | ||
[submodule "submodules/semmc"] | ||
path = submodules/semmc | ||
url = [email protected]:GaloisInc/semmc.git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule asl-translator
updated
25 files
+0 −3 | .gitmodules | |
+4 −4 | Makefile | |
+ − | archived/functions-norm-lite.what4.gz | |
+ − | archived/functions-norm.what4.gz | |
+ − | archived/instructions-norm-lite.what4.gz | |
+ − | archived/instructions-norm.what4.gz | |
+4 −7 | asl-translator.cabal | |
+0 −1 | cabal.project.newbuild | |
+22 −12 | data/extra_defs.asl | |
+89 −15 | data/parsed/extra_defs.sexpr | |
+16 −16 | docs/DESIGN.md | |
+1 −1 | exe/Concrete.hs | |
+5 −1 | exe/Main.hs | |
+11 −0 | lib/Data/Parameterized/SomeSome.hs | |
+1 −1 | lib/Language/ASL/Crucible.hs | |
+1 −1 | lib/Language/ASL/Formulas.hs | |
+1 −1 | lib/Language/ASL/Formulas/Normalize.hs | |
+3 −3 | lib/Language/ASL/Formulas/Serialize.hs | |
+3 −7 | lib/Language/ASL/SyntaxTraverse.hs | |
+2 −2 | lib/Language/ASL/Translation.hs | |
+16 −9 | lib/Language/ASL/Translation/Driver.hs | |
+1 −1 | lib/Util/Log.hs | |
+1 −1 | submodules/what4 | |
+0 −1 | submodules/what4-serialize | |
+1 −1 | tests/Translation/Main.hs |
Submodule macaw
updated
26 files
+0 −3 | .gitmodules | |
+0 −1 | cabal.project.dist | |
+76 −74 | cabal.project.freeze.ghc-8.10.7 | |
+77 −75 | cabal.project.freeze.ghc-8.8.4 | |
+75 −75 | cabal.project.freeze.ghc-9.0.2 | |
+75 −75 | cabal.project.freeze.ghc-9.2.2 | |
+1 −1 | deps/asl-translator | |
+1 −1 | deps/crucible | |
+1 −1 | deps/semmc | |
+1 −1 | deps/what4 | |
+0 −1 | deps/what4-serialize | |
+14 −8 | macaw-aarch32-symbolic/tests/Main.hs | |
+15 −9 | macaw-ppc-symbolic/tests/Main.hs | |
+1 −1 | macaw-semmc/macaw-semmc.cabal | |
+6 −6 | refinement/src/Data/Macaw/Refinement/SymbolicExecution.hs | |
+6 −2 | refinement/tests/RefinementTests.hs | |
+44 −0 | symbolic/ChangeLog.md | |
+6 −1 | symbolic/macaw-symbolic.cabal | |
+132 −52 | symbolic/src/Data/Macaw/Symbolic.hs | |
+221 −0 | symbolic/src/Data/Macaw/Symbolic/Concretize.hs | |
+33 −3 | symbolic/src/Data/Macaw/Symbolic/MemOps.hs | |
+86 −242 | symbolic/src/Data/Macaw/Symbolic/Memory.hs | |
+320 −0 | symbolic/src/Data/Macaw/Symbolic/Memory/Common.hs | |
+894 −0 | symbolic/src/Data/Macaw/Symbolic/Memory/Lazy.hs | |
+66 −20 | symbolic/src/Data/Macaw/Symbolic/Testing.hs | |
+11 −6 | x86_symbolic/tests/Main.hs |
Submodule semmc
updated
15 files
+0 −3 | .gitmodules | |
+89 −90 | cabal.GHC-8.10.7.config | |
+90 −91 | cabal.GHC-8.8.4.config | |
+87 −90 | cabal.GHC-9.0.2.config | |
+87 −90 | cabal.GHC-9.2.2.config | |
+0 −1 | cabal.project.newbuild | |
+1 −2 | semmc-aarch32/semmc-aarch32.cabal | |
+5 −5 | semmc-aarch32/src/SemMC/Architecture/ARM/ASL.hs | |
+1 −3 | semmc/semmc.cabal | |
+1 −2 | semmc/src/SemMC/Formula/Parser.hs | |
+8 −9 | semmc/src/SemMC/Formula/Printer.hs | |
+1 −1 | submodules/asl-translator | |
+1 −1 | submodules/crucible | |
+1 −1 | submodules/what4 | |
+0 −1 | submodules/what4-serialize |
Submodule what4
updated
53 files
Submodule what4-serialize
deleted from
d8b3fa