-
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
13 files
+7 −2 | docs/proof-trace.md | |
+0 −2 | include/kllvm/codegen/Debug.h | |
+25 −0 | include/kllvm/codegen/Options.h | |
+5 −0 | include/kllvm/codegen/ProofEvent.h | |
+5 −22 | lib/codegen/ApplyPasses.cpp | |
+1 −0 | lib/codegen/CMakeLists.txt | |
+0 −2 | lib/codegen/Debug.cpp | |
+10 −1 | lib/codegen/Decision.cpp | |
+63 −0 | lib/codegen/Options.cpp | |
+42 −7 | lib/codegen/ProofEvent.cpp | |
+8 −0 | runtime/main/main.ll | |
+9 −0 | runtime/util/util.cpp | |
+22 −54 | tools/llvm-kompile-codegen/main.cpp |