-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #992 from GaloisInc/update-deps
Update deps
- Loading branch information
Showing
13 changed files
with
14 additions
and
23 deletions.
There are no files selected for viewing
Submodule argo
updated
10 files
+3 −1 | NEWS.rst | |
+21 −29 | argo/src/Argo.hs | |
+137 −39 | argo/src/Argo/DefaultMain.hs | |
+1 −1 | argo/src/Argo/Netstring.hs | |
+20 −20 | argo/src/Argo/Socket.hs | |
+5 −0 | file-echo-api/README.rst | |
+1 −0 | file-echo-api/file-echo-api.cabal | |
+23 −6 | file-echo-api/file-echo-api/Main.hs | |
+32 −9 | file-echo-api/src/FileEchoServer.hs | |
+39 −0 | file-echo-api/test-scripts/file-echo-tests.py |
Submodule crucible
updated
19 files
+2 −1 | .gitignore | |
+2 −2 | crucible-jvm/src/Lang/Crucible/JVM/Context.hs | |
+56 −14 | crucible-jvm/src/Lang/Crucible/JVM/Simulate.hs | |
+7 −7 | crucible-jvm/src/Lang/Crucible/JVM/Translation/Class.hs | |
+19 −14 | crucible-jvm/src/Lang/Crucible/JVM/Translation/Monad.hs | |
+134 −10 | crucible-llvm/test/Tests.hs | |
+10 −2 | crux-llvm/README.md | |
+29 −11 | crux-llvm/crux-llvm.cabal | |
+4 −0 | crux-llvm/exe/Main.hs | |
+2 −2 | crux-llvm/src/Crux/LLVM/Compile.hs | |
+6 −1 | crux-llvm/svcomp/Main.hs | |
+2 −1 | crux-mir/src/Mir/DefId.hs | |
+9 −4 | crux-mir/src/Mir/Generator.hs | |
+1 −1 | crux-mir/src/Mir/Language.hs | |
+6 −6 | crux-mir/src/Mir/Trans.hs | |
+0 −1 | crux/crux.cabal | |
+21 −17 | crux/src/Crux/Config/Doc.hs | |
+11 −12 | crux/src/Crux/Model.hs | |
+13 −17 | crux/src/Crux/Types.hs |
Submodule cryptol
updated
5 files
Submodule llvm-pretty
updated
from cf5c93 to f5e0ff
Submodule llvm-pretty-bc-parser
updated
6 files
+54 −0 | .github/workflows/build.yml | |
+70 −0 | .github/workflows/llvm-quick-fuzz.yml | |
+0 −135 | .travis.yml | |
+48 −27 | fuzzing/Main.hs | |
+4 −2 | llvm-disasm/LLVMDis.hs | |
+40 −20 | src/Data/LLVM/BitCode/IR/Metadata.hs |
Submodule macaw
updated
8 files
+13 −4 | .github/workflows/ci.yaml | |
+2 −0 | base/src/Data/Macaw/Dwarf.hs | |
+1 −3 | cabal.project.werror | |
+3 −5 | macaw-ppc/tests/PPC64InstructionCoverage.hs | |
+5 −6 | macaw-ppc/tests/PPC64Tests.hs | |
+14 −10 | macaw-ppc/tests/Shared.hs | |
+1 −1 | refinement/macaw-refinement.cabal | |
+41 −10 | x86/src/Data/Macaw/X86/Semantics.hs |
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
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
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