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

WIP: Eliminate gotos when migrating #139

Open
wants to merge 29 commits into
base: trunk
Choose a base branch
from
Open

WIP: Eliminate gotos when migrating #139

wants to merge 29 commits into from

Commits on Mar 22, 2018

  1. Configuration menu
    Copy the full SHA
    09e0203 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82cdd43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    baacf4e View commit details
    Browse the repository at this point in the history
  4. label elimination test

    corevo committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    864be6e View commit details
    Browse the repository at this point in the history
  5. conditional goto elimination

    corevo committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    8315f4a View commit details
    Browse the repository at this point in the history
  6. repitition goto elimination

    corevo committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    4798990 View commit details
    Browse the repository at this point in the history
  7. inward movement tests

    corevo committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    eb6db87 View commit details
    Browse the repository at this point in the history
  8. block level helper functions

    corevo committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    3b87af8 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2018

  1. inward movement tests

    corevo committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    990cf5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d254b63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87bf805 View commit details
    Browse the repository at this point in the history
  4. inward movement tests

    corevo committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    748caf0 View commit details
    Browse the repository at this point in the history
  5. lift transformation

    corevo committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    9114ead View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2018

  1. goto elimination stub

    corevo committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    3e842d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4decabc View commit details
    Browse the repository at this point in the history
  3. eliminate gotos on migration

    corevo committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    af272ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96b95a3 View commit details
    Browse the repository at this point in the history
  5. relationship definition

    corevo committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    411ca48 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ea6cfa9 View commit details
    Browse the repository at this point in the history
  7. renamed storeValue to store

    corevo committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    2cce536 View commit details
    Browse the repository at this point in the history
  8. fixed lift goto lookup

    corevo committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    a02b79f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2018

  1. Configuration menu
    Copy the full SHA
    859d76f View commit details
    Browse the repository at this point in the history
  2. pretty printer for procedures

    corevo committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    8272f39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b13dde7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de5c6f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6102816 View commit details
    Browse the repository at this point in the history
  6. fix broken test

    corevo committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    282faca View commit details
    Browse the repository at this point in the history
  7. eliminate labels

    corevo committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    1c3ca59 View commit details
    Browse the repository at this point in the history
  8. remove empty blocks

    corevo committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    5087e2b View commit details
    Browse the repository at this point in the history