Merge pull request #15069 from stephentoub/coreclrnumbershared
[platform/upstream/coreclr.git] / src /
2017-11-19 Jan KotasMerge pull request #15069 from stephentoub/coreclrnumbe...
2017-11-18 Stephen ToubUse TryFormat in StringBuilder
2017-11-18 Stephen ToubAdd TryFormat methods to {S}Byte, {U}Int16/32/64, and...
2017-11-18 Stephen ToubChange FormatFixed to avoid bounds checks
2017-11-18 Stephen ToubRemove now dead code from managed parsing/formatting.
2017-11-18 Stephen ToubImprove performance of managed formatting code
2017-11-18 Stephen ToubMove integer parsing/formatting logic to shared
2017-11-18 Jan KotasDelete unused Thread::YieldTask (#15091)
2017-11-18 David NissimoffFix #15057 MemoryStream.CopyToAsync calls Write / Write...
2017-11-18 Jan KotasFix up ConfiguredValueTaskAwaitable signature for new...
2017-11-17 David Masonfix for il to native mapping etw events (#15038)
2017-11-17 Fei PengGeneric hardware intrinsics throw exception for non...
2017-11-17 Sergey AndreenkoDo not check stmts after the tail call candidate if...
2017-11-16 Sergey Andreenkofix format (#15064)
2017-11-16 Brian SullivanMerge pull request #15063 from dotnet-bot/from-tfs
2017-11-16 dotnet-botFix desktop build breaks.
2017-11-16 Sergey AndreenkoFix 14455: _opt_relrotarg_valref test failure on amd64...
2017-11-16 Sergey Andreenkodon't use Compiler:: if we are currently in this namesc...
2017-11-16 Jonathan DickinsonHashCode based on xxHash32 (#14863)
2017-11-16 Ivan CronynAdded EmitCalli overload (#15040)
2017-11-15 mikednImprove SSA dominator computation memory usage (#14965)
2017-11-15 JC AguileraMerge pull request #15031 from dotnet-maestro-bot/maste...
2017-11-15 Bruce ForstallMerge pull request #15039 from fiigii/fix
2017-11-15 Victor "Nate" GrafFire tracepoints for methods with no template (#14987)
2017-11-15 Ahson KhanAdding null check for implicit cast from array/arrayseg...
2017-11-15 Sergey AndreenkoDelete move to return spill in the implicit tail call...
2017-11-15 Fei PengFix #15035
2017-11-15 Zhukov MaximRemove out-of-use method and properties from appdomain...
2017-11-15 Tarek Mahmoud SayedEnable Globalization Invariant mode using Environment...
2017-11-15 Sergey Andreenkomove fgFixupStructReturn (#14966)
2017-11-14 Andy AyersJIT: look through GT_RET_EXPR when forming inline candi...
2017-11-14 Carol EidtMerge pull request #15014 from fiigii/vexencoding
2017-11-14 Jarret ShookMerge pull request #15026 from jashook/re_add_arm64_stress
2017-11-14 Carol EidtMerge pull request #14914 from CarolEidt/Fix14665
2017-11-14 Tomas Weinfurtsmall changes to get coreclr building on FreeBSD again...
2017-11-14 Fei PengChange VEX-encoding selection to avoid AVX-SSE transiti...
2017-11-14 Bruce ForstallMerge pull request #15017 from BruceForstall/DisableArm...
2017-11-14 Ahson KhanAdd object null checks in Memory<T> APIs to support...
2017-11-14 Jan KotasFix CppCodeGen break with latest XCode (dotnet/corert...
2017-11-14 Carol EidtMerge pull request #14929 from sdmaclea/PR-ARM64-SIMD...
2017-11-14 Carol EidtMerge pull request #14934 from sdmaclea/PR-ARM64-SIMD...
2017-11-14 Carol EidtMerge pull request #14975 from sdmaclea/PR-SIMD-genSIMD...
2017-11-14 Carol EidtMerge pull request #14976 from sdmaclea/PR-SIMD-genCode...
2017-11-14 Ahson KhanAdding Memory CopyTo APIs (#15010)
2017-11-14 Brian SullivanMerge pull request #15018 from dotnet-bot/from-tfs
2017-11-14 Carol EidtMerge pull request #14944 from sdmaclea/PR-ARM64-SIMD...
2017-11-14 Bruce ForstallMerge pull request #14953 from mikedn/ssa-mem-track
2017-11-13 Jarret ShookMerge pull request #14970 from jashook/better_smarty_ar...
2017-11-13 Brian SullivanMerge pull request #14988 from briansull/fix-523532
2017-11-13 Bruce ForstallMerge pull request #14921 from BruceForstall/EnableRyuJ...
2017-11-13 Jan KotasMerge pull request dotnet/corert#4918 from dotnet/nmirror
2017-11-13 Jarret ShookMerge pull request #14984 from jashook/add_new_publish_vars
2017-11-13 jashookUse new publish vars
2017-11-13 dotnet-botfix DevDiv521437
2017-11-13 Sergey Andreenkocheck that VM set pAddr == nullptr (#15003)
2017-11-13 Bruce ForstallEnable RyuJIT/arm32 crossgen compilation of S.P.C.dll
2017-11-13 Stephen ToubFix sempahore spinning fix (#15002)
2017-11-12 Michal StrehovskýPort https://github.com/dotnet/coreclr/pull/13148 to...
2017-11-12 Michal StrehovskýAllow non-abstract non-public interface methods in...
2017-11-12 Carol EidtARMARCH: no cascaded adds in addr mode
2017-11-11 Stefan NikoleiRemove unnecessary Exception._exceptionMethodString...
2017-11-11 Jan KotasFix implementation of GCToOSInterface::VirtualCommit...
2017-11-11 Brian SullivanFix VSO 523532 - Possible mismatch in size on GT_EQ...
2017-11-10 Brian SullivanMerge pull request #14973 from sdmaclea/PR-ARM64-VECTOR...
2017-11-10 Steve MacLean[Arm64] Do not change vector load register size
2017-11-10 Steve MacLean[ARM64] SIMD genCodeForStoreLclVar zero init
2017-11-10 Steve MacLean[ARM64] genSIMDIntrinsicInit contain 0
2017-11-10 JC AguileraMerge pull request #14974 from jcagme/master
2017-11-10 Juan Carlos Aguile... Removing retry parameters since they are not used anymore
2017-11-10 Adrian GodongAdded UnixEpoch to DateTime and DateTimeOffset. (#14648)
2017-11-10 Steve MacLean[ARM64] SIMD Partial Callee Save SIMD12
2017-11-10 Joseph TremouletMerge pull request #14708 from mikedn/rc-ssa
2017-11-09 Steve MacLean[Arm64] SIMD genMultiRegCallStoreToLocal
2017-11-09 Steve MacLean[Arm64] SIMD genStructReturn
2017-11-09 Jarret ShookMerge pull request #14961 from jashook/arm64_windows_nt...
2017-11-09 Mike DanesChange RangeCheck to use the available SSA data
2017-11-09 Sean Gillespie[Local GC] Unify background GC thread and server GC...
2017-11-09 Wes HaggardMerge pull request #14882 from 4creators/cleanall
2017-11-09 Vance MorrisonMerge pull request dotnet/corefx#25092 from brianrob...
2017-11-09 Mike DanesTrack actual SSA memory usage
2017-11-09 Jarret ShookMerge pull request #14722 from jashook/arm64_windows_nt...
2017-11-09 Bruce Forstall[RyuJIT/arm32] Fix GC hole in address mode generation...
2017-11-09 Stephen ToubMerge pull request #14906 from stephentoub/add_memory_s...
2017-11-09 Bruce ForstallMerge pull request #14918 from BruceForstall/NoLegacyUn...
2017-11-09 Carol EidtMerge pull request #14935 from sdmaclea/PR-ARM64-SIMD...
2017-11-09 Stephen ToubAdd foreach support to Span<T> and ReadOnlySpan<T>...
2017-11-08 Brian SullivanMerge pull request #14912 from briansull/add-b124443
2017-11-08 Ahson KhanAdding placeholder Span debugger proxy (#14749)
2017-11-08 Wes HaggardMerge pull request #14942 from jcagme/master
2017-11-08 Juan Carlos Aguile... Adding IsPublic to CreateAzureContainer
2017-11-08 Jan KotasAdd missing license header (#14936)
2017-11-08 Karthik RajasekaranIncrease retry attempts in publish (#14940)
2017-11-08 Carol EidtMerge pull request #14928 from sdmaclea/PR-ARM64-SIMD...
2017-11-08 JC AguileraMerge pull request #14937 from jcagme/master
2017-11-08 Steve MacLean[ARM64] SIMD genCodeForLclFld
2017-11-08 Carol EidtMerge pull request #14861 from sdmaclea/PR-ARM64-SIMD...
2017-11-08 Andy AyersJIT: make suitably optimistic prejit inline assessments...
2017-11-08 Steve MacLean[Arm64] SIMD genPutArgStk
2017-11-08 Stephen ToubAdd MemoryMarshal.AsMemory
2017-11-08 Stephen ToubAdd string support to ReadOnlyMemory<char>
next