7 files changed
+41
-2
lines changed- crucible-llvm/CHANGELOG.md+7
- crucible-llvm/crucible-llvm.cabal+1
- crucible-llvm/src/Lang/Crucible/LLVM/Globals.hs+1
- crucible-llvm/src/Lang/Crucible/LLVM/Intrinsics/LLVM.hs+8-2
- crucible-llvm/src/Lang/Crucible/LLVM/MemModel.hs+20-4
- crucible-llvm/src/Lang/Crucible/LLVM/MemModel/Common.hs+2-1
- crucible-llvm/src/Lang/Crucible/LLVM/MemModel/Generic.hs+65-32
- crucible-llvm/src/Lang/Crucible/LLVM/Printf.hs-1
- crucible-llvm/src/Lang/Crucible/LLVM/SimpleLoopFixpoint.hs+1-1
- crucible-llvm/test/TestMemory.hs+63
- crucible-wasm/CHANGELOG.md+4-2
- crucible-wasm/src/Lang/Crucible/Wasm.hs+7-6
- crucible-wasm/src/Lang/Crucible/Wasm/Memory.hs+4-4
- uc-crux-llvm/CHANGELOG.md+6-1
- uc-crux-llvm/src/UCCrux/LLVM/Mem.hs+4
- uc-crux-llvm/src/UCCrux/LLVM/Overrides/Unsound.hs+3-2
- uc-crux-llvm/src/UCCrux/LLVM/Setup/Monad.hs+4-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + |
2.89 KB
Binary file not shown.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + |
0 commit comments