File tree
9 files changed
+11
-10
lines changed- deps
- src/SAWScript/Crucible/JVM
9 files changed
+11
-10
lines changed- crucible-jvm/src/Lang/Crucible/JVM/Overrides.hs+2-1
- crucible-jvm/src/Lang/Crucible/JVM/Translation.hs+2-2
- crucible-jvm/src/Lang/Crucible/JVM/Translation/Class.hs+12-11
- crucible-jvm/src/Lang/Crucible/JVM/Types.hs+4-3
- crucible-llvm/src/Lang/Crucible/LLVM/Intrinsics.hs+7-9
- crucible-llvm/src/Lang/Crucible/LLVM/MemModel.hs+8-1
- crucible-llvm/src/Lang/Crucible/LLVM/Translation/Constant.hs+6
- crucible-llvm/src/Lang/Crucible/LLVM/Translation/Expr.hs+4
- crucible-llvm/src/Lang/Crucible/LLVM/Translation/Instruction.hs+4-3
- crucible-saw/src/Lang/Crucible/Backend/SAWCore.hs+18-3
- crucible-server/src/Lang/Crucible/Server/SimpleOverrides.hs+5-6
- crucible-server/src/Lang/Crucible/Server/Translation.hs+5-4
- crucible-server/src/Lang/Crucible/Server/TypeConv.hs+2-2
- crucible-server/src/Lang/Crucible/Server/ValueConv.hs+4-4
- crucible-syntax/src/Lang/Crucible/Syntax/Atoms.hs+10-2
- crucible-syntax/src/Lang/Crucible/Syntax/Concrete.hs+44-16
- crucible-syntax/test-data/parser-tests/all-term-stmt.out.good+1-1
- crucible-syntax/test-data/parser-tests/assert.out.good+1-1
- crucible-syntax/test-data/parser-tests/cfg.cbl+1-1
- crucible-syntax/test-data/parser-tests/cfg.out.good+1-1
- crucible-syntax/test-data/parser-tests/refs.cbl+2-2
- crucible-syntax/test-data/parser-tests/refs.out.good+3-3
- crucible-syntax/test-data/parser-tests/regs.cbl+3-3
- crucible-syntax/test-data/parser-tests/regs.out.good+4-4
- crucible-syntax/test-data/parser-tests/shower.cbl+1-1
- crucible-syntax/test-data/parser-tests/shower.out.good+1-1
- crucible-syntax/test-data/parser-tests/strings.cbl+1-1
- crucible-syntax/test-data/parser-tests/strings.out.good+5-5
- crucible-syntax/test-data/parser-tests/variants.cbl+6-5
- crucible-syntax/test-data/parser-tests/variants.out.good+27-27
- crucible-syntax/test-data/parser-tests/vecs.cbl+3-3
- crucible-syntax/test-data/parser-tests/vecs.out.good+18-17
- crucible/src/Lang/Crucible/Backend.hs+1-1
- crucible/src/Lang/Crucible/Backend/Online.hs+1-1
- crucible/src/Lang/Crucible/CFG/Core.hs+6-6
- crucible/src/Lang/Crucible/CFG/Expr.hs+73-16
- crucible/src/Lang/Crucible/CFG/Generator.hs+6-6
- crucible/src/Lang/Crucible/CFG/Reg.hs+6-6
- crucible/src/Lang/Crucible/Simulator/EvalStmt.hs+6-4
- crucible/src/Lang/Crucible/Simulator/Evaluation.hs+43-14
- crucible/src/Lang/Crucible/Simulator/Operations.hs+16-9
- crucible/src/Lang/Crucible/Simulator/RegMap.hs+1-1
- crucible/src/Lang/Crucible/Simulator/RegValue.hs+1-1
- crucible/src/Lang/Crucible/Syntax.hs+4-2
- crucible/src/Lang/Crucible/Types.hs+6-4
- crucible/src/Lang/Crucible/Utils/Structural.hs+2-1
- dependencies/saw-core+1-1
- dependencies/saw-core-aig+1-1
- dependencies/saw-core-sbv+1-1
- dependencies/saw-core-what4+1-1
- what4-abc/src/What4/Solver/ABC.hs+19-7
- what4-blt/src/What4/Solver/BLT.hs+3-3
- what4/src/What4/BaseTypes.hs+64-5
- what4/src/What4/Concrete.hs+6-4
- what4/src/What4/Config.hs+21-14
- what4/src/What4/Expr/AppTheory.hs+11-1
- what4/src/What4/Expr/Builder.hs+201-29
- what4/src/What4/Expr/GroundEval.hs+19-4
- what4/src/What4/Expr/MATLAB.hs+606-31
- what4/src/What4/Expr/StringSeq.hs+96
- what4/src/What4/Expr/VarIdentification.hs+2-2
- what4/src/What4/Interface.hs+68-35
- what4/src/What4/InterpretedFloatingPoint.hs+54-10
- what4/src/What4/ProblemFeatures.hs+4-12
- what4/src/What4/Protocol/SExp.hs+13-16
- what4/src/What4/Protocol/SMTLib2.hs+130-24
- what4/src/What4/Protocol/SMTWriter.hs+177-26
- what4/src/What4/Solver/Adapter.hs+4-3
- what4/src/What4/Solver/Boolector.hs+5-3
- what4/src/What4/Solver/CVC4.hs+8-3
- what4/src/What4/Solver/DReal.hs+6-2
- what4/src/What4/Solver/STP.hs+2-2
- what4/src/What4/Solver/Yices.hs+67-17
- what4/src/What4/Solver/Z3.hs+5-2
- what4/src/What4/Utils/AbstractDomains.hs+123-11
- what4/src/What4/Utils/Process.hs+1-1
- what4/src/What4/Utils/StringLiteral.hs+200
- what4/src/What4/Utils/Word16String.hs+158
- what4/test/ExprBuilderSMTLib2.hs+221-5
- what4/what4.cabal+4
Submodule cryptol-specs updated 8 files
- Primitive/Asymmetric/Signature/DSA/DSA.cry+12-13
- Primitive/Asymmetric/Signature/DSA/DSA_tests.cry-11
- Primitive/Asymmetric/Signature/DSA/p1024_sha1.cry+11-4
- Primitive/Asymmetric/Signature/DSA/p2048_q224.cry+32
- Primitive/Asymmetric/Signature/Dilithium.cry+11-10
- Primitive/Asymmetric/Signature/Dilithium_BV.cry+555
- Primitive/Asymmetric/Signature/testDilithium.cry+9
- Primitive/Keyless/Hash/README.md+3
- .gitmodules+3-9
- base/src/Data/Macaw/AbsDomain/AbsState.hs+8-5
- base/src/Data/Macaw/AbsDomain/JumpBounds.hs+607-358
- base/src/Data/Macaw/Architecture/Info.hs+9-3
- base/src/Data/Macaw/CFG/Core.hs+34-19
- base/src/Data/Macaw/Discovery.hs+97-87
- base/src/Data/Macaw/Discovery/State.hs+3-2
- base/src/Data/Macaw/Memory.hs+2-2
- cabal.project.dist+11-11
- deps/crucible+1-1
- deps/dismantle+1
- deps/elf-edit+1-1
- deps/flexdis86+1-1
- deps/llvm-pretty+1-1
- deps/llvm-pretty-bc-parser+1-1
- deps/macaw-loader
- deps/parameterized-utils+1-1
- deps/semmc+1
- macaw-ppc/src/Data/Macaw/PPC.hs+8-6
- macaw-ppc/src/Data/Macaw/PPC/Arch.hs+7
- macaw-ppc/src/Data/Macaw/PPC/Disassemble.hs-14
- macaw-ppc/src/Data/Macaw/PPC/Eval.hs+47-40
- macaw-ppc/src/Data/Macaw/PPC/Semantics/Base.hs+6-4
- macaw-ppc/src/Data/Macaw/PPC/Semantics/TH.hs+6-6
- macaw-ppc/tests/PPC64InstructionCoverage.hs+1-1
- macaw-ppc/tests/PPC64Tests.hs+1-1
- macaw-semmc/src/Data/Macaw/SemMC/TH.hs+4-3
- submodules/dismantle-1
- submodules/s-cargot-1
- submodules/s-cargot-letbind-1
- submodules/semmc-1
- symbolic/src/Data/Macaw/Symbolic.hs+2-1
- symbolic/src/Data/Macaw/Symbolic/CrucGen.hs+7-6
- x86/src/Data/Macaw/X86.hs+1-1
- x86/src/Data/Macaw/X86/Conditions.hs+10-3
- x86/src/Data/Macaw/X86/Flexdis.hs+80-28
- x86/src/Data/Macaw/X86/Generator.hs+8
- x86/src/Data/Macaw/X86/Getters.hs+17-6
- x86/src/Data/Macaw/X86/Monad.hs+3-32
- x86/src/Data/Macaw/X86/Semantics.hs+21-14
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
| 76 | + | |
76 | 77 |
| |
77 | 78 |
| |
78 | 79 |
| |
| |||
740 | 741 |
| |
741 | 742 |
| |
742 | 743 |
| |
743 |
| - | |
| 744 | + | |
744 | 745 |
| |
745 | 746 |
| |
746 | 747 |
| |
| |||
750 | 751 |
| |
751 | 752 |
| |
752 | 753 |
| |
753 |
| - | |
| 754 | + | |
754 | 755 |
| |
755 | 756 |
| |
756 | 757 |
| |
|
0 commit comments