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

gh-87092: compiler's CFG construction moved to after codegen stage #102320

Merged
merged 26 commits into from
Mar 7, 2023

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    43df9b3 View commit details
    Browse the repository at this point in the history
  2. remove unused code

    iritkatriel committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    2b43f88 View commit details
    Browse the repository at this point in the history
  3. use newg all the way

    iritkatriel committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    52a1d1d View commit details
    Browse the repository at this point in the history
  4. remove double processing

    iritkatriel committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    9b737f1 View commit details
    Browse the repository at this point in the history
  5. split cfg_builder_use_label/cfg_builder_addop to separate versions fo…

    …r codegen and cfg_builder
    iritkatriel committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    083b8b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a56bafe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8be1b28 View commit details
    Browse the repository at this point in the history
  8. move things around

    iritkatriel committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    741f773 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fb07525 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1b06bf8 View commit details
    Browse the repository at this point in the history
  11. remove u_cfg_builder

    iritkatriel committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    142a7f1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f9f8443 View commit details
    Browse the repository at this point in the history
  13. stream->sequence

    iritkatriel committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    f6fcde9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    84f5a9d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cd0225d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b8f4acf View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    258f142 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5653ee View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    788da74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd7f2b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    57fbe36 View commit details
    Browse the repository at this point in the history
  2. remove obsolete comment

    iritkatriel committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    dc9f1f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

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

Commits on Mar 7, 2023

  1. address code review

    iritkatriel committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    fa1c66a View commit details
    Browse the repository at this point in the history
  2. tweak comments

    iritkatriel committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    3528176 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb13e36 View commit details
    Browse the repository at this point in the history