File tree
17 files changed
+77
-24
lines changed- deps
- doc/manual
- heapster-saw/src/Verifier/SAW/Heapster
- intTests/test1132-opaque
- src/SAWScript/Crucible/LLVM
17 files changed
+77
-24
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
102 |
| - | |
| 102 | + | |
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 |
| - | |
| 75 | + | |
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
|
- cabal.GHC-8.10.7.config+17-37
- cabal.GHC-8.8.4.config+17-37
- cabal.GHC-9.2.7.config+17-37
- cabal.GHC-9.4.4.config+17-37
- crucible-llvm/CHANGELOG.md+8
- crucible-llvm/crucible-llvm.cabal+1-1
- crucible-llvm/src/Lang/Crucible/LLVM/Intrinsics.hs+14
- crucible-llvm/src/Lang/Crucible/LLVM/Intrinsics/Common.hs+8-2
- crucible-llvm/src/Lang/Crucible/LLVM/Intrinsics/LLVM.hs+129-1
- crucible-llvm/src/Lang/Crucible/LLVM/MemModel.hs+1
- crucible-llvm/src/Lang/Crucible/LLVM/MemType.hs+14
- crucible-llvm/src/Lang/Crucible/LLVM/QQ.hs+4
- crucible-llvm/src/Lang/Crucible/LLVM/Translation/Constant.hs+46-14
- crucible-llvm/src/Lang/Crucible/LLVM/Translation/Expr.hs+9
- crucible-llvm/src/Lang/Crucible/LLVM/Translation/Instruction.hs+62-77
- crucible-llvm/src/Lang/Crucible/LLVM/Translation/Types.hs+1
- crucible-llvm/src/Lang/Crucible/LLVM/TypeContext.hs+2-2
- crucible-wasm/crucible-wasm.cabal+1-1
- crux-llvm/CHANGELOG.md+5-3
- crux-llvm/README.md+1-1
- crux-llvm/crux-llvm.cabal+1-1
- crux-llvm/test-data/golden/T783a.c+2
- crux-llvm/test-data/golden/T783b.c+2
- crux-llvm/test-data/golden/T812.c+2
- crux-llvm/test-data/golden/T972-fail.pre-clang15.z3.good+4
- crux-llvm/test-data/golden/T972-fail.z3.good+1-1
- crux-llvm/test-data/golden/golden/double_free.c+1
- crux-llvm/test-data/golden/golden/double_free.z3.good+1-1
- crux-llvm/test-data/golden/golden/invoke-test.pre-clang16.z3.good+81
- crux-llvm/test-data/golden/golden/invoke-test.z3.good+5-5
- crux-llvm/test-data/golden/golden/maybe_free.c+1
- crux-llvm/test/Test.hs+22-106
- dependencies/llvm-pretty+1-1
- dependencies/llvm-pretty-bc-parser+1-1
- dependencies/what4+1-1
- uc-crux-llvm/README.md+1-1
- uc-crux-llvm/src/UCCrux/LLVM/Errors/Unimplemented.hs+2
- uc-crux-llvm/src/UCCrux/LLVM/FullType/Type.hs+2
- uc-crux-llvm/test/Utils.hs+13-1
- uc-crux-llvm/test/VersionCheck.hs+90
- uc-crux-llvm/test/programs/cast_int_to_pointer_memset.c+1-1
- uc-crux-llvm/test/programs/cast_pointer_to_float.c+1-1
- uc-crux-llvm/test/programs/check_disjunctive_generalization.c+1
- uc-crux-llvm/test/programs/double_free.c+2-2
- uc-crux-llvm/test/programs/gethostname_arg_len.c+1
- uc-crux-llvm/test/programs/gethostname_const_len.c+1
- uc-crux-llvm/test/programs/gethostname_neg_len.c+1
- uc-crux-llvm/test/programs/memset_void_ptr.c+1-1
- uc-crux-llvm/uc-crux-llvm.cabal+3
Submodule llvm-pretty updated from 16bc5bd to a454fcb
Submodule llvm-pretty-bc-parser updated 19 files
- .github/workflows/llvm-quick-fuzz.yml+3-1
- README.md+2-2
- disasm-test/Main.hs+4-2
- disasm-test/tests/callbr.c+18
- disasm-test/tests/callbr.ll+37-30
- disasm-test/tests/callbr.pre-llvm15.ll+40
- disasm-test/tests/opaque-atomicrmw.ll+4
- disasm-test/tests/opaque-atomicrmw.pre-llvm15.ll+4
- disasm-test/tests/opaque-call.ll+11
- disasm-test/tests/opaque-call.pre-llvm15.ll+4
- disasm-test/tests/opaque-constant-getelementptr.ll+9
- disasm-test/tests/opaque-constant-getelementptr.pre-llvm15.ll+4
- disasm-test/tests/opaque-getelementptr.ll+8
- disasm-test/tests/opaque-getelementptr.pre-llvm15.ll+4
- llvm-pretty+1-1
- llvm-pretty-bc-parser.cabal+1-1
- src/Data/LLVM/BitCode/Assert.hs+25-32
- src/Data/LLVM/BitCode/IR/Function.hs+30-64
- src/Data/LLVM/BitCode/IR/Types.hs+21
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1580 | 1580 |
| |
1581 | 1581 |
| |
1582 | 1582 |
| |
1583 |
| - | |
| 1583 | + | |
1584 | 1584 |
| |
1585 | 1585 |
| |
1586 | 1586 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
182 | 182 |
| |
183 | 183 |
| |
184 | 184 |
| |
185 |
| - | |
186 |
| - | |
187 |
| - | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
188 | 189 |
| |
189 | 190 |
| |
190 | 191 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + |
Binary file not shown.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2124 | 2124 |
| |
2125 | 2125 |
| |
2126 | 2126 |
| |
2127 |
| - | |
| 2127 | + | |
| 2128 | + | |
| 2129 | + | |
2128 | 2130 |
| |
2129 | 2131 |
| |
2130 | 2132 |
| |
2131 | 2133 |
| |
2132 | 2134 |
| |
2133 | 2135 |
| |
2134 |
| - | |
| 2136 | + | |
2135 | 2137 |
| |
| 2138 | + | |
| 2139 | + | |
| 2140 | + | |
| 2141 | + | |
| 2142 | + | |
| 2143 | + | |
| 2144 | + | |
2136 | 2145 |
| |
2137 | 2146 |
| |
2138 | 2147 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1241 | 1241 |
| |
1242 | 1242 |
| |
1243 | 1243 |
| |
1244 |
| - | |
1245 |
| - | |
1246 |
| - | |
| 1244 | + | |
| 1245 | + | |
| 1246 | + | |
| 1247 | + | |
| 1248 | + | |
| 1249 | + | |
| 1250 | + | |
| 1251 | + | |
| 1252 | + | |
1247 | 1253 |
| |
1248 | 1254 |
| |
1249 | 1255 |
| |
| |||
1314 | 1320 |
| |
1315 | 1321 |
| |
1316 | 1322 |
| |
1317 |
| - | |
| 1323 | + | |
1318 | 1324 |
| |
1319 | 1325 |
| |
1320 | 1326 |
| |
1321 | 1327 |
| |
1322 | 1328 |
| |
1323 | 1329 |
| |
1324 | 1330 |
| |
1325 |
| - | |
| 1331 | + | |
1326 | 1332 |
| |
1327 | 1333 |
| |
1328 | 1334 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
473 | 473 |
| |
474 | 474 |
| |
475 | 475 |
| |
476 |
| - | |
477 |
| - | |
| 476 | + | |
| 477 | + | |
478 | 478 |
| |
479 | 479 |
| |
480 | 480 |
| |
| |||
483 | 483 |
| |
484 | 484 |
| |
485 | 485 |
| |
486 |
| - | |
487 |
| - | |
488 |
| - | |
489 |
| - | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
490 | 491 |
| |
491 | 492 |
| |
492 | 493 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1158 | 1158 |
| |
1159 | 1159 |
| |
1160 | 1160 |
| |
1161 |
| - | |
| 1161 | + | |
1162 | 1162 |
| |
1163 | 1163 |
| |
1164 | 1164 |
| |
|
0 commit comments