File tree
12 files changed
+17
-7
lines changed- semmc
- src/SemMC
- Architecture
- semmc-learning
- semmc-ppc/src/SemMC/Architecture
- semmc-toy
- submodules
12 files changed
+17
-7
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
| 46 | + | |
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
73 |
| - | |
| 73 | + | |
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| 16 | + | |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
|
- .github/workflows/crucible-go-build.yml+11-5
- .github/workflows/crucible-jvm-build.yml+11-5
- .github/workflows/crucible-wasm-build.yml+11-5
- .github/workflows/crux-llvm-build.yml+14-7
- .github/workflows/crux-mir-build.yml+8-3
- cabal.GHC-8.10.7.config+38-34
- cabal.GHC-8.8.4.config+38-34
- cabal.GHC-9.2.2.config-295
- cabal.GHC-9.2.3.config-294
- cabal.GHC-9.2.7.config+42-38
- cabal.GHC-9.4.4.config+58-54
- crucible-concurrency/src/Cruces/ExploreCrux.hs+1
- crucible-llvm/crucible-llvm.cabal+2-2
- crucible-llvm/src/Lang/Crucible/LLVM/Translation/Instruction.hs+7-12
- crucible-llvm/src/Lang/Crucible/LLVM/TypeContext.hs+2
- crucible-llvm/test/TestMemory.hs+1
- crucible-mir/crucible-mir.cabal+1-1
- crucible-mir/src/Mir/Generator.hs+1-1
- crucible-mir/src/Mir/Trans.hs+28-14
- crucible-mir/src/Mir/TransCustom.hs+7-3
- crucible-symio/crucible-symio.cabal+2-2
- crucible-symio/src/Data/Parameterized/IntervalsMap.hs-3
- crucible-symio/src/What4/CachedArray.hs-3
- crucible-syntax/crucible-syntax.cabal+2-2
- crucible-syntax/src/Lang/Crucible/Syntax/Prog.hs+1
- crucible-wasm/crucible-wasm.cabal+1-1
- crucible-wasm/src/Lang/Crucible/Wasm.hs+1-1
- crucible-wasm/src/Lang/Crucible/Wasm/Instantiate.hs+1-1
- crucible-wasm/src/Lang/Crucible/Wasm/Main.hs+34-6
- crucible-wasm/src/Lang/Crucible/Wasm/Translate.hs+74-23
- crucible-wasm/test-data/.gitignore+1
- crucible-wasm/test-data/basic-binary.good
- crucible-wasm/test-data/basic-binary.wasm
- crucible-wasm/test-data/basic-script.good+1
- crucible-wasm/test-data/basic-script.wast+6
- crucible-wasm/test-data/basic.config-2
- crucible-wasm/test-data/basic.z3.result.out
- crucible-wasm/test-data/multi-value.good+1
- crucible-wasm/test-data/multi-value.wast+39
- crucible-wasm/test-data/sign-extend.good+1
- crucible-wasm/test-data/sign-extend.wast+57
- crucible-wasm/test/Test.hs+13-14
- crucible/crucible.cabal+1-1
- crux-llvm/README.md+2-2
- crux-llvm/crux-llvm.cabal+2-2
- crux-mir/README.md+1-1
- crux-mir/crux-mir.cabal+1-1
- crux/crux.cabal+1-1
- crux/src/Crux.hs+10-2
- crux/src/Crux/Goal.hs+1
- dependencies/aig+1-1
- dependencies/haskell-wasm+1-1
- dependencies/llvm-pretty+1-1
- dependencies/llvm-pretty-bc-parser+1-1
- dependencies/what4+1-1
- uc-crux-llvm/src/UCCrux/LLVM/Overrides/Skip.hs+1
- uc-crux-llvm/src/UCCrux/LLVM/Overrides/Spec.hs+1
- uc-crux-llvm/src/UCCrux/LLVM/Overrides/Unsound.hs+1
- uc-crux-llvm/src/UCCrux/LLVM/Postcondition/Apply.hs+1
- uc-crux-llvm/src/UCCrux/LLVM/Run/Simulate.hs+1
- uc-crux-llvm/src/UCCrux/LLVM/Specs/Type.hs+1
- uc-crux-llvm/src/UCCrux/LLVM/View/Postcond.hs+1
- uc-crux-llvm/src/UCCrux/LLVM/View/Precond.hs+1
- uc-crux-llvm/src/UCCrux/LLVM/View/Specs.hs+1
- uc-crux-llvm/uc-crux-llvm.cabal+3-3
Submodule dismantle updated from 48433e7 to 82849d4
Submodule llvm-pretty updated from 64d43d9 to b13493f
0 commit comments