File tree
5 files changed
+13
-15
lines changed- crux-mir-comp/test
- deps
- saw-core-what4/src/Verifier/SAW/Simulator/What4
- src/SAWScript/Crucible/LLVM
5 files changed
+13
-15
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
80 |
| - | |
81 |
| - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
82 | 86 |
| |
83 | 87 |
| |
84 | 88 |
| |
85 |
| - | |
86 | 89 |
| |
87 | 90 |
| |
88 | 91 |
| |
| |||
91 | 94 |
| |
92 | 95 |
| |
93 | 96 |
| |
94 |
| - | |
| 97 | + | |
95 | 98 |
| |
96 | 99 |
| |
97 | 100 |
| |
|
- .github/Dockerfile-crux-llvm+7-1
- crucible-concurrency/crucible-concurrency.cabal+1
- crucible-concurrency/src/Cruces/ExploreCrux.hs+32-13
- crucible-go/tool/Main.hs+2-1
- crucible-jvm/crucible-jvm.cabal-1
- crucible-jvm/tool/Main.hs+1-1
- crucible-llvm/crucible-llvm.cabal+1
- crucible-llvm/doc/limitations.md+45-2
- crucible-llvm/src/Lang/Crucible/LLVM/Ctors.hs+7-2
- crucible-llvm/src/Lang/Crucible/LLVM/Intrinsics.hs+64
- crucible-llvm/src/Lang/Crucible/LLVM/Intrinsics/LLVM.hs+145
- crucible-llvm/src/Lang/Crucible/LLVM/Intrinsics/Libc.hs+510-1
- crucible-llvm/src/Lang/Crucible/LLVM/Translation.hs+57-20
- crucible-llvm/src/Lang/Crucible/LLVM/Translation/BlockInfo.hs+302
- crucible-llvm/src/Lang/Crucible/LLVM/Translation/Instruction.hs+59-46
- crucible-llvm/src/Lang/Crucible/LLVM/Translation/Monad.hs+47-55
- crucible-llvm/test/MemSetup.hs+1-1
- crucible-llvm/test/Tests.hs+3-2
- crucible-wasm/tool/Main.hs+29-17
- crux-llvm/for-ide/Main.hs+2-2
- crux-llvm/for-ide/unix/RealMain.hs+2-2
- crux-llvm/src/Crux/LLVM/Log.hs+11
- crux-llvm/src/Crux/LLVM/Simulate.hs+33-12
- crux-llvm/src/CruxLLVMMain.hs+3-3
- crux-llvm/svcomp/Main.hs+2-2
- crux-llvm/test-data/golden/T778.config-3
- crux-llvm/test-data/golden/T778.result
- crux-llvm/test-data/golden/golden/invoke-test.config+2
- crux-llvm/test-data/golden/golden/invoke-test.good+77
- crux-llvm/test-data/golden/golden/invoke-test.ll+1.0k
- crux-llvm/test-data/golden/golden/invoke-test.result+1
- crux-llvm/test-data/golden/shrink.c.orig+7-2
- crux-llvm/test-data/golden/shrink.config+1
- crux-llvm/test-data/golden/shrink.good+2
- crux-llvm/test-data/golden/shrink.ll+90
- crux-llvm/test-data/golden/special-functions-fast-math.c+47
- crux-llvm/test-data/golden/special-functions-fast-math.config+3
- crux-llvm/test-data/golden/special-functions-fast-math.good
- crux-llvm/test-data/golden/special-functions.c+93
- crux-llvm/test-data/golden/special-functions.config+2
- crux-llvm/test-data/golden/special-functions.good+1
- crux-mir/src/Mir/Language.hs+24-16
- crux-mir/test/Test.hs+7-4
- crux/crux.cabal+1
- crux/src/Crux.hs+55-33
- crux/src/Crux/Config/Common.hs+62-37
- crux/src/Crux/Config/Load.hs+62-21
- dependencies/what4+1-1
- uc-crux-llvm/src/UCCrux/LLVM/Main.hs+3-3
- uc-crux-llvm/src/UCCrux/LLVM/Overrides/Polymorphic.hs+75
- uc-crux-llvm/src/UCCrux/LLVM/Overrides/Skip.hs+24-22
- uc-crux-llvm/src/UCCrux/LLVM/Overrides/Unsound.hs+23-21
- uc-crux-llvm/src/UCCrux/LLVM/Run/Loop.hs+4-2
- uc-crux-llvm/src/UCCrux/LLVM/Run/Simulate.hs+258-129
- uc-crux-llvm/test/Utils.hs+9-7
- uc-crux-llvm/uc-crux-llvm.cabal+1
- what4-abc/src/What4/Solver/ABC.hs+5-12
- what4/src/What4/Expr/App.hs+46-52
- what4/src/What4/Expr/AppTheory.hs+3-8
- what4/src/What4/Expr/Builder.hs+77-49
- what4/src/What4/Expr/GroundEval.hs+25-12
- what4/src/What4/Interface.hs+62-17
- what4/src/What4/InterpretedFloatingPoint.hs+41
- what4/src/What4/Protocol/SMTLib2.hs+2
- what4/src/What4/Protocol/SMTWriter.hs+27-33
- what4/src/What4/Protocol/VerilogWriter/Backend.hs+2-10
- what4/src/What4/Solver/Yices.hs+2
- what4/src/What4/SpecialFunctions.hs+434
- what4/what4.cabal+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
908 | 908 |
| |
909 | 909 |
| |
910 | 910 |
| |
| 911 | + | |
911 | 912 |
| |
912 | 913 |
| |
913 | 914 |
| |
914 | 915 |
| |
915 | 916 |
| |
916 | 917 |
| |
917 | 918 |
| |
918 |
| - | |
919 |
| - | |
920 |
| - | |
921 |
| - | |
922 |
| - | |
923 |
| - | |
924 |
| - | |
925 |
| - | |
| 919 | + | |
926 | 920 |
| |
927 | 921 |
| |
928 | 922 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
258 | 258 |
| |
259 | 259 |
| |
260 | 260 |
| |
261 |
| - | |
| 261 | + | |
| 262 | + | |
262 | 263 |
| |
263 | 264 |
| |
264 | 265 |
| |
|
0 commit comments