One more reverted change in PR
[platform/upstream/coreclr.git] / src /
2018-03-02 Juan Carlos Aguile... Merge branch 'master' of https://github.com/dotnet...
2018-03-02 Carol EidtMerge pull request #16715 from fiigii/fixmovemask
2018-03-02 Sergey Andreenko[RyuJit] fix clang switch warning (#16693)
2018-03-02 Fei Pengfix a bad marge
2018-03-02 Bruce ForstallMerge pull request #16703 from BruceForstall/Generalize...
2018-03-02 Mike McLaughlinFix !threads -special spurious error message (#16701)
2018-03-02 Carol EidtMerge pull request #16646 from fiigii/insertextract
2018-03-02 Michal StrehovskýWork around MCG bug around `ref char` marshalling ...
2018-03-02 Egor ChesakovMerge pull request #16617 from echesakovMSFT/UseCodeTTy...
2018-03-02 Carol EidtMerge pull request #16669 from tannergooding/hwintrin...
2018-03-02 Anirudh AgnihotryFixing GetFullPath (#16670)
2018-03-02 Eric ErhardtVectorize String.IndexOf(char) and String.LastIndexOf...
2018-03-02 Tarek Mahmoud SayedFix Adar month name in Hebrew calendar (#16697)
2018-03-01 Brian SullivanMerge pull request #16668 from briansull/simd-ins-opt
2018-03-01 Ben Adams1-base Dictionary buckets to reduce initalization
2018-03-01 Ben AdamsUse EqualityComparer<TKey>.Default Intrinsic
2018-03-01 Ben AdamsImprove Dictionary TryInsert CQ
2018-03-01 Ben AdamsImprove Dictionary FindEntry CQ
2018-03-01 Stephen ToubChange several ValueTask properties to methods (#16691)
2018-03-01 Fei PengImplement SSE4.1 insert and extract
2018-03-01 Ahson Khan Move MemoryExtensions.TryGetString to MemoryMarshal...
2018-03-01 Ahson KhanRemove Span.NonGenerics and update leftover AsRoS ...
2018-03-01 Fei PengUpdate 64-bit intrinsics and simplify SSE/SSE2 intrinsic
2018-03-01 Egor ChesakovMerge pull request #16660 from echesakovMSFT/UseTarget6...
2018-03-01 Egor ChesakovDefine emitter::code_t for _TARGET_ARM_ and use this...
2018-03-01 Tanner GoodingAdding support for additional AVX hardware intrinsics
2018-03-01 Stephen ToubAdjust System.Threading.Tasks.Extensions for IValueTask...
2018-03-01 mikednImprove MemoryMarshal.Cast (#16659)
2018-03-01 Jan KotasAdd back argument check for TypeForwardedFromAttribute...
2018-03-01 Stephen ToubFix build break in System.Memory due to incorrect XML...
2018-03-01 Stephen ToubMerge pull request #16618 from stephentoub/valuetaskext...
2018-03-01 Jeremy KuhneRemove span helpers, use mirrored PathInternal helper...
2018-03-01 Jeremy KuhneFix GetPathRoot issues (dotnet/corefx#27572)
2018-03-01 Mandar SahasrabuddheEdits to fix conflicts in generated Vector.cs file...
2018-03-01 Tanner GoodingImplementing the SSE2 MaskMove intrinsic
2018-03-01 Luqun LouRelease memory correctly during ComCallWrapperTemplate...
2018-03-01 Egor ChesakovRemove ConvertILOnlyPE32ToPE64 and ConvertILOnlyPE32ToP...
2018-03-01 Stephen ToubMove IValueTaskSource and friends to System.Threading...
2018-03-01 Stephen ToubAdd token to IValueTaskSource
2018-03-01 Stephen ToubImplement ValueTask extensibility
2018-03-01 Egor ChesakovReplace sizeof(LPVOID)==4 with #ifdef _TARGET_64BIT_...
2018-03-01 Egor ChesakovReplace ambiguous _WIN64 and BIT64 with _TARGET_64BIT_...
2018-03-01 Jan KotasDelete unnecesary StackCrawlMarks (#16648)
2018-03-01 Brian SullivanRefactor the signature of genGetSimdInsOpt to use emitAttr
2018-02-28 Brian SullivanMerge pull request #16657 from debayang/crypto_arm64_in...
2018-02-28 Tanner GoodingSet isInternalRegDelayFree for several of the x86 hwint...
2018-02-28 Bruce ForstallMerge pull request #16538 from sdmaclea/PR-ARM64-R2R_FAIL
2018-02-28 Atsushi KanamoriAdd the array/arraysegment->Span/Memory overloads to...
2018-02-28 Egor ChesakovMerge pull request #16531 from echesakovMSFT/MakeTarget...
2018-02-28 Debayan GhoshARM64 SHA256 Crypto intrinsics implementation
2018-02-28 Debayan GhoshARM64 SHA1 Crypto intrinsics implementation
2018-02-28 Andy AyersMark MemoryMarshal.Cast methods for aggressive inlining...
2018-02-28 Jan KotasAdd Thread.GetCurrentProcessorId() API (#16650)
2018-02-28 Tanner GoodingAdding some asserts that we won't overwrite one of...
2018-02-28 Tanner GoodingAdding partial support for the SSE41 hardware intrinsics
2018-02-28 Debayan GhoshARM64 Aes Crypto intrinsics implementation
2018-02-28 Carol EidtMerge pull request #16599 from fiigii/fixstaticcast
2018-02-28 Fei PengFix StaticCast with NotSupportedException
2018-02-28 Jeremy KuhneAdd Path.Join() methods. (#16561)
2018-02-28 Rex MorganFixing lambda capture unused errors. (#16555)
2018-02-28 Anirudh AgnihotryTests For GetPathRoot and Enabling NormalizeDirectorySe...
2018-02-28 Jan KotasUse the same default value of MarshalAs.IidParamIndex...
2018-02-28 Brian SullivanMerge pull request #16637 from dotnet-bot/from-tfs
2018-02-28 Brian SullivanMinimal Fix for the incorrect rangecheck elimination...
2018-02-27 Anirudh AgnihotryBug in GetFullPath(basePath, Path) (#16598)
2018-02-27 Brian SullivanMerge pull request #16533 from briansull/default-fill
2018-02-27 Stephen ToubChange new ThreadPool.QueueUserWorkItem method to be...
2018-02-27 Adam SitnikEvent pipe guid in metadata (#16316), fixes #16105
2018-02-27 Brian SullivanImplement JitDefaultFill
2018-02-27 Sergey Andreenkoadd PHASE_COMPUTE_REACHABILITY (#16574)
2018-02-27 crntnDebugger FIFO pipes are created in TMPDIR if defined...
2018-02-27 Ahson KhanAdd MemoryExtensions to CoreLib along with necessary...
2018-02-27 Egor ChesakovMerge pull request #16514 from echesakovMSFT/UseTargetP...
2018-02-27 Fei PengUpdate the table-driven framework to support x86 imm...
2018-02-27 Ben AdamsFix ascii range check (#16535)
2018-02-27 Egor ChesakovDefine _TARGET_64BIT_ macro if not defined when _TARGET...
2018-02-26 Stephen ToubAvoid async method caching of a 0 decimal task (#16588)
2018-02-26 Egor ChesakovReplace sizeof(void*)-like expressions with TARGET_POIN...
2018-02-26 Mike McLaughlinFixed mixed mode attach/JIT debugging. (#16552)
2018-02-26 Bruce ForstallMerge pull request #16591 from BruceForstall/FixArmTest...
2018-02-26 Jarret ShookMerge pull request #16396 from jashook/add_separate_bui...
2018-02-26 Jan KotasUse overriden double/float GetHashCode for default...
2018-02-26 Jan KotasDelete dead code
2018-02-26 Jan KotasDelete redundant (RuntimeType) casts
2018-02-26 Jan KotasDelete redundant int pcaCount intializations
2018-02-26 Jan KotasFix GetCustomAttribute API for DllImportAttribute pseud...
2018-02-25 Jan KotasDelete printing of security transparency in SOS (#16560)
2018-02-25 Jan KotasFixed NaN's GetHashCode and Equals invariant issue...
2018-02-25 Jeremy KuhneFix path issues (#16554)
2018-02-24 kasper3Return empty array if length is zero (#16529)
2018-02-24 Petar PetrovFix calling convention gap in DynamicILGenerator.EmitCa...
2018-02-24 Stephen ToubSuppress "local variable is initialized but not used...
2018-02-24 Sung Yoon WhangAddress more stacktrace print issues (#16525)
2018-02-23 Jeremy KuhneRemove StringBuffer and use ValueStringBuilder (#16512)
2018-02-23 Andy AyersJIT: don't trust field offsets in R2R for nullcheck...
2018-02-23 Jan VorlicekFix preventing memory allocation in signal handler...
2018-02-23 Jan KotasFix build break with older VS versions (#16522)
2018-02-23 Tanner GoodingAdding a TODO-XArch to `Lowering::ContainCheckHWIntrins...
2018-02-23 Tanner GoodingAdding the missing function header comments to hwintrin...
2018-02-23 Jan KotasAsReadOnlySpan -> AsSpan rename to fix build breaks
next