-
Notifications
You must be signed in to change notification settings - Fork 25
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
Joe Hendrix
committed
Jan 28, 2021
1 parent
4053c7f
commit 9fb53b3
Showing
19 changed files
with
1,559 additions
and
1,951 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
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 elf-edit
updated
10 files
+43 −0 | .github/workflows/ci.yaml | |
+6 −7 | .gitignore | |
+0 −34 | .travis.yml | |
+0 −1 | README.md | |
+92 −0 | cabal.project.ghc-8.8.4.freeze | |
+2 −0 | cabal.project.werror | |
+1 −1 | elf-edit.cabal | |
+0 −1 | src/Data/ElfEdit/Prim.hs | |
+59 −75 | src/Data/ElfEdit/Prim/HeaderInfo.hs | |
+1 −0 | src/Data/ElfEdit/Prim/Phdr.hs |
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
26 files
Oops, something went wrong.