platform/upstream/coreclr.git
2017-12-16 dotnet-maestro-botUpdate CoreClr to preview1-26015-09 (master) (#15550)
2017-12-16 Egor ChesakovClean up clrjit from using sizeof(void*) when meant...
2017-12-16 Ahson KhanReadOnlySpan GetReference returns ref instead of ref...
2017-12-16 Carol EidtMerge pull request #15528 from fiigii/simd32
2017-12-16 dotnet-maestro-botUpdate CoreFx to preview1-26015-09 (#15547)
2017-12-16 Fei PengEnable Vector256<T> with AVX
2017-12-16 Ahson KhanEnabling temporarily disabled tests that call ReadOnlyS...
2017-12-15 Bruce ForstallMerge pull request #15534 from BruceForstall/EnableArmR...
2017-12-15 Viktor HoferMake EventArgs base class serializable (#15541)
2017-12-15 dotnet-maestro-botUpdate CoreClr, CoreFx, PgoData to preview1-26015-05...
2017-12-15 Michal StrehovskýMerge pull request #15370 from MichalStrehovsky/default...
2017-12-15 Bruce ForstallEnable ReadyToRun testing for arm/armlb/arm64
2017-12-15 Ahson KhanChange ReadOnlySpan indexer to return ref readonly...
2017-12-15 Sergey Andreenko[RyuJit][Armel] Do not lose type information (#15449)
2017-12-15 dotnet-maestro-botUpdate CoreClr to preview1-26014-09 (#15531)
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 jashookRemove CoreFX runtest dependency
2017-12-14 dotnet-maestro-botUpdate CoreClr, CoreFx, PgoData to preview1-26014-04...
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 dotnet-maestro-botUpdate CoreClr, CoreFx to preview1-26014-01, preview1...
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-14 Carol EidtLsra Documentation
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 Jan VorlicekEnable Alpine CI (#15502)
2017-12-13 Michal StrehovskýAdd a note the linker bug has been fixed
2017-12-13 dotnet-maestro-botUpdate CoreFx to preview1-26013-06 (#15505)
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 Bruce ForstallGet rid of old -altjitcrossgen argument now that CI...
2017-12-13 dotnet-maestro-botUpdate CoreClr, CoreFx, PgoData to preview1-26013-03...
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 Michal StrehovskýFix formatting and put more things under #if
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 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx to prerelease-02312...
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-13 Brian RobbinsIgnore *.nuget.cache files. (#15496)
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 Bruce ForstallDisable 3 failing ARM tests on Windows
2017-12-12 Fei PengAdd SPMI for getTypeForPrimitiveNumericClass
2017-12-12 Carol EidtMerge pull request #15487 from mikedn/doc-use-asg
2017-12-12 Mike DanesUpdate GTF_VAR_USEASG documentation
2017-12-12 Jan KotasCorrect sizeToCommit rounding (#15485)
2017-12-12 dotnet-maestro-botUpdate BuildTools, PgoData to prerelease-02311-02,...
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 ForstallUp pri-1 timeouts again
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 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, PgoData to prerelea...
2017-12-11 Michelle McDanielFix non-PR perf pipeline job (#15438)
2017-12-11 Ben AdamsDictionary Initalize CQ (#15461)
2017-12-11 Ben AdamsImprove Dict.Clear CQ (#15459)
2017-12-09 Konstantin... Fix build with Asan (#15372)
2017-12-09 Mike DanesDisable LowerCompare optimizations in minopts
2017-12-09 Bruce ForstallDisable finalizertest for ARM
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 jashookArchive the obj directory for arm builds
2017-12-08 Egor ChesakovFix typo `_TARGET_ARM` to `_TARGET_ARM_`. This happens...
next