-
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.
Update llvm-pretty and llvm-pretty-bc-parser submodules (#333)
* Update llvm-pretty and llvm-pretty-bc-parser submodules * Update crucible submodule to track llvm-pretty* changes * Changes for updated Crucible submodule - TimeoutResult from symbolic simulator - New X86_FP80 type * Update llvm-verifier submodule to account for llvm-pretty* changes
- Loading branch information
1 parent
217893c
commit bbbb4ad
Showing
8 changed files
with
25 additions
and
13 deletions.
There are no files selected for viewing
Submodule crucible
updated
17 files
Submodule llvm-pretty
updated
from 1a35b8 to e05cf3
Submodule llvm-pretty-bc-parser
updated
16 files
+36 −5 | README.md | |
+4 −1 | disasm-test/cpp/README.md | |
+12 −0 | disasm-test/cpp/atomicrmw.cpp | |
+26,411 −0 | disasm-test/cpp/atomicrmw.ll | |
+17 −0 | disasm-test/cpp/atomicrmw.nix | |
+12 −0 | disasm-test/cpp/libcxxbc.nix | |
+15 −0 | fuzzing/README.md | |
+18 −17 | llvm-disasm/LLVMDis.hs | |
+7 −6 | llvm-pretty-bc-parser.cabal | |
+62 −0 | src/Data/LLVM/BitCode/Assert.hs | |
+19 −21 | src/Data/LLVM/BitCode/IR/Constants.hs | |
+136 −33 | src/Data/LLVM/BitCode/IR/Function.hs | |
+29 −23 | src/Data/LLVM/BitCode/IR/Metadata.hs | |
+4 −22 | src/Data/LLVM/BitCode/IR/Module.hs | |
+11 −10 | src/Data/LLVM/BitCode/IR/Types.hs | |
+17 −12 | src/Data/LLVM/BitCode/Parse.hs |
Submodule llvm-verifier
updated
2 files
+6 −6 | llvm-verifier.cabal | |
+3 −1 | src/Verifier/LLVM/Codebase/Translation.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
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