Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symbolic tracing #157

Draft
wants to merge 17 commits into
base: master
Choose a base branch
from
Draft

Commits on Nov 22, 2023

  1. log symbolic areas

    damienmaier committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    4f425fb View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

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

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    f3bc3bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1e9b5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eeb921a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4c799a View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. path constraints tracing

    damienmaier committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    0c43f2b View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

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

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    cd03543 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2ee76c View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

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

Commits on Dec 23, 2023

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

Commits on Jan 13, 2024

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

Commits on Feb 25, 2024

  1. Put allocatedExpressions back in the anonymous namespace

    In a previous commit I got allocatedExpressions out of the anonymous
    namespace, but this is not necessary anymore as it can be accessed with
    getAllocatedExpressions
    damienmaier committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    e84cf1a View commit details
    Browse the repository at this point in the history
  2. Remove test cases prints

    Those are lines of code that I did not intend to include in the PR
    damienmaier committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    d3b4ca5 View commit details
    Browse the repository at this point in the history
  3. Revert unnecesary comment

    damienmaier committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    ae6161b View commit details
    Browse the repository at this point in the history
  4. fix indentation

    damienmaier committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    e3f3793 View commit details
    Browse the repository at this point in the history