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

Keep correct fieldSeq for 0-offset fields. #32085

Merged
merged 5 commits into from
Feb 15, 2020

Commits on Feb 13, 2020

  1. a few renamings in fgMorphCopyBlock.

    Clean up the existing code.
    Sergey Andreenko committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    04a9f02 View commit details
    Browse the repository at this point in the history
  2. Add zero field offsets where it was missed.

    And don't add it as `ADD(,0)` in another.
    Sergey Andreenko committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    e3f0fe0 View commit details
    Browse the repository at this point in the history
  3. Add an optimization to lower to delete LEA(addr, 0).

    Sergey Andreenko committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    e820fa8 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Fix for x86 tests.

    Sergey Andreenko committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    b6a9008 View commit details
    Browse the repository at this point in the history
  2. Add a function header for LowerNode.

    Sergey Andreenko committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    18962c9 View commit details
    Browse the repository at this point in the history