Update CoreClr to preview1-26014-09 (#15531)
[platform/upstream/coreclr.git] / src /
2017-12-15 dotnet botFixing build by casting IntPtr to nint. (#15530)
2017-12-14 Jarret ShookMerge pull request #15448 from jashook/rebase_dutw
2017-12-14 Ahson KhanAdding Unsafe API Add nuint that is used by SpanHelpers...
2017-12-14 Jan KotasChange non-exclusive Check postconditions to null check...
2017-12-14 Egor ChesakovMerge pull request #15479 from echesakovMSFT/FixTargetA...
2017-12-14 Jan KotasMerge pull request #15517 from dotnet/revert-15498...
2017-12-14 dotnet botMerge pull request dotnet/corert#5109 from dotnet/nmirr...
2017-12-14 Bruce ForstallMerge pull request #15504 from BruceForstall/CleanupAlt...
2017-12-14 Jan KotasMerge pull request #15516 from jkotas/revert
2017-12-14 Jan KotasRevert " Revert "[Local GC] Move knowledge of overlappe...
2017-12-14 Jan KotasRevert "Add optional integer offset to OwnedMemory...
2017-12-14 Ahson KhanRefactor Unsafe.cs to get it more in sync with CoreRT...
2017-12-14 Carol EidtMerge pull request #15483 from CarolEidt/LsraDoc
2017-12-13 Tanner GoodingMerge pull request #15456 from tannergooding/math-api
2017-12-13 Carol EidtMerge pull request #15424 from fiigii/char
2017-12-13 Fei Pengget rid of TYP_CHAR
2017-12-13 Fei Pengcompare type size instead of var_types
2017-12-13 Tanner GoodingAdding valuenum support for acosh, asinh, atanh, and...
2017-12-13 Tanner GoodingAdding some PAL tests for acosh, asinh, atanh, and...
2017-12-13 Tanner GoodingUpdating the PAL layer to support acosh, asinh, atanh...
2017-12-13 Tanner GoodingAdding support for Acosh, Asinh, Atanh, and Cbrt to...
2017-12-13 Carol EidtMerge pull request #15244 from fiigii/vector
2017-12-13 Bruce ForstallMerge pull request #15500 from mikedn/const-tree
2017-12-13 Ahson KhanAdding Unsafe APIs that are used by System.Memory ...
2017-12-13 Steve MacLean[Arm64/Linux] PAL_GetJitCpuCapabilityFlags() (#15447)
2017-12-13 Mike DanesMake GenTree::AsX, gtGetOp1 and gtGetOp2 const
2017-12-13 Jan KotasMerge pull request #15498 from swgillespie/asyncpin...
2017-12-13 Fei PengEnable Vector128/256<T> and Add intrinsics
2017-12-13 Bruce ForstallMerge pull request #15134 from BruceForstall/MakeRyuJIT...
2017-12-13 Sean GillespieRevert "[Local GC] Move knowledge of overlapped I/O...
2017-12-13 Sean GillespieRevert "Cast lp1 to the ScanContext; lp2 is a function...
2017-12-13 Brian SullivanMerge pull request #15475 from briansull/issue-15412
2017-12-13 Bruce ForstallMake RyuJIT/arm32 the default arm32 JIT
2017-12-13 Bruce ForstallMerge pull request #15489 from BruceForstall/DisableFai...
2017-12-12 Brian SullivanFix for issue 15412
2017-12-12 Tomas Weinfurtmake coreclr buildable on FreeBSD again (#15480)
2017-12-12 Brian RobbinsDon't create the sampling thread if the threadtime...
2017-12-12 Fei PengAdd SPMI for getTypeForPrimitiveNumericClass
2017-12-12 Carol EidtMerge pull request #15487 from mikedn/doc-use-asg
2017-12-12 Jan KotasCorrect sizeToCommit rounding (#15485)
2017-12-12 Egor ChesakovUse macro _countof instead of explicit sizeof(arr)...
2017-12-12 Egor ChesakovRemove undefined and unused getPersonalityValue functio...
2017-12-12 sergey ignatovAdded comment to explicit number (#15484)
2017-12-12 Bruce ForstallMerge pull request #15454 from mikedn/lower-cmp-minopts
2017-12-12 Bruce ForstallMerge pull request #15452 from BruceForstall/FixAddOvfl
2017-12-12 Ben AdamsMake EventCacheKey IEquatable (#15470)
2017-12-12 Bruce ForstallMerge pull request #15478 from BruceForstall/FixArmLocalloc
2017-12-12 Bruce ForstallMerge pull request #15481 from BruceForstall/FixTimeout...
2017-12-12 Sergey Andreenkofix CoreCLR build errors with clang5.0. (#15477)
2017-12-12 Bruce ForstallDo not optimize flags-setting add
2017-12-11 Bruce ForstallFix arm/arm64 localloc
2017-12-11 Bruce ForstallMerge pull request #15332 from sdmaclea/PR-ARM64-SIMDIn...
2017-12-11 Sergey Andreenko[RyuJit][x86] another forgotten case with unused flag...
2017-12-11 Bruce ForstallMerge pull request #15402 from sdmaclea/PR-ARM64-ISA...
2017-12-11 Bruce ForstallMerge pull request #15450 from BruceForstall/DisableFin...
2017-12-11 Ben AdamsDictionary Initalize CQ (#15461)
2017-12-11 Ben AdamsImprove Dict.Clear CQ (#15459)
2017-12-09 Mike DanesDisable LowerCompare optimizations in minopts
2017-12-08 Ben AdamsTweak Resize
2017-12-08 Ben AdamsAdd scope prefix for class vars
2017-12-08 Jarret ShookMerge pull request #15445 from jashook/arm_archive_obj
2017-12-08 Andy AyersJit: fix long shift helper for overly long shift counts...
2017-12-08 Steve MacLean[Arm64] SIMDIntrinsicGetItem contain mem op1
2017-12-08 Egor ChesakovFix typo `_TARGET_ARM` to `_TARGET_ARM_`. This happens...
2017-12-08 Steve MacLean[Arm64] Define ISA feature flags
2017-12-08 Konstantin BaladurinFix uaf in DestroyThread function. (#15437)
2017-12-08 Bruce ForstallMerge pull request #15439 from BruceForstall/FixTimeout
2017-12-08 Ahson KhanAdd optional integer offset to OwnedMemory Pin (#15410)
2017-12-08 Ahson KhanAdd GetReference and TryGetArray to MemoryMarshal ...
2017-12-08 Bruce ForstallMerge pull request #15342 from BruceForstall/FixLongNeg
2017-12-08 Bruce ForstallMerge pull request #15407 from BruceForstall/ReduceArmG...
2017-12-08 Sean GillespieCast lp1 to the ScanContext; lp2 is a function pointer...
2017-12-08 Ben AdamsExternalize exception boxing (#15418)
2017-12-08 Carol EidtMerge pull request #15400 from CarolEidt/Fix15325
2017-12-07 Tom DeseynDon't change SIGINT/SIGQUIT handling when they are...
2017-12-07 Andy AyersJIT: fix remorph assert in cast long shift optimization...
2017-12-07 Fei Pengnew intrinsic type support (#15340)
2017-12-07 Anirudh AgnihotryNull Check added to GetFullPath Function in Unix (...
2017-12-07 Bruce ForstallMerge pull request #15385 from BruceForstall/EnableGcst...
2017-12-06 Carol EidtFix GT_FIELD_LIST double passed as int
2017-12-06 Bruce ForstallMerge pull request #15388 from BruceForstall/NoLongRunn...
2017-12-06 Bruce ForstallMerge pull request #15387 from BruceForstall/FixArmTesting
2017-12-06 Anirudh AgnihotryAddress PR feedback for change adding key to KeyNotFoun...
2017-12-05 Steve MacLean[Arm64] Enable SIMD (#14633)
2017-12-05 Stephen ToubRemove old methods using string format (#15363)
2017-12-05 Jon HannaHave a Type.IsConvertible property. (#15365)
2017-12-03 Zhukov MaximRename the method FloorLog2 to be more clear & fix...
2017-12-02 Andy AyersJIT: defer removing statements during opt CSE (#15323)
2017-12-02 Jan KotasDelete sortversioning.cpp/h (#15345)
2017-12-02 Bruce ForstallFix NEG decomposition to mark instructions that set...
2017-12-01 Carol EidtMerge pull request #15315 from CarolEidt/Fix14548
2017-12-01 Stephen ToubImprove throughput of String.Split(char / char[], ...
2017-12-01 Carol EidtMerge pull request #15190 from sdmaclea/PR-ARM64-IsCont...
2017-12-01 Bruce ForstallMerge pull request #15281 from sdmaclea/PR-ARM64-Fix...
2017-12-01 Bruce ForstallMerge pull request #15270 from sdmaclea/PR-ARM64-JITSTR...
2017-12-01 Andy AyersJIT: handle boundary cases for casts of long shifts...
2017-12-01 Bruce ForstallMerge pull request #15262 from sdmaclea/PR-ARM64-JITSTR...
2017-12-01 Bruce ForstallMerge pull request #15275 from sdmaclea/PR-ARM64-SIMD...
2017-12-01 Bruce ForstallMerge pull request #15311 from BruceForstall/FixArmFlow...
2017-12-01 Stephen ToubMerge pull request #15317 from dotnet-bot/from-tfs
next