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

add LoopInfo + LICM #36832

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open

add LoopInfo + LICM #36832

wants to merge 26 commits into from

Commits on May 13, 2022

  1. Add some CFG manipulation tools

    tkf committed May 13, 2022
    Configuration menu
    Copy the full SHA
    90133d4 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Check statement_positions early

    Co-authored-by: Ian Atol <ian.atol@juliacomputing.com>
    tkf and Ian Atol authored May 16, 2022
    Configuration menu
    Copy the full SHA
    6da85a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c428ef View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Use link in docstring

    Co-authored-by: Shuhei Kadowaki <40514306+aviatesk@users.noreply.github.com>
    tkf and aviatesk authored May 17, 2022
    Configuration menu
    Copy the full SHA
    345f455 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b43f98e View commit details
    Browse the repository at this point in the history
  3. Type assertion for avoiding dynamic dispatch

    Co-authored-by: Shuhei Kadowaki <40514306+aviatesk@users.noreply.github.com>
    tkf and aviatesk authored May 17, 2022
    Configuration menu
    Copy the full SHA
    71c1d05 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Configuration menu
    Copy the full SHA
    1752762 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab52887 View commit details
    Browse the repository at this point in the history
  3. Let ssamap handle SSAValue

    tkf committed May 19, 2022
    Configuration menu
    Copy the full SHA
    855a2a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd2347c View commit details
    Browse the repository at this point in the history
  5. Improve/fix docstrings

    tkf committed May 19, 2022
    Configuration menu
    Copy the full SHA
    ce879ad View commit details
    Browse the repository at this point in the history
  6. Fix tests for 32-bit

    tkf committed May 19, 2022
    Configuration menu
    Copy the full SHA
    a23139e View commit details
    Browse the repository at this point in the history
  7. Explain input and output IRs

    tkf committed May 19, 2022
    Configuration menu
    Copy the full SHA
    0307ced View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

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

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    788934e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3cb286 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2454482 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d37c14 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    6cc67a8 View commit details
    Browse the repository at this point in the history
  2. mark test as broken

    vchuravy committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    6319865 View commit details
    Browse the repository at this point in the history
  3. add LoopInfo + LICM

    vchuravy committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    cb1a561 View commit details
    Browse the repository at this point in the history
  4. attempt at creating a new BB

    vchuravy committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    037a1bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    328eace View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    fcc3359 View commit details
    Browse the repository at this point in the history
  2. Convert tabs to spaces

    vchuravy committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    369cbec View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Support multiple invariant

    vchuravy committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    35c58d6 View commit details
    Browse the repository at this point in the history