Skip to content

Commit bf8f4e9

Browse files
committed
Merge branch 'master' into delay-widening
2 parents c2ba32a + 5aeb549 commit bf8f4e9

File tree

267 files changed

+13117
-2492
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

267 files changed

+13117
-2492
lines changed

.gitattributes

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# GitHub repository language overrides
2+
# https://github.com/github-linguist/linguist/blob/main/docs/overrides.md
3+
4+
# currently only dune-project is classified: https://github.com/github-linguist/linguist/pull/7126
5+
dune linguist-language=dune
6+
dune.inc linguist-language=dune
7+
8+
# avoid misclassification as Standard ML
9+
*.ml linguist-language=ocaml
10+
*.mli linguist-language=ocaml
11+
12+
# cram tests are classified as Raku/Terra/Turing, cram isn't separate language so consider them also dune
13+
*.t linguist-language=dune

conf/svcomp-ghost.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"autotune": {
8282
"enabled": true,
8383
"activated": [
84-
"singleThreaded",
84+
"reduceAnalyses",
8585
"mallocWrappers",
8686
"noRecursiveIntervals",
8787
"enums",

conf/svcomp-validate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"autotune": {
6060
"enabled": true,
6161
"activated": [
62-
"singleThreaded",
62+
"reduceAnalyses",
6363
"mallocWrappers",
6464
"noRecursiveIntervals",
6565
"enums",

conf/svcomp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"autotune": {
5959
"enabled": true,
6060
"activated": [
61-
"singleThreaded",
61+
"reduceAnalyses",
6262
"mallocWrappers",
6363
"noRecursiveIntervals",
6464
"enums",

conf/svcomp23.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"autotune": {
6464
"enabled": true,
6565
"activated": [
66-
"singleThreaded",
66+
"reduceAnalyses",
6767
"mallocWrappers",
6868
"noRecursiveIntervals",
6969
"enums",

conf/svcomp24-validate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"autotune": {
8080
"enabled": true,
8181
"activated": [
82-
"singleThreaded",
82+
"reduceAnalyses",
8383
"mallocWrappers",
8484
"noRecursiveIntervals",
8585
"enums",

conf/svcomp24.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"autotune": {
7979
"enabled": true,
8080
"activated": [
81-
"singleThreaded",
81+
"reduceAnalyses",
8282
"mallocWrappers",
8383
"noRecursiveIntervals",
8484
"enums",

conf/svcomp25-validate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"autotune": {
6060
"enabled": true,
6161
"activated": [
62-
"singleThreaded",
62+
"reduceAnalyses",
6363
"mallocWrappers",
6464
"noRecursiveIntervals",
6565
"enums",

conf/svcomp25.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"autotune": {
5959
"enabled": true,
6060
"activated": [
61-
"singleThreaded",
61+
"reduceAnalyses",
6262
"mallocWrappers",
6363
"noRecursiveIntervals",
6464
"enums",

conf/svcomp2var.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"autotune": {
7979
"enabled": true,
8080
"activated": [
81-
"singleThreaded",
81+
"reduceAnalyses",
8282
"mallocWrappers",
8383
"noRecursiveIntervals",
8484
"enums",

0 commit comments

Comments
 (0)