Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: staticafi/sbt-instrumentation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: staticafi/sbt-instrumentation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: martin_dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 10 files changed
  • 2 contributors

Commits on Oct 30, 2023

  1. Make overflow checking for addition arbitrary size.

    Previously returned false negatives for LONG_MAX + 1.
    martinjonas committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    9f50835 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Temporarily disable a part of Value Relations plugin.

    Martin Jonáš committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    6ca2a08 View commit details
    Browse the repository at this point in the history
  2. CMake: Add correct library for value and relations analyses.

    Martin Jonáš committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    00bebce View commit details
    Browse the repository at this point in the history
  3. Update to latest DG API.

    Martin Jonáš committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    163bbb5 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Fix typos causing incorrect sub_i64 overflow detection.

    Martin Jonáš committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    361e9f5 View commit details
    Browse the repository at this point in the history
  2. Fix and simplify add overflow detection.

    Martin Jonáš committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    f1cbcad View commit details
    Browse the repository at this point in the history
  3. Check *signed* overflows.

    Martin Jonáš committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    57b02b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Fix and simplify checkOveflowSub.

    Martin Jonáš committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    7b3b546 View commit details
    Browse the repository at this point in the history
  2. Fix typo.

    Martin Jonáš committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    e4b7c16 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Fix overflow static analysis for sub and mul

    Martin Jonáš committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    ef9f1c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Fix checking for i64 mul overflow.

    Martin Jonáš committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    9b7d785 View commit details
    Browse the repository at this point in the history
  2. Really fix detection of i64 mul overflow.

    Martin Jonáš committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    7b5f326 View commit details
    Browse the repository at this point in the history
  3. Really fix detection of i64 mul overflow.

    Martin Jonáš committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    9a0271b View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    a02c7b5 View commit details
    Browse the repository at this point in the history
Loading