-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/develop'
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Submodule llvm-backend
updated
9 files
+2 −1 | .github/workflows/clang-format-check.yml | |
+12 −1 | docs/proof-trace.md | |
+12 −3 | include/kllvm/ast/AST.h | |
+2 −0 | include/kllvm/codegen/CreateTerm.h | |
+42 −0 | include/kllvm/codegen/ProofEvent.h | |
+1 −0 | lib/codegen/CMakeLists.txt | |
+54 −48 | lib/codegen/CreateTerm.cpp | |
+198 −0 | lib/codegen/ProofEvent.cpp | |
+2 −3 | tools/k-rule-apply/auxiliar.h |