-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Comparing changes
Open a pull request
base repository: dotnet/runtime
base: 6367772
head repository: dotnet/runtime
compare: 957f76f
- 20 commits
- 188 files changed
- 18 contributors
Commits on Oct 7, 2022
-
Make sure isRunSmokeTestsOnly is false when manually triggering runti…
…me-extra-platforms (#76715) Also, remove runtime-bionic references in the yml as this pipeline does not exist. Co-authored-by: mdh1418 <mitchhwang1418@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d10cc5a - Browse repository at this point
Copy the full SHA d10cc5aView commit details -
Remove XmlConvert.StrEqual and use Span<char>.StartsWith() instead. (#…
…74955) * Use Span.SequenceEqual instead if manual loop over char array. * Remove StrEqual. Replace with StartsWith as suggested. * Remove not needed brackets + fix tests * Use switch expression for "verison", "encoding" and "standalone" * Use ranges + one more switch expression * Remove StartsWith helper method from ParsingState * Address range feedback * Add test for XmlTextReader.ReadChars * Fix test Co-authored-by: Traian Zaprianov <Traian.Zaprianov@docuware.com>
Configuration menu - View commit details
-
Copy full SHA for abffaf8 - Browse repository at this point
Copy the full SHA abffaf8View commit details -
Remove GUID <=> string functions in PAL (#76729)
* Remove PAL versions of Win32 GUID/string funcs * Fix contract violation for non-throwing path
Configuration menu - View commit details
-
Copy full SHA for 3e600c9 - Browse repository at this point
Copy the full SHA 3e600c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c99def - Browse repository at this point
Copy the full SHA 3c99defView commit details -
Configuration menu - View commit details
-
Copy full SHA for e53a3d9 - Browse repository at this point
Copy the full SHA e53a3d9View commit details -
Use static abstracts instead of partial + containing class to define …
…a solid contract to simplify authoring our custom type marshalling tests (#76479)
Configuration menu - View commit details
-
Copy full SHA for 22b04df - Browse repository at this point
Copy the full SHA 22b04dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cb25b3 - Browse repository at this point
Copy the full SHA 0cb25b3View commit details -
Properly handle filesizes larger than 8 Gb (#76707)
* Properly handle filesizes larger than 8 Gb * Add simulated data stream and address feedback * Move tests for 8Gb files to outerloop and disable parallelization * Change TarSizeFieldTooLargeForEntryType on .resx
Configuration menu - View commit details
-
Copy full SHA for 434e7f6 - Browse repository at this point
Copy the full SHA 434e7f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0058c73 - Browse repository at this point
Copy the full SHA 0058c73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 415a417 - Browse repository at this point
Copy the full SHA 415a417View commit details
Commits on Oct 8, 2022
-
filtering out addresses conservatively reported that land in the GC r…
…ange but not in bookkeeping range (#76737) this fixes the last issue standing in the way of enabling regions for AoT. AoT could conservatively report addresses that land in the GC heap range but not in range that bookkeeping covers. so these need to filtered out.
Configuration menu - View commit details
-
Copy full SHA for cb6e5e7 - Browse repository at this point
Copy the full SHA cb6e5e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cce720 - Browse repository at this point
Copy the full SHA 2cce720View commit details -
JIT: Streamline SIMD recognition (#76613)
Put it on the same plan as HW intrinsics. Use names from metadata and use getTypeInstantiationArgument to get the base type. This avoids relying on appendClassName and how the EE side formats instantiations with it.
Configuration menu - View commit details
-
Copy full SHA for f33d778 - Browse repository at this point
Copy the full SHA f33d778View commit details
Commits on Oct 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 91ae19b - Browse repository at this point
Copy the full SHA 91ae19bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1fab9c - Browse repository at this point
Copy the full SHA c1fab9cView commit details -
[wasm] Implement next part of PackedSimd class (#76539)
* [wasm] Implement next part of PackedSimd class Also make the class public. The API review issue #53730 (comment) * Use OP_XOP_X_X_X for PackedSimd.Dot * Use XREG return for swizzle and shuffle * Add doc comments to PackedSimd class * Move comment to the right place
Configuration menu - View commit details
-
Copy full SHA for c325a5a - Browse repository at this point
Copy the full SHA c325a5aView commit details -
[main] Update dependencies from dotnet/llvm-project dotnet/icu dotnet…
…/xharness dotnet/emsdk (#76679) [main] Update dependencies from dotnet/llvm-project dotnet/icu dotnet/xharness dotnet/emsdk
Configuration menu - View commit details
-
Copy full SHA for 9917145 - Browse repository at this point
Copy the full SHA 9917145View commit details -
JIT: Preference locals away from PUTARG_REG killed registers (#76671)
If we see uses of locals between PUTARG_REG and the corresponding CALL node, then preference those intervals to not be allocated into the already placed register. Doing so will otherwise force a spill. To do this effectively we only need to look at dying locals. If the local is not dying between the PUTARG_REG and CALL then it either does not have a use after the PUTARG_REG, or it has a use after the CALL and will be callee-saved register preferenced anyway.
Configuration menu - View commit details
-
Copy full SHA for 5aa3f81 - Browse repository at this point
Copy the full SHA 5aa3f81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f015ec - Browse repository at this point
Copy the full SHA 0f015ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 957f76f - Browse repository at this point
Copy the full SHA 957f76fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 6367772...957f76f