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: 2c509a15
Choose a base ref
...
head repository: openjdk/jdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 132878ba
Choose a head ref
  • 16 commits
  • 58 files changed
  • 1 contributor

Commits on Oct 14, 2024

  1. Initial Float16 support for JDK-24 mainline

    Jatin Bhateja committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    c5536c5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'openjdk:master' into float16_support

    Jatin Bhateja authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    cb98166 View commit details
    Browse the repository at this point in the history
  3. jcheck failure

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

Commits on Oct 25, 2024

  1. Merge branch 'master' of http://github.com/openjdk/jdk into float16_s…

    …upport
    Jatin Bhateja committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    677ab93 View commit details
    Browse the repository at this point in the history
  2. Aliging with PR 21574

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

Commits on Nov 6, 2024

  1. Merge branch 'master' of http://github.com/openjdk/jdk into float16_s…

    …upport
    Jatin Bhateja committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    6a73c0d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Merge branch 'master' of http://github.com/openjdk/jdk into float16_s…

    …upport
    Jatin Bhateja committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4648f86 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Merge branch 'master' of http://github.com/openjdk/jdk into float16_s…

    …upport
    Jatin Bhateja committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    943b906 View commit details
    Browse the repository at this point in the history
  2. Annotating Float16 as a ValueBased class

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

Commits on Nov 16, 2024

  1. Review comments and tests cleanup.

    Jatin Bhateja committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    fa55b7e View commit details
    Browse the repository at this point in the history
  2. Jcheck cleanup

    Jatin Bhateja committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    f9b9444 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of http://github.com/openjdk/jdk into float16_s…

    …upport
    Jatin Bhateja committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    9d8b114 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. New halffloat type 'TypeH' and associated changes

    Jatin Bhateja committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    2c385c1 View commit details
    Browse the repository at this point in the history
  2. Jcheck and build fixes

    Jatin Bhateja committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    6657b03 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Review comments resoultion.

    Jatin Bhateja committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    bf0059e View commit details
    Browse the repository at this point in the history
  2. Code styling changes

    Jatin Bhateja committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    132878b View commit details
    Browse the repository at this point in the history
Loading