Merge pull request #14573 from CarolEidt/Fix13751
[platform/upstream/coreclr.git] / src /
2017-10-19 Carol EidtMerge pull request #14573 from CarolEidt/Fix13751
2017-10-19 Andy AyersJIT: optimize stelem (ref) like we optimize stelem...
2017-10-19 mikednIfdef out legacy uses of GT_ASG_op (#14384)
2017-10-19 Stephen ToubFix BinaryWriter/Reader span parameter names (#14577)
2017-10-19 Jan KotasAllow both CORINFO_FLG_INTRINSIC and CORINFO_FLG_JIT_IN...
2017-10-18 Bruce ForstallMerge pull request #14572 from sdmaclea/PR-ARM64-SIMD...
2017-10-18 Carol EidtFix multiple issues in LSRA for TYP_DOUBLE:
2017-10-18 Steve MacLean[Arm64] Add instructions needed by SIMD
2017-10-18 Michelle McDanielMerge pull request #14554 from adiaaida/reenablePGOLinux
2017-10-18 Jan KotasImprove thread statics performance (#14560)
2017-10-18 Carol EidtMerge pull request #14547 from CarolEidt/Fix14539
2017-10-18 Sergey Andreenkoformat spmi sources. (#14545)
2017-10-17 Brian SullivanMerge pull request #14553 from briansull/fix-warn
2017-10-17 Carol EidtArm64: Use op2 type for LOCKADD
2017-10-17 Brian SullivanFix for x86 desktop build
2017-10-17 Stephen ToubMerge pull request #14541 from stephentoub/taskbeginwait
2017-10-17 Justin Van PattenGetEnvironmentVariable: Avoid StringBuilder marshaling...
2017-10-17 Koundinya VeluriCLRLifoSemaphore cleanup (#14535)
2017-10-17 Stephen ToubAvoid TaskWaitBegin/End events in Task.Wait on already...
2017-10-17 Bruce ForstallMerge pull request #14493 from alpencolt/armel-cross...
2017-10-17 Bruce ForstallMerge pull request #14334 from BruceForstall/AddTestEnv...
2017-10-17 Sergey Andreenkomove ReplaceWith to cpp
2017-10-17 Sergey AndreenkoRefactor CopyFrom
2017-10-17 Sergey Andreenkoadd check that each tree in the method has its own...
2017-10-17 Sergey Andreenkoextract fgDebugCheckStmtsList
2017-10-17 Stephen ToubMerge pull request #14537 from dotnet-maestro-bot/maste...
2017-10-17 Viktor HoferMerge pull request #14311 from ViktorHofer/Serializatio...
2017-10-17 Sujin Kim[RyuJIT/ARM32] Add the optimization case on CreateDicti...
2017-10-17 Alexander Soldatov[RyuJIT/armel] cross build armel on x86 host.
2017-10-17 Sergey Andreenkoprotect strlen from nullptr (#14533)
2017-10-17 Carol EidtMerge pull request #14350 from CarolEidt/LsraInfoCleanup
2017-10-17 Stephen ToubMerge pull request #14527 from stephentoub/timer_partition
2017-10-17 Aditya MandaleekaMerge pull request #14529 from adityamandaleeka/r2r_exc...
2017-10-17 Brian SullivanMerge pull request #14501 from briansull/FitsIn
2017-10-17 Sergey AndreenkoFix optEarlyPropRewriteTree (#14480)
2017-10-16 Roman ArtemevFixed stack probing for RHEL 6.9 (Linux kernel 2.6...
2017-10-16 Brian SullivanUpdated GenTree::IsIntCnsFitsInI32() tio use FitsInI32()
2017-10-16 Aditya MandaleekaFix deadlock caused by R2R method info lookups during...
2017-10-16 Noah FalkFix stepping with tiered jitting
2017-10-16 Brian SullivanMerge branch 'master' into FitsIn
2017-10-16 William GodbeMerge pull request #14522 from dotnet/wtgodbe-patch-1
2017-10-16 Brian SullivanReview feedback changes
2017-10-16 Sergey Andreenkospill GT_RET_EXPR inside fat calli candidates. (#14520)
2017-10-16 Jan KotasDelete dead code (#14521)
2017-10-16 Carol EidtPR Feedback
2017-10-16 Stephen ToubAddress PR feedback
2017-10-16 Viktor HoferAdjusting field name changes in native code
2017-10-16 Stephen ToubChange Task.Delay to use TimerQueueTimer instead of...
2017-10-16 Stephen ToubQueue TimerQueueTimer directly to ThreadPool
2017-10-16 Stephen ToubReduce Timer lock contention
2017-10-16 Brian SullivanMerge branch 'master' into FitsIn
2017-10-16 Michelle McDanielMerge pull request #14519 from adiaaida/fixThroughputScript
2017-10-16 Sergey AndreenkoForbid to clone GT_RET_EXPR (#14495)
2017-10-16 Justin Van PattenEnvironment.SystemDirectory: Avoid StringBuilder overhe...
2017-10-14 dotnet botDelete contract annotations (dotnet/corert#4722) (...
2017-10-14 Justin Van PattenDelete EnvironmentAugments.GetEnvironmentVariables...
2017-10-14 Justin Van PattenRemove temp unsafe stackalloc workarounds for Span...
2017-10-14 Justin Van PattenDelete unnecessary Debug.Assert (#14504)
2017-10-14 Brian SullivanMerge pull request #14465 from sdmaclea/PR-ARM64-DUP...
2017-10-14 Stephen ToubAdd EventSource event for dropped async state machines...
2017-10-14 Brian SullivanUse IsIntCnsFitsIn8
2017-10-14 Jan KotasMerge pull request dotnet/corert#4719 from dotnet/nmirror
2017-10-13 Andy AyersOptimize type casts (#14420)
2017-10-13 Carol EidtFix handling of SIMD12
2017-10-13 Hanjoung LeeFix compile error with crossgen CreatePDB on Unix ...
2017-10-13 Jonghyun ParkAllow not to build SOS.NETCore.dll (#14404)
2017-10-13 Carol EidtMerge pull request #14466 from sdmaclea/PR-Fix-14464
2017-10-13 Jan KotasMerge pull request #14380 from dotnet-maestro-bot/maste...
2017-10-12 Brian SullivanMerge pull request #14440 from briansull/needs-reloc
2017-10-12 William GodbeMerge pull request #14457 from wtgodbe/FixTestAndPublish
2017-10-12 Jan KotasFix Linux x86 break (#14461)
2017-10-12 Noah FalkFix #14418 (#14419)
2017-10-12 Noah FalkAdd more debug logging to tiered compilation manager...
2017-10-12 Noah FalkFix #14427 (#14429)
2017-10-12 Steve MacLean[ARM64] Fix INS_dup DV_2D encoding
2017-10-12 Brian SullivanMerge branch 'master' into needs-reloc
2017-10-12 Brian SullivanAdjust whitespace for clang format
2017-10-12 mikednGenerate xorps instead of xorpd (#14385)
2017-10-12 Jan KotasSimplify SSE2 check for RyuJIT/x86 (#14432)
2017-10-12 Brian SullivanRefactor code for constant handles that reference opts...
2017-10-11 William GodbeMerge pull request #14437 from wtgodbe/IdentityPackages
2017-10-11 wtgodbeOnly produce identity packages on Windows
2017-10-11 Noah FalkMerge pull request #14422 from noahfalk/fix_14421
2017-10-11 Noah FalkMerge pull request #14430 from noahfalk/fix_14428
2017-10-11 Noah FalkMerge pull request #14424 from noahfalk/fix_14423
2017-10-11 Jan KotasDelete !FEATURE_IMPLICIT_TLS (#14398)
2017-10-11 Carol EidtCleanup of Lowering & LsraInfo
2017-10-11 noahfalkFix #14428
2017-10-11 noahfalkFix #14423
2017-10-11 noahfalkFix 14421
2017-10-11 William GodbeMerge pull request #13795 from wtgodbe/PublishPlayground
2017-10-11 wtgodbeProof-of-concept of using new Publish infra in coreclr
2017-10-11 Jan KotasAdd CompareInfo.Invariant.cs to shared corelib partition
2017-10-10 Tom DeseynFix AllocationTick_V3 depending on _V2 to be enabled...
2017-10-10 Sergey Andreenkodo not spill stack after CEE_NEWARR and CEE_NEWOBJ...
2017-10-10 Jan KotasMove CompareInfo.cs to shared corelib partition (#14407)
2017-10-10 Vance MorrisonTurn on source link support (#14399)
2017-10-10 Andy AyersJIT: improve type equality opts for generic and prejitt...
2017-10-10 Stephen ToubMerge pull request #14394 from stephentoub/undo_strcomp
2017-10-09 Viktor HoferMaking more exceptions serializable
next