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: c1b7a9fe
Choose a base ref
...
head repository: dotnet/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 63b9a3ae
Choose a head ref
  • 12 commits
  • 42 files changed
  • 8 contributors

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    e121d77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dbf6a5 View commit details
    Browse the repository at this point in the history
  3. [mono][jit] Adding Vector128.Narrow,Widen as intrinsics on arm64. (#8…

    …4837)
    
    * Adding Vector128.Narrow as intrinsic.
    
    * Adding Vector128.WidenLower,WidenUpper as intrinsics on arm64.
    
    * Fixed WASM builds.
    jandupej authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    d4f70b1 View commit details
    Browse the repository at this point in the history
  4. [mono][jit] Adding Vector128.Dot as intrinsic for arm64. (#84245)

    * [mono][jit] Adding Vector128.Dot as intrinsic for arm64.
    
    * Fixed the (u)int64 case, which now falls back to unoptimized code.
    
    * Fixed klass.
    
    * Disabled the intrinsic for native ints, enabled for LLVM.
    
    * Fixed COMPILE_LLVM condition.
    
    * Relaxing non-LLVM restriction for WASM.
    jandupej authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    e3f55cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d414646 View commit details
    Browse the repository at this point in the history
  6. [wasm] PackedSimd, add extending integer arithmetic (#84687)

    * [wasm] PackedSimd, add extended integer arithmetic
    
    * Add ref methods and build fix
    
    * Implement the new PackedSimd intrinsics
    radekdoulik authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    636682c View commit details
    Browse the repository at this point in the history
  7. [wasm] Bump emscripten to 3.1.34 (#83998)

    * [wasm] Bump emscripten to 3.1.34
    
    * Update emsdk deps
    
    * Update icu deps
    
    * Use new images
    
    * Use emscripten_main_runtime_thread_id
    
    * Ignore ExitStatus exceptions
    
    This should fix these errors:
    
        [wasm test] [23:10:04] dbug: Reached wasm exit
        [wasm test] [23:10:04] info: node:internal/process/promises:246
        [wasm test] [23:10:04] info:           triggerUncaughtException(err, true /* fromPromise */);
        [wasm test] [23:10:04] info:           ^
        [wasm test] [23:10:04] info:
        [wasm test] [23:10:04] info: [UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "#<ExitStatus>".] {
        [wasm test] [23:10:04] info:   code: 'ERR_UNHANDLED_REJECTION'
        [wasm test] [23:10:04] info: }
        [wasm test] [23:10:04] info:
        [wasm test] [23:10:04] info: Node.js v17.3.1
        [wasm test] [23:10:04] info: Process node.exe exited with 1
    
    * Handle UnhandledPromiseRejection for ExitStatus
    
    * Exclude 2 failing tests
    
    * Updade ICU deps
    
    * Revert "Updade ICU deps"
    
    This reverts commit ad92e21.
    
    Looks like main is behind and doesn't work with latest ICU, so go back
    to the one with 3.1.34 bump
    radekdoulik authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    dbd4233 View commit details
    Browse the repository at this point in the history
  8. Add status code and exception info to System.Net.Http events (#84036)

    * Add status code and exception info to System.Net.Http events
    
    * Update HttpTelemetry fake
    MihaZupan authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    048467b View commit details
    Browse the repository at this point in the history
  9. [JIT] ARM64 - Combine cmp and shift ops into a single cmp op (#84605

    )
    
    * Combine compare and shift ops into a single compare op
    
    * Fix comment
    
    * Expanding IsContainableBinaryOp.
    
    * Remove commented code
    
    * Added more cases
    
    * Update codegenarm64.cpp
    
    * Feedback
    
    * Feedback
    TIHan authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    35ef766 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    223d152 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b2fa5bd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    63b9a3a View commit details
    Browse the repository at this point in the history
Loading