You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[feat] Adds support for reporting errors in SARIF format:
* Introduces `CodeEvent` as a base unit for storing information about event in code.
* `CodeEvent`s are managed with `EventRecorder`, capable of serializing recorded trace.
* `termianateStateOnProgramError` receives an `ErrorEvent` object contatining all required information about error.
[feat] Enhances `gepExprBases`:
* Bases for addresses stored for constant expressions.
* Precalculates bases for `llvm::ConstantExpr` (i.e. for `getElementPtr` in arguments of instructions).
[perf] Removes checks on `baseInBounds` during memory operations.
[fix] Adds hacks for managing objects with neighboring addresses (in some cases `gepExprBases` could assume that the beginning of one object is the end of another).
[fix] Fixes ODR violation with `llvm::APFloat::RoundingMode`.
0 commit comments