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

fix and implement ConditionalBranchFolder, Unreachable Code Eliminator #1041

Draft
wants to merge 20 commits into
base: develop
Choose a base branch
from

Commits on Aug 25, 2024

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

Commits on Aug 28, 2024

  1. better approach

    sahilagichani14 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    f3141e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

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

Commits on Sep 2, 2024

  1. Merge branch 'refs/heads/develop' into 930-bug-conditionalbranchfolde…

    …r-removes-complete-tail-of-the-cfg
    sahilagichani14 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    7a40810 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    a848013 View commit details
    Browse the repository at this point in the history
  2. fix trap is not iterated exception in valid cases (i.e. there exists …

    …at least one continuous block sequence that has no exception range applied to its last block)
    swissiety committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    4c6f99e View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. fix style

    sahilagichani14 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    51f56cc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refs/heads/develop' into 930-bug-conditionalbranchfolde…

    …r-removes-complete-tail-of-the-cfg
    sahilagichani14 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b801cd9 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    626e249 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0452813 View commit details
    Browse the repository at this point in the history
  3. fix order for exceptions as well;

    progress: -2 failing
    swissiety committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    9a7555b View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. added tc

    sahilagichani14 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    2424032 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    6577ab8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92a3033 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Merge branch 'refs/heads/develop' into 930-bug-conditionalbranchfolde…

    …r-removes-complete-tail-of-the-cfg
    
    # Conflicts:
    #	sootup.java.bytecode.frontend/src/test/java/sootup/java/bytecode/frontend/TryCatchFinallyTests.java
    #	sootup.java.bytecode.frontend/src/test/java/sootup/java/bytecode/frontend/interceptors/ConditionalBranchFolderTest.java
    sahilagichani14 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e39acf7 View commit details
    Browse the repository at this point in the history
  2. merged with develop

    sahilagichani14 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    5dad178 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Merge branch 'refs/heads/develop' into 930-bug-conditionalbranchfolde…

    …r-removes-complete-tail-of-the-cfg
    sahilagichani14 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    133a79f View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

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

Commits on Oct 16, 2024

  1. Merge branch 'develop' into 930-bug-conditionalbranchfolder-removes-c…

    …omplete-tail-of-the-cfg
    stschott authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    dd5b793 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Merge branch 'refs/heads/develop' into 930-bug-conditionalbranchfolde…

    …r-removes-complete-tail-of-the-cfg
    sahilagichani14 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e517d7a View commit details
    Browse the repository at this point in the history