-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Brian Huffman
committed
Apr 21, 2022
1 parent
2b0b46b
commit 68a026d
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
Submodule aig
updated
4 files
+3 −1 | .gitignore | |
+2 −3 | aig.cabal | |
+1 −0 | cabal.project.dist | |
+72 −19 | src/Data/AIG/CompactGraph.hs |
Submodule crucible
updated
10 files
Submodule cryptol
updated
4 files
+7 −2 | cryptol-remote-api/python/CHANGELOG.md | |
+5 −5 | cryptol-remote-api/python/poetry.lock | |
+2 −1 | cryptol-remote-api/python/pyproject.toml | |
+1 −1 | cryptol.cabal |
Submodule elf-edit
updated
7 files
+8 −0 | ChangeLog.md | |
+69 −7 | src/Data/ElfEdit/Dynamic.hs | |
+3 −1 | tests/Makefile | |
+34 −7 | tests/Test.hs | |
+ − | tests/libsymbol_versions.2.so | |
+14 −0 | tests/symbol_versions.c | |
+9 −0 | tests/symbol_versions.map |
Submodule jvm-parser
updated
2 files
+13 −4 | src/Language/JVM/CFG.hs | |
+4 −2 | src/Language/JVM/Parser.hs |
Submodule macaw
updated
37 files
Submodule parameterized-utils
updated
3 files
+301 −224 | test/Test/Context.hs | |
+8 −5 | test/Test/NatRepr.hs | |
+175 −121 | test/Test/Vector.hs |
Submodule what4
updated
21 files
+203 −0 | .github/workflows/gen_matrix.pl | |
+43 −15 | .github/workflows/test.yml | |
+0 −4 | .gitmodules | |
+5 −5 | README.md | |
+1 −2 | cabal.project | |
+1 −1 | dependencies/abcBridge | |
+1 −1 | dependencies/aig | |
+0 −1 | dependencies/language-sally | |
+2 −2 | what4-abc/what4-abc.cabal | |
+1 −1 | what4-blt/what4-blt.cabal | |
+4 −3 | what4-transition-system/src/What4/TransitionSystem.hs | |
+0 −112 | what4-transition-system/src/What4/TransitionSystem/Exporter/Sally.hs | |
+0 −235 | what4-transition-system/test/Main.hs | |
+1 −16 | what4-transition-system/what4-transition-system.cabal | |
+2 −0 | what4/CHANGES.md | |
+2 −2 | what4/src/Test/Verification.hs | |
+22 −3 | what4/src/What4/Protocol/SMTLib2.hs | |
+2 −2 | what4/src/What4/SemiRing.hs | |
+86 −9 | what4/test/ExprBuilderSMTLib2.hs | |
+113 −46 | what4/test/GenWhat4Expr.hs | |
+21 −9 | what4/test/OnlineSolverTest.hs |