-
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.
- Loading branch information
1 parent
9af2e0e
commit 9729b1d
Showing
13 changed files
with
33 additions
and
30 deletions.
There are no files selected for viewing
Submodule crucible
updated
15 files
Submodule cryptol-specs
updated
146 files
Submodule elf-edit
updated
10 files
+3 −1 | elf-edit.cabal | |
+6 −0 | src/Data/ElfEdit/Prim.hs | |
+279 −0 | src/Data/ElfEdit/Relocations/PPC32.hs | |
+615 −0 | src/Data/ElfEdit/Relocations/PPC64.hs | |
+7 −1 | tests/Makefile | |
+112 −0 | tests/Test.hs | |
+3 −0 | tests/ppc32-relocs.c | |
+ − | tests/ppc32-relocs.elf | |
+3 −0 | tests/ppc64-relocs.c | |
+ − | tests/ppc64-relocs.elf |
Submodule llvm-pretty
updated
from 94e384 to 34cf64
Submodule llvm-pretty-bc-parser
updated
31 files
Submodule macaw
updated
65 files
Submodule what4
updated
5 files
+4 −0 | what4/CHANGES.md | |
+2 −0 | what4/src/What4/Expr/Builder.hs | |
+2 −1 | what4/src/What4/Interface.hs | |
+0 −6 | what4/src/What4/Utils/Versions.hs | |
+2 −2 | what4/what4.cabal |
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
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