Skip to content

Commit

Permalink
Update dependency: deps/llvm-backend_release (#4582)
Browse files Browse the repository at this point in the history
Co-authored-by: devops <[email protected]>
  • Loading branch information
rv-jenkins and devops authored Aug 20, 2024
1 parent c8738d6 commit e08ca98
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deps/llvm-backend_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.77
0.1.81
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
description = "K Framework";
inputs = {
llvm-backend.url = "github:runtimeverification/llvm-backend/v0.1.77";
llvm-backend.url = "github:runtimeverification/llvm-backend/v0.1.81";
haskell-backend = {
url = "github:runtimeverification/haskell-backend/v0.1.67";
inputs.rv-utils.follows = "llvm-backend/rv-utils";
Expand Down
2 changes: 1 addition & 1 deletion llvm-backend/src/main/native/llvm-backend
Submodule llvm-backend updated 91 files
+1 −0 bin/llvm-kompile-clang
+0 −2 include/kllvm/binary/ProofTraceParser.h
+0 −255 include/kllvm/binary/deserializer.h
+0 −69 include/kllvm/binary/ringbuffer.h
+0 −36 include/kllvm/binary/serializer.h
+2 −0 include/kllvm/codegen/CreateTerm.h
+25 −0 include/runtime/timer.h
+0 −1 lib/binary/CMakeLists.txt
+0 −19 lib/binary/ProofTraceParser.cpp
+0 −75 lib/binary/ringbuffer.cpp
+0 −49 lib/binary/serializer.cpp
+15 −1 lib/codegen/CreateTerm.cpp
+3 −1 lib/codegen/Decision.cpp
+1 −1 package/debian/changelog
+1 −1 package/version
+1 −0 runtime/CMakeLists.txt
+33 −0 runtime/collections/hash.cpp
+22 −0 runtime/collections/kelemle.cpp
+1 −11 runtime/main/main.ll
+8 −0 runtime/timer/CMakeLists.txt
+25 −0 runtime/timer/timer.cpp
+2 −53 runtime/util/finish_rewriting.cpp
+2,674 −0 test/defn/hash-mint.kore
+0 −1 test/defn/imp-sum-slow.kore
+0 −1 test/defn/imp-sum.kore
+0 −1 test/defn/imp.kore
+17 −0 test/defn/k-files/hash-mint.k
+6 −0 test/defn/k-files/sret-demotion.k
+0 −1 test/defn/kool-static.kore
+2,417 −0 test/defn/sret-demotion.kore
+1 −0 test/input/hash-mint.in
+0 −37 test/lit.cfg.py
+1 −0 test/output/hash-mint.out.diff
+0 −1 test/proof/add-rewrite.kore
+0 −1 test/proof/arith.kore
+0 −1 test/proof/assoc-function.kore
+0 −1 test/proof/builtin-functions.kore
+0 −1 test/proof/builtin-hook-events.kore
+0 −1 test/proof/builtin-int.kore
+0 −1 test/proof/builtin-io.kore
+0 −1 test/proof/builtin-json.kore
+0 −1 test/proof/cast.kore
+0 −1 test/proof/cell-collection.kore
+0 −1 test/proof/cell-value.kore
+0 −1 test/proof/concurrent-counters.kore
+0 −1 test/proof/conditional-function.kore
+0 −1 test/proof/custom-klabel-fun.kore
+0 −1 test/proof/decrement-int.kore
+0 −1 test/proof/decrement.kore
+0 −1 test/proof/double-rewrite.kore
+0 −1 test/proof/dv.kore
+0 −1 test/proof/exit-cell.kore
+0 −1 test/proof/fresh-gen.kore
+0 −1 test/proof/fun-context.kore
+0 −1 test/proof/imp.kore
+0 −1 test/proof/imp5-rw-literal.kore
+0 −1 test/proof/imp5-rw-succ.kore
+0 −1 test/proof/imp5.kore
+0 −1 test/proof/injections.kore
+0 −1 test/proof/is-zero.kore
+0 −1 test/proof/lambda-explicit-subst.kore
+0 −1 test/proof/let.kore
+0 −1 test/proof/list-assoc.kore
+0 −1 test/proof/list-cons.kore
+0 −1 test/proof/list-factory.kore
+0 −1 test/proof/list-semantic.kore
+0 −1 test/proof/macro.kore
+0 −1 test/proof/map-fun.kore
+0 −1 test/proof/memo-function.kore
+0 −1 test/proof/modular-config.kore
+0 −1 test/proof/nested-cells.kore
+0 −1 test/proof/non-rec-function.kore
+0 −1 test/proof/pcf.kore
+0 −1 test/proof/peano.kore
+0 −1 test/proof/prioritized-rule.kore
+0 −1 test/proof/projection.kore
+0 −1 test/proof/reg.kore
+0 −1 test/proof/set-fun.kore
+0 −1 test/proof/simple.kore
+0 −1 test/proof/single-rewrite.kore
+0 −1 test/proof/sum-cell.kore
+0 −1 test/proof/tree-reverse-int.kore
+0 −1 test/proof/tree-reverse.kore
+0 −1 test/proof/two-counters.kore
+0 −1 test/proof/type-cast.kore
+0 −1 tools/CMakeLists.txt
+0 −7 tools/kore-proof-trace-shm-writer/CMakeLists.txt
+0 −92 tools/kore-proof-trace-shm-writer/main.cpp
+0 −93 tools/kore-proof-trace/main.cpp
+0 −1 unittests/compiler/CMakeLists.txt
+0 −79 unittests/compiler/ringbuffer.cpp

0 comments on commit e08ca98

Please sign in to comment.