Fix mismatch between new and free in numa.cpp (#15870)
[platform/upstream/coreclr.git] / src /
2018-01-16 Jan VorlicekFix mismatch between new and free in numa.cpp (#15870)
2018-01-16 Jan VorlicekFix Android build (#15868)
2018-01-13 Jan KotasMerge pull request #15855 from jkotas/revert
2018-01-13 Jan KotasRevert "Remove relocations for MethodTable::m_pParentMe...
2018-01-13 Jan KotasMark legacy ByRef-like types as ref in sources (#15846)
2018-01-13 Bruce ForstallMerge pull request #15850 from BruceForstall/FastGCStress
2018-01-13 Bruce ForstallMerge pull request #15822 from BruceForstall/FixWriteBa...
2018-01-13 Anirudh AgnihotryAdded Append(Stringbuilder,int,int) and Append(StringBu...
2018-01-12 Tanner GoodingMerge pull request #15804 from tannergooding/hwintrin...
2018-01-12 Konstantin BaladurinLoaderHeap: remove LHF_ZEROINIT option.
2018-01-12 Konstantin Baladurindllimportcallback: remove code for CallbackOnCollectedD...
2018-01-12 Konstantin BaladurinUMEntryThunk: store freed thunks into FIFO free list
2018-01-12 Konstantin BaladurinImprove UMEntryThunkCode::Poison method.
2018-01-12 Tanner GoodingFixing the hwintrin codgen containment checks
2018-01-12 Tanner GoodingAdding asserts that values are as expected for certain...
2018-01-12 Tanner GoodingAdding basic containment support to the x86 HWIntrinsics
2018-01-12 Jarret ShookMerge pull request #15815 from jashook/fix_helix_publish
2018-01-12 Bruce ForstallMerge pull request #15835 from BruceForstall/FixGCKeepAlive
2018-01-12 Bruce ForstallMerge pull request #15832 from BruceForstall/DisableNoG...
2018-01-11 Carol EidtMerge pull request #15791 from dotnetrt/dstdstsrc
2018-01-11 Jacek Blaszczynski[Infrastructure/Win] Add C++ header files to Visual...
2018-01-11 Jacek Blaszczynskimovhlps categorized as dstdstsrc
2018-01-11 Ben AdamsAllow CALLEE_IS_FORCE_INLINE precedent over CALLEE_DOES...
2018-01-11 dotnet botKeep LowLevelDictionary for CoreRT for now (#15824)
2018-01-11 Ben AdamsImprove performance for Math.Abs (#15823)
2018-01-11 Bruce ForstallFix non-Windows compile error
2018-01-11 Jan KotasFix Obsolete on ReadOnlySpan Equals and GetHashCode...
2018-01-11 Carol EidtMerge pull request #15814 from CarolEidt/FixObj
2018-01-11 Bruce ForstallFix ARM GCStress hole with byref write barrier helper
2018-01-11 Carol EidtFix change to fgMorphBlockOperand
2018-01-10 Victor "Nate" GrafFix incremental build by preventing nonchanging writes...
2018-01-10 Jarret ShookMerge pull request #15784 from fiigii/hwci
2018-01-10 Atsushi KanamoriUnderlying CoreCLR support for new string slicing overl...
2018-01-10 Jan KotasMove System.Globalization.CultureData to shared CoreLib...
2018-01-10 Tarek Mahmoud SayedPort servicing fix (#15802)
2018-01-10 Carol EidtMerge pull request #15724 from sdmaclea/PR-ARM64-VECTOR64
2018-01-09 Anirudh AgnihotryAdds StringBuilder.Equals(ReadOnlySpan<char>) Api ...
2018-01-09 Jacek BlaszczynskiAddress review feedback
2018-01-09 Fei Pengfix corefx/#26230 (#15792)
2018-01-09 Jacek BlaszczynskiRefactor emitter::IsDstDstSrcAVXInstruction function...
2018-01-09 Mike McLaughlinFixed superpmi JIT debugging on desktop build. (#15773)
2018-01-08 Fei PengUpdate Intel hardware intrinsic APIs (#15601)
2018-01-08 Andy AyersJIT: improve return types in cases with spill temps...
2018-01-07 Tanner GoodingMerge pull request #15772 from tannergooding/hwintrin...
2018-01-07 Tanner GoodingUpdating the x86 HWIntrinsic importer to not inline...
2018-01-06 Jan KotasMove types to shared corelib partition (#15768)
2018-01-06 Justin Van PattenCleanup Activator (#15767)
2018-01-06 Brian SullivanMerge pull request #15756 from briansull/fix-15671
2018-01-06 Mike McLaughlinChange just-in-time debugging registry keys. (#15722)
2018-01-06 Sergey AndreenkoARM r2r fix. (#15758)
2018-01-06 Andy AyersJIT: fix decompose long left shift for overshift cases...
2018-01-06 Brian SullivanProposed fix for 15671
2018-01-06 Jan KotasSimplify and unify EnumCalendars interop (#15762)
2018-01-06 Tanner GoodingMerge pull request #15639 from tannergooding/expand...
2018-01-06 Andy AyersJIT: fix issue with inline observations (#15713)
2018-01-06 Brian SullivanMerge pull request #15760 from briansull/fix-budget
2018-01-06 Carol EidtMerge pull request #15716 from CarolEidt/RefactorMinReg...
2018-01-05 Carol EidtRefactor minRegCount and eliminate auto
2018-01-05 Brian SullivanFix issue where the unsigned value used for the the...
2018-01-05 Justin Van PattenCleanup AppDomain (#15748)
2018-01-05 Jan KotasDetect ByRefLike types using attribute (#15745)
2018-01-05 Sergey Andreenkofix COMPlus_JitHalt for arm32. (#15761)
2018-01-05 Justin Van PattenAggregateException: Use StringBuilder.AppendFormat...
2018-01-05 Justin Van PattenUnix: Specify Ordinal comparison in TimeZoneInfo (...
2018-01-05 Justin Van PattenAddress ReflectionTypeLoadException feedback (#15738)
2018-01-05 Justin Van PattenUse string.Contains(char) instead of Contains(string...
2018-01-05 Maryam AriyanAdding EnsureCapacity implementation for Dictionary...
2018-01-05 Sung Yoon WhangRemove duplicate callback to AppDomainCreationFinished...
2018-01-05 Tanner GoodingUpdating Compiler::impIntrinsic to always expand hardwa...
2018-01-04 mikednReset lvIsStructField when removing promoted struct...
2018-01-04 Carol EidtMerge pull request #15726 from CarolEidt/Fix15237
2018-01-04 William GodbeRemove bad assert in Mutex & update error messages...
2018-01-04 dotnet botMerge changes from TFS (#15732)
2018-01-04 Davis GoodinMark all CoreCLR packages as non-shipping (#15725)
2018-01-04 Steve MacLean[Arm64] Add Vector64 HW Intrinsic support
2018-01-04 William GodbeCheck for null in ReflectionTypeLoadException Message...
2018-01-04 Russell CohenFix typo in docstring (#15714)
2018-01-04 Carol EidtKeep OBJ on mismatched struct assignment
2018-01-04 Bruce ForstallMerge pull request #15706 from dotnet-bot/from-tfs
2018-01-04 dotnet botUse the message that the ReflectionTypeLoadException...
2018-01-04 Bruce ForstallMerge pull request #15614 from BruceForstall/AddPushPer...
2018-01-03 Andy AyersFix formatting
2018-01-03 Bruce ForstallMerge pull request #15602 from sdmaclea/PR-HWINT-XARCH-DEP
2018-01-03 Andy AyersSpill the eval stack when storing to a pinned local.
2018-01-03 Davis GoodinPass manifest details to PushToBlobFeed (#15705)
2018-01-03 Carol EidtMerge pull request #15702 from sdmaclea/PR-EOL
2018-01-03 Steve MacLeanNormalize lsra.h line endings
2018-01-03 William GodbePrint Inner Exceptions in ReflectionTypeLoadException...
2018-01-03 Steve MacLean[Arm64] getBaseTypeAndSizeOfSIMDType
2018-01-03 Bruce ForstallMerge pull request #15698 from mikedn/patch-1
2018-01-03 Carol EidtMerge pull request #15699 from CarolEidt/FixFeatureSIMDDesc
2018-01-03 Ben AdamsUse Span to drop byte[1] allocations (#15680)
2018-01-03 Carol EidtFix description of FeatureSIMD
2018-01-02 Carol EidtMerge pull request #15640 from tannergooding/hwintrin...
2018-01-02 Carol EidtMerge pull request #15596 from CarolEidt/RemoveMap
2018-01-02 Victor "Nate" GrafRetry: Enable EventPipe across Unix and Windows (#15611)
2018-01-02 mikednGive a proper VN to GT_BOX (#15666)
2018-01-02 Ben AdamsEncoding: Don't alloc for zero length array (#13794)
2018-01-02 mikednRemove some unnecessary boxing (#15676)
2018-01-01 Bruce Bowyer-SmythReturn StringBuilder back to cache when not making...
next