3 files changed
+3
-3
lines changedSubmodule behavioral-model updated 134 files
Submodule p4c updated 1839 files
- .github/dependabot.yml+13
- .github/workflows/build.yml+4-2
- .github/workflows/cpplint.yml+2-2
- .github/workflows/test_pruner.yml+4-2
- .github/workflows/test_validate.yml+4-2
- common/create_z3.cpp+7-5
- common/create_z3.h+4-11
- common/expressions.cpp+2-2
- common/operands.cpp+2-2
- common/parser.cpp+2-2
- common/scope.h+3-3
- common/state.cpp+2-2
- common/state.h+3-3
- common/type_base.h+5-6
- common/type_complex.cpp+6-6
- common/type_complex.h+2-2
- common/type_simple.cpp+2-2
- common/type_simple.h+2-2
- common/type_table.cpp+2-2
- common/util.cpp+3-3
- common/util.h+2-2
- common/visitor_interpret.cpp+2-2
- common/visitor_interpret.h+2-2
- common/visitor_specialize.cpp+2-2
- common/visitor_specialize.h+2-2
- compare/compare.cpp+14-14
- compare/compare.h+2-2
- compare/main.cpp+21-21
- compare/options.cpp+2-2
- compare/options.h+2-2
- externs/core.cpp+2-2
- interpret/main.cpp+21-22
- interpret/options.cpp+2-2
- interpret/options.h+2-2
- pruner/src/boolean_pruner.cpp+4-4
- pruner/src/boolean_pruner.h+3-4
- pruner/src/compiler_pruner.cpp+8-11
- pruner/src/compiler_pruner.h+3-4
- pruner/src/constants.h+2-2
- pruner/src/counter.cpp+2-2
- pruner/src/counter.h+2-2
- pruner/src/expression_pruner.cpp+4-5
- pruner/src/expression_pruner.h+3-4
- pruner/src/extended_unused.cpp+2-2
- pruner/src/extended_unused.h+2-2
- pruner/src/main.cpp+51-48
- pruner/src/pruner_options.cpp+2-2
- pruner/src/pruner_options.h+2-2
- pruner/src/pruner_util.cpp+5-7
- pruner/src/pruner_util.h+6-8
- pruner/src/replace_variables.cpp+7-11
- pruner/src/replace_variables.h+3-4
- pruner/src/statement_pruner.cpp+6-6
- pruner/src/statement_pruner.h+4-4
- validate/main.cpp+44-41
- validate/options.cpp+4
- validate/options.h+4
0 commit comments