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] Stop using LIST nodes for SIMD operand lists #1141

Closed
wants to merge 14 commits into from

Commits on Dec 24, 2019

  1. Delete GenTreeJitIntrinsic

    mikedn committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    568cde9 View commit details
    Browse the repository at this point in the history
  2. Make SIMDIntrinsicID uint16_t

    mikedn committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    7260ac5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e23aed5 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2019

  1. Configuration menu
    Copy the full SHA
    c8eabbc View commit details
    Browse the repository at this point in the history
  2. Split SIMDIntrinsicInit/SIMDIntrinsicInitN import code

    These 2 intrinsics don't have a lot in common.
    mikedn committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    82250a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b634843 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c569337 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

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

Commits on Jan 3, 2020

  1. Make GenTreeUse noncopyable

    mikedn committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    43f1204 View commit details
    Browse the repository at this point in the history
  2. Fix AdvanceSIMDReverseOp

    mikedn committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    d06ffdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c74ee1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    059dd21 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2020

  1. Add SIMD RMW comments

    mikedn committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    45d9986 View commit details
    Browse the repository at this point in the history
  2. Tweak SIMD costs

    mikedn committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    00ad22d View commit details
    Browse the repository at this point in the history