Skip to content

Releases: goblint/analyzer

2.6.0 Awkward Aardvark

05 Sep 11:07
Compare
Choose a tag to compare

CHANGES:

  • Add division by zero analysis (#1764).
  • Add bitfield domain (#1623).
  • Add weakly-relational C-2PO pointer analysis (#1485).
  • Add widening delay (#1358, #1442, #1483).
  • Add narrowing of globals to top-down solver (#1636).
  • Add weak dependencies to top-down solver (#1746, #1747).
  • Add YAML ghost witness generation (#1394).
  • Remove GraphML witness generation (#1732, #1733, #1738).
  • Use C standard option for preprocessing (#1807).
  • Add bash completion for array options (#1670, #1705, #1750).
  • Make malloc(0) semantics configurable (#1418, #1777).
  • Update path-sensitive analyses (#1785, #1791, #1792).
  • Fix evaluation of library function arguments (#1758, #1761).
  • Optimize affine equalities analysis using sparse matrices (#1459, #1625).
  • Prepare for parallelism (#1708, #1744, #1748, #1781, #1790).

Race Digest Staging

04 Jun 13:55
bc4b34c
Compare
Choose a tag to compare
Race Digest Staging Pre-release
Pre-release

Version used for experiments for respective manuscript.

2.5.0

28 Nov 15:21
Compare
Choose a tag to compare

CHANGES:

Functionally equivalent to Goblint in SV-COMP 2025.

VMCAI 2025 artifact

26 Nov 09:40
Compare
Choose a tag to compare

Goblint version in the artifact for the VMCAI 2025 paper "Correctness Witnesses for Concurrent Programs: Bridging the Semantic Divide with Ghosts".

SV-COMP 2025

26 Nov 12:49
Compare
Choose a tag to compare

Goblint version tags/svcomp25-0-g5512d834b for SV-COMP 2025.

The verifier archive containing the Ubuntu 24.04 binary and auxiliary files is attached below.

2.4.0

02 Aug 11:43
Compare
Choose a tag to compare

CHANGES:

2.3.0

24 Nov 21:18
Compare
Choose a tag to compare

CHANGES:

Functionally equivalent to Goblint in SV-COMP 2024.

SV-COMP 2024

24 Nov 13:52
Compare
Choose a tag to compare

Goblint version tags/svcomp24-0-gc2e9465a7 for SV-COMP 2024.

The verifier archive containing the Ubuntu 22.04 binary and auxiliary files is attached below.

2.2.1

13 Sep 14:03
Compare
Choose a tag to compare

CHANGES:

  • Bump batteries lower bound to 3.5.0.
  • Fix flaky dead code elimination transformation test.

2.2.0

13 Sep 11:31
Compare
Choose a tag to compare

CHANGES: