tag:github.com,2008:https://github.com/secure-software-engineering/phasar/releases Release notes from phasar 2025-10-24T16:14:13Z tag:github.com,2008:Repository/131954048/v2510 2025-10-24T16:17:26Z Release 10/2025 <p>Dear community,</p> <p>today we are releasing PhASAR v2510. These are the main changes:</p> <ul> <li>Add a more lightweight API for using alias information (AliasIterator) and points-to information (PointsToIterator)</li> <li>Add <a href="https://github.com/secure-software-engineering/phasar/tree/master/examples/how-to">examples</a> that show, how to use PhASAR</li> <li>Add experimental support for C++20 modules</li> <li>Add more code comments and deploy PhASAR's API-reference at <a href="https://secure-software-engineering.github.io/phasar/" rel="nofollow">GitHub Pages</a></li> <li>Add support for pointer-analysis information from SVF 3.0 (VersionedFlowSensitive, ContextDDA)</li> <li>Add default flow-functions to simplify IFDS/IDE-based analyses (noalias, alias-aware, allocation-site-aware)</li> <li>Removed many deprecated APIs (see <a href="https://github.com/secure-software-engineering/phasar/blob/master/BreakingChanges.md">BreakingChanges.md</a>)</li> <li>Make PhASAR compile with GCC (tested with g++-11 and g++-13)</li> <li>Several bug-fixes</li> </ul> <p>For details, please have a look at the merging PR <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3550071926" data-permission-text="Title is private" data-url="https://github.com/secure-software-engineering/phasar/issues/797" data-hovercard-type="pull_request" data-hovercard-url="/secure-software-engineering/phasar/pull/797/hovercard" href="https://github.com/secure-software-engineering/phasar/pull/797">#797</a>.</p> <p>For the next release (which will probably be ready in March 2026), we plan to update LLVM to at least v16 and to update the minimum C++ standard from 17 to 20 as breaking changes, as well as <a href="https://github.com/secure-software-engineering/phasar/milestone/6">more</a>.</p> <p>Thank you for using PhASAR. We appreciate your feedback, bug reports and contributions.<br> The PhASAR team</p> fabianbs96 tag:github.com,2008:Repository/131954048/v2503 2025-03-14T13:01:20Z Release 03/25 <p>Dear community,</p> <p>Today we are releasing PhASAR v2503. These are the main changes:</p> <ul> <li>Update LLVM version to LLVM-15 (with opaque pointers)</li> <li>Integrate the new <a href="https://doi.org/10.4230/LIPIcs.ECOOP.2024.36" rel="nofollow">IterativeIDESolver</a>: A drop-in replacement for IDESolver giving better performance in terms of both runtime and memory</li> <li>Add support for SparseIFDS and SparseIDE</li> <li>Add conan2 support</li> <li>Include PhASAR using cmake's FetchContent</li> <li>Various API improvements (LLVMBasedICFG, TypeHierarchy, ...)</li> <li>Various bug fixes</li> </ul> <p>For details, please have a look at the merging PR <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2920091044" data-permission-text="Title is private" data-url="https://github.com/secure-software-engineering/phasar/issues/758" data-hovercard-type="pull_request" data-hovercard-url="/secure-software-engineering/phasar/pull/758/hovercard" href="https://github.com/secure-software-engineering/phasar/pull/758">#758</a>.</p> <p>Thank you for using PhASAR. We appreciate your feedback, bug reports and contributions.<br> The PhASAR team</p> fabianbs96 tag:github.com,2008:Repository/131954048/v2403 2024-03-02T10:00:14Z Release 03/24 <p>Dear community,</p> <p>today we are releasing PhASAR v2403. These are the main changes:</p> <ul> <li>Versioning scheme changed to vYYMM, so that it is monotonically growing</li> <li>Several bugfixes in and around analyses</li> <li>Introduced a single libphasar that contains everything</li> <li>IDESolver is no longer recursive, but uses a worklist algorithm - no more stack overflows ;-)</li> <li>New type hierarchy implementation, based on LLVM's debug info</li> <li>Introduced Path Tracking (see PathSensitivityManager)</li> <li>Various CMake cleanups and fixes</li> <li>(De-)serialization of ICFG</li> </ul> <p>For details, please have a look at the merging PR <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2162715739" data-permission-text="Title is private" data-url="https://github.com/secure-software-engineering/phasar/issues/704" data-hovercard-type="pull_request" data-hovercard-url="/secure-software-engineering/phasar/pull/704/hovercard" href="https://github.com/secure-software-engineering/phasar/pull/704">#704</a>.</p> <p>We refrained from bumping LLVM to &gt;14 this time, but in the next release we will bump to recent LLVM.</p> <p>Thank you for using PhASAR. We appreciate your feedback, bug reports and contributions.<br> The PhASAR team</p> MMory tag:github.com,2008:Repository/131954048/v0323 2023-03-30T11:30:31Z Release 03/23 <p>Dear community,</p> <p>today we are releasing PhASAR v0323. These are the main changes:</p> <ul> <li>We reworked the edge function interface, we are no longer relying on shared_ptr.</li> <li>We renamed and split up some libraries to fit LLVM dependencies in a better way</li> <li>phasar-llvm has been renamed to phasar-cli</li> <li>Initial support for SWIFT analysis, more to come.</li> <li>Several bugfixes</li> </ul> <p>It is likely that we will enable Conan in the next release as well as increase the LLVM version we depend on. In that course we will need to remove the IFDSFieldSensTaintAnalysis, as it is incompatible with opaque pointers introduced by LLVM 15+.</p> <p>Thank you for using PhASAR. We appreciate your feedback, bug reports and contributions.<br> The PhASAR team</p> MMory tag:github.com,2008:Repository/131954048/v1222 2022-12-22T14:40:01Z Release 12/22 <p>Dear community,</p> <p>today we are releasing PhASAR v1222. These are the main changes:</p> <ul> <li>Depend on LLVM 14. We will continue to support recent LLVM, but for LLVM 15 we need to apply some internal changes first.</li> <li>Redesigned ICFG and IRDB. This is a breaking change, although it should not be too bad to fix on your side.</li> <li>Reduced dependency to boost, due to which the logger was revamped and plugins feature removed.</li> <li>Many bugfixes and code quality enhancements.</li> </ul> <p>Thank you for using PhASAR. We appreciate your feedback, bug reports and contributions.<br> The PhASAR team</p> MMory tag:github.com,2008:Repository/131954048/v0521 2021-05-06T20:19:39Z v0521 <p>release version 0521</p> pdschubert tag:github.com,2008:Repository/131954048/v0120 2020-01-23T09:41:07Z v0120 <p>release version 0120</p> pdschubert tag:github.com,2008:Repository/131954048/v0819 2019-08-28T13:22:39Z v0819 <p>release version 0819</p> pdschubert tag:github.com,2008:Repository/131954048/v0619 2019-06-12T09:08:56Z v0619 <p>release version 0619</p> pdschubert tag:github.com,2008:Repository/131954048/v0319 2019-03-07T13:03:11Z v0319 <p>release version 0319</p> pdschubert