File tree
6 files changed
+10
-8
lines changed- deps
- saw-central/src/SAWCentral/Crucible/LLVM
6 files changed
+10
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
| 154 | + | |
153 | 155 | | |
154 | 156 | | |
155 | 157 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
- crucible-debug/src/Lang/Crucible/Debug.hs+2
- crucible-debug/src/Lang/Crucible/Debug/Inputs.hs+1-2
- crucible-debug/src/Lang/Crucible/Debug/Outputs.hs+1-2
- crucible-debug/test-data/error/load-parse-error.txt+4-4
- crucible-llvm-cli/.crucible-debug
- crucible-llvm-cli/src/Lang/Crucible/LLVM/CLI.hs+9-3
- crucible-llvm-cli/test-data/T1463-strlen.cbl+3-3
- crucible-llvm-cli/test-data/isnan.cbl+22
- crucible-llvm-cli/test-data/isnan.out.good+4
- crucible-llvm-cli/test-data/llvm.expect.i1.cbl+9
- crucible-llvm-cli/test-data/llvm.expect.i1.out.good+4
- crucible-llvm-cli/test-data/llvm.umin.v4i32.cbl+16
- crucible-llvm-cli/test-data/llvm.umin.v4i32.out.good+4
- crucible-llvm-cli/test-data/memset.cbl+5-7
- crucible-llvm-cli/test-data/ptr.cbl+2
- crucible-llvm-cli/test-data/ub/025.cbl+2
- crucible-llvm-cli/test-data/ub/025.out.good+1-1
- crucible-llvm-syntax/src/Lang/Crucible/LLVM/Syntax/Overrides.hs+134-10
- crucible-llvm/CHANGELOG.md+14
- crucible-llvm/src/Lang/Crucible/LLVM/DataLayout.hs+33-29
- crucible-llvm/src/Lang/Crucible/LLVM/Errors/Poison.hs+54-2
- crucible-llvm/src/Lang/Crucible/LLVM/Errors/Standards.hs+9
- crucible-llvm/src/Lang/Crucible/LLVM/Globals.hs+4-3
- crucible-llvm/src/Lang/Crucible/LLVM/Intrinsics.hs+1
- crucible-llvm/src/Lang/Crucible/LLVM/Intrinsics/LLVM.hs+127
- crucible-llvm/src/Lang/Crucible/LLVM/MemType.hs+1-1
- crucible-llvm/src/Lang/Crucible/LLVM/Translation.hs+71-29
- crucible-llvm/src/Lang/Crucible/LLVM/Translation/BlockInfo.hs+4-4
- crucible-llvm/src/Lang/Crucible/LLVM/Translation/Constant.hs+32-16
- crucible-llvm/src/Lang/Crucible/LLVM/Translation/Instruction.hs+145-47
- crucible-llvm/src/Lang/Crucible/LLVM/Translation/Monad.hs+8
- crucible-llvm/test/TestFunctions.hs+2-1
- crucible-mir/src/Mir/TransCustom.hs+1-1
- crucible-syntax/src/Lang/Crucible/Syntax/SExpr.hs+1-1
- crucible/src/Lang/Crucible/Simulator/BoundedExec.hs+44-35
- crucible/src/Lang/Crucible/Simulator/BoundedRecursion.hs+40-30
- crucible/src/Lang/Crucible/Simulator/RecordAndReplay.hs+41-24
- crux-llvm/README.md+1-1
- crux-llvm/test-data/golden/icmp-samesign.ll+11
- crux-llvm/test-data/golden/icmp-samesign.pre-clang20.z3.good+4
- crux-llvm/test-data/golden/icmp-samesign.z3.good+14
- crux-llvm/test-data/golden/trunc-nuw-nsw.ll+20
- crux-llvm/test-data/golden/trunc-nuw-nsw.pre-clang20.z3.good+4
- crux-llvm/test-data/golden/trunc-nuw-nsw.z3.good+27
- crux-llvm/test-data/golden/uitofp-nneg.ll+9
- crux-llvm/test-data/golden/uitofp-nneg.pre-clang19.z3.good+4
- crux-llvm/test-data/golden/uitofp-nneg.z3.good+14
- crux-llvm/test-data/golden/zext-nneg.ll+9
- crux-llvm/test-data/golden/zext-nneg.pre-clang18.z3.good+4
- crux-llvm/test-data/golden/zext-nneg.z3.good+14
- crux-llvm/test/Test.hs+3
- dependencies/llvm-pretty+1-1
- dependencies/llvm-pretty-bc-parser+1-1
- dependencies/mir-json+1-1
Submodule llvm-pretty updated 12 files
Submodule llvm-pretty-bc-parser updated 27 files
- .github/workflows/llvm-quick-fuzz.yml+2-1
- .github/workflows/nix-ci.yml-19
- CHANGELOG.md+8
- README.md+2
- disasm-test/Main.hs+4
- disasm-test/tests/T258.c+7
- disasm-test/tests/T258.ll+59
- disasm-test/tests/T258.pre-llvm17.ll+4
- disasm-test/tests/icmp-samesign.ll+5
- disasm-test/tests/icmp-samesign.pre-llvm20.ll+4
- disasm-test/tests/trunc-nuw-nsw.ll+8
- disasm-test/tests/trunc-nuw-nsw.pre-llvm20.ll+4
- disasm-test/tests/uitofp-nneg.ll+5
- disasm-test/tests/uitofp-nneg.pre-llvm19.ll+4
- disasm-test/tests/zext-nneg.ll+5
- disasm-test/tests/zext-nneg.pre-llvm18.ll+4
- flake.lock+135-133
- flake.nix+64-128
- llvm-pretty+1-1
- src/Data/LLVM/BitCode/Bitstream.hs+10-2
- src/Data/LLVM/BitCode/IR/Constants.hs+111-30
- src/Data/LLVM/BitCode/IR/Function.hs+162-25
- src/Data/LLVM/BitCode/IR/Metadata.hs+35-22
- src/Data/LLVM/BitCode/IR/Values.hs+10-3
- src/Data/LLVM/BitCode/Parse.hs+17-5
- src/Data/LLVM/CFG.hs+1-1
- unit-test/Tests/ExpressionInstances.hs+11
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
0 commit comments