Skip to content

Commit

Permalink
Update submodule versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Huffman committed Apr 21, 2022
1 parent 2b0b46b commit 31b86bc
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion deps/aig
2 changes: 1 addition & 1 deletion deps/jvm-parser
2 changes: 1 addition & 1 deletion deps/macaw
Submodule macaw updated 37 files
+12 −2 .github/workflows/ci.yaml
+1 −1 README.md
+3 −0 base/ChangeLog.md
+1 −0 base/src/Data/Macaw/Discovery.hs
+1 −0 base/src/Data/Macaw/Discovery/Classifier.hs
+5 −0 base/src/Data/Macaw/Memory.hs
+6 −5 base/src/Data/Macaw/Memory/ElfLoader.hs
+1 −1 deps/asl-translator
+1 −1 deps/elf-edit
+18 −0 macaw-aarch32-symbolic/tests/pass/ubfx.c
+ macaw-aarch32-symbolic/tests/pass/ubfx.opt.exe
+ macaw-aarch32-symbolic/tests/pass/ubfx.unopt.exe
+29 −2 macaw-aarch32/src/Data/Macaw/ARM/Identify.hs
+8 −3 macaw-riscv/src/Data/Macaw/RISCV.hs
+13 −4 macaw-riscv/src/Data/Macaw/RISCV/Identify.hs
+19 −0 macaw-riscv/tests/riscv/branch-rv32gc.dump
+ macaw-riscv/tests/riscv/branch-rv32gc.exe
+4 −0 macaw-riscv/tests/riscv/branch-rv32gc.expected
+87,390 −0 macaw-riscv/tests/riscv/fib-rv32gc.dump
+ macaw-riscv/tests/riscv/fib-rv32gc.exe
+13 −0 macaw-riscv/tests/riscv/fib-rv32gc.expected
+13 −0 macaw-riscv/tests/riscv/fib.c
+45 −0 macaw-riscv/tests/riscv/function-call-rv32gc.dump
+ macaw-riscv/tests/riscv/function-call-rv32gc.exe
+6 −0 macaw-riscv/tests/riscv/function-call-rv32gc.expected
+14 −0 macaw-riscv/tests/riscv/just-exit-rv32gc.dump
+ macaw-riscv/tests/riscv/just-exit-rv32gc.exe
+4 −0 macaw-riscv/tests/riscv/just-exit-rv32gc.expected
+3 −0 macaw-riscv/tests/riscv/just-exit.c
+23 −0 macaw-riscv/tests/riscv/syscall-rv32gc.dump
+ macaw-riscv/tests/riscv/syscall-rv32gc.exe
+5 −0 macaw-riscv/tests/riscv/syscall-rv32gc.expected
+1 −1 refinement/src/Data/Macaw/Refinement/SymbolicExecution.hs
+19 −114 symbolic/src/Data/Macaw/Symbolic.hs
+2 −0 symbolic/src/Data/Macaw/Symbolic/Backend.hs
+56 −17 symbolic/src/Data/Macaw/Symbolic/Memory.hs
+1 −1 x86_symbolic/src/Data/Macaw/X86/Crucible.hs

0 comments on commit 31b86bc

Please sign in to comment.