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

Extract: Improved region-outlining for complex procedures #412

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    929cd8f View commit details
    Browse the repository at this point in the history
  2. Extract: Add outline_region for single region extraction

    This now allows us to call outlining extraction on a single pragma
    region, while the overarching utility uses this in its own pragma
    loop.
    mlange05 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    dbda1a2 View commit details
    Browse the repository at this point in the history
  3. Extract: Bug fix for outline_pragma_regions

    Need to explicit give an empty tuple for kwargument when creating
    the CallStatement, as dataflow analysis will iterate it.
    mlange05 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    13a38ae View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

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

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    25fb574 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78814ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8535c1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbd4ed3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d9d609 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    657550c View commit details
    Browse the repository at this point in the history