Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openjdk/jdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bdfb41f9
Choose a base ref
...
head repository: openjdk/jdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6215ab91
Choose a head ref
  • 18 commits
  • 89 files changed
  • 1 contributor

Commits on Aug 8, 2024

  1. 8338023: Support two vector selectFrom API

    Jatin Bhateja committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    45bfe6c View commit details
    Browse the repository at this point in the history
  2. Adding Benchmark

    Jatin Bhateja committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    82c0b0a View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Review suggestions incorporated.

    Jatin Bhateja committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    055fb22 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Pass explicit wrap argument to selectFrom API with default value set …

    …to true.
    Jatin Bhateja committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e24632c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Defaulting to index wrapping scheme.

    Jatin Bhateja committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    d7ad688 View commit details
    Browse the repository at this point in the history
  2. Removing redundant checkIndex routine

    Jatin Bhateja committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    6cb1a46 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Review comments resolutions.

    Jatin Bhateja committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    408a869 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Adding descriptive comments

    Jatin Bhateja committed Aug 29, 2024
    1 Configuration menu
    Copy the full SHA
    8d71f17 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Review resolutions.

    Jatin Bhateja committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    d3ee310 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Documentation suggestions from Paul.

    Jatin Bhateja committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1c00f41 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Disabling VectorLoadShuffle bypassing optimization to comply with rea…

    …rrange semantics at IR level.
    Jatin Bhateja committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    7c80bfc View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Review comments resolution.

    Jatin Bhateja committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d72c82e View commit details
    Browse the repository at this point in the history
  2. Jcheck clearance

    Jatin Bhateja committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    2953004 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Incorporating review and documentation suggestions.

    Jatin Bhateja committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    31a5864 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Handling NPOT vector length for AArch64 SVE with vector sizes varying…

    … b/w 128 and 2048 bits at 128 bit increments.
    Jatin Bhateja committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    42ca80c View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Review comments resolutions.

    Jatin Bhateja committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7327736 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    130fa3e View commit details
    Browse the repository at this point in the history
  2. Review comments resolution.

    Jatin Bhateja committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    6215ab9 View commit details
    Browse the repository at this point in the history
Loading