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: dotnet/runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a3bf53fc
Choose a base ref
...
head repository: dotnet/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 39ecbe0e
Choose a head ref
  • 7 commits
  • 49 files changed
  • 7 contributors

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    c6cebc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3222c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ea80d6 View commit details
    Browse the repository at this point in the history
  4. Tensor validations, scope changes, and TensorPrimitives methods (#103005

    )
    
    * Additional validations and TensorPrimitives forwarding
    
    * TensorSpan extensions
    
    * ref updates
    
    * more testing
    
    * test fixes and ref fixes
    michaelgsharp authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    204f0e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    4cb0c50 View commit details
    Browse the repository at this point in the history
  2. [mono] Migrate more ghashtables to simdhash (#102476)

    Remove multi-domain support from mono_de_set_breakpoint
    Migrate various ghashtables to simdhash
    kg authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    2da65a9 View commit details
    Browse the repository at this point in the history
  3. Fix CET - remove writing to shadow stack (#103171)

    In my recent fix for failures with CET enabled, I have also added a call to
    the _wrssq intrinsic to push an address to shadow stack. It turns out
    that instruction is privileged and cannot be used by user code.
    Moreover, I have realized that it is not needed at all there, so I am
    removing it.
    
    Co-authored-by: Jan Vorlicek <jan.vorlicek@volny,cz>
    janvorli and Jan Vorlicek authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    39ecbe0 View commit details
    Browse the repository at this point in the history
Loading