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

feat[venom]: common subexpression elimination pass #4241

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

Commits on Sep 4, 2024

  1. start cse

    HodanPlodky committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    33ef4db View commit details
    Browse the repository at this point in the history
  2. cse start

    HodanPlodky committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    52a3470 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. only one inst handling

    HodanPlodky committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    c2d60ed View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. cleanup + fix

    HodanPlodky committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    3087650 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. effects start

    HodanPlodky committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    bad3f69 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. correct compare for joins

    HodanPlodky committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9798a39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea92aa0 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. small cleanup

    HodanPlodky committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c754574 View commit details
    Browse the repository at this point in the history
  2. small cleanup

    HodanPlodky committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e6a8551 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6136f83 View commit details
    Browse the repository at this point in the history
  4. clean up of the debug

    HodanPlodky committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2d7e1a4 View commit details
    Browse the repository at this point in the history
  5. Update vyper/venom/analysis/available_expression.py - better hash method

    Co-authored-by: Charles Cooper <cooper.charles.m@gmail.com>
    HodanPlodky and charles-cooper authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4b62958 View commit details
    Browse the repository at this point in the history
  6. Update vyper/venom/analysis/available_expression.py - Incorrect gramm…

    …ar fix
    
    Co-authored-by: Charles Cooper <cooper.charles.m@gmail.com>
    HodanPlodky and charles-cooper authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    fbf2964 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    86977f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49e6949 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

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

Commits on Sep 22, 2024

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

Commits on Sep 23, 2024

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

Commits on Sep 24, 2024

  1. fixes in handling effects

    HodanPlodky committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    14b8963 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

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

Commits on Sep 26, 2024

  1. perf fixes + better order

    HodanPlodky committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    63f27fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ce9dd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    a3585ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    775f0a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea944e6 View commit details
    Browse the repository at this point in the history