1. 02 11月, 2022 7 次提交
  2. 01 11月, 2022 24 次提交
  3. 31 10月, 2022 8 次提交
    • E
      Fix inconsistency in Regex infinite timeout usages (#77560) · 30d85939
      Eric Erhardt 提交于
      In the Regex source generator, there is an inconsistency in which "timeout constant" we are comparing against vs. which constant we are setting when the timeout isn't specified.
      
      Fixing it to always use Regex.InfiniteMatchTimeout.
      30d85939
    • N
      [MONO][MARSHAL] Initialize ilgen with a flag (#77448) · 22ecd7e0
      Nathan Ricci 提交于
      Use flag to initilize ilgen, instead of doing it lazily.
      22ecd7e0
    • S
      Fold full-width SIMD-typed indirections (#76745) · 35cb3129
      SingleAccretion 提交于
      * Fold simple SIMD indirs in local morph
      
      * Fix various downstream bugs
      
      We should really delete the SIMD "InitObj" IR form,
      but that change had some unfortunate regressions to
      it, so, for now, just make it work reliably.
      
      * Delete code
      
      * Fix args morphing
      
      Consider a promoted two-field HFA stack argument on ARM64.
      
      This argument needs to be processed by multi-reg morphing,
      so that it is transformed into a FIELD_LIST, otherwise it
      would end up independently promoted yet appear in the IR
      as a LCL_VAR.
      
      That was not happening because the number of stack slots
      consumed by such an argument is 1 (8 bytes), and the number
      of registers is zero (naturally).
      
      As the fix, use the more obviously correct check based
      on "structBaseType" to detect when we need to invoke
      multi-reg morphing.
      
      No diffs.
      35cb3129
    • I
      [wasm][debugger] Support indexing by non-numbers (#76065) · 3d9d78c6
      Ilona Tomkowicz 提交于
      * Partial support with non-refactored approach.
      
      * Refactor of 1d indexing with indexObject.
      
      * More complex test case to check if char cast to int is necessary.
      
      * Typo.
      
      * Refactored indexing with LiteralExpressionSyntax.
      
      * Cleanup.
      
      * Removed a bit of nesting.
      
      * Missing merge change.
      
      * Extracting a local function to get index info.
      
      * Applied remaining changes suggested by @radical.
      
      * Applied @radical's enhancements.
      3d9d78c6
    • M
      [build] Enable CodeQL with TSA (#76751) · f92f3c22
      Mitchell Hwang 提交于
      * [SDL] Enable CodeQL in separate pipeline  with TSA
      
      * Address feedback
      
      * Move CodeQL manual tasks
      
      * [build] Move internal variables to template
      
      * Guard Manual CodeQL tasks with isSourceBuild
      f92f3c22
    • H
      Delete some unused files and functions from clr pal (#77112) · 3dbc850a
      Huo Yaoyuan 提交于
      * Delete unused coreclr\tools\util
      
      * Delete palrt/path.cpp
      
      * Cleanup strsafe.h
      
      * Delete nls.h
      
      * Delete shlwapi.h
      
      * Cleanup shlwapi leftovers
      
      * Delete winnls.h
      
      * Delete wincrypt.h
      
      * Delete weakreference.h
      
      * Delete tchar.h
      
      * Add back wincrypt used in assembly.cpp
      
      * Delete psapi.h
      
      * Remove use of shlwapip.h
      
      * Revert "Delete weakreference.h"
      
      This reverts commit 4990d0344c48abd6fd7b6a83a072e0e1c31e69c1.
      
      * Revert changes in wincrypt.h
      3dbc850a
    • M
    • T
      e6700ea2
  4. 30 10月, 2022 1 次提交