summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-10-07Remove some dead remoting and context static things (#20277)Austin Wise24-294/+33
2018-10-06Typos (dotnet/corefx#32625)John Doe1-1/+1
2018-10-06JIT: make sure to use normalized type when retyping box temp (#20285)Andy Ayers1-2/+3
2018-10-06Move BinaryPrimitives into coreclr shared source (#20288)Levi Broderick6-0/+876
2018-10-05Improve performance of span-based ToUpper and related APIs (#20275)Levi Broderick4-36/+222
2018-10-05Refactoring of struct promotion code for the future fix. (#20216)Sergey Andreenko4-367/+574
2018-10-05Enable Config-File Based Control of EventPipe (#20238)Brian Robbins8-270/+229
2018-10-05Report instantiation argument in non-virtual interface calls (#20257)Michal Strehovský2-6/+18
2018-10-04Typos (#20271)John Doe10-10/+10
2018-10-05Remove context statics stuff (#20256)Jan Vorlicek24-291/+24
2018-10-05Synchronize access to static variable call_count (#20259)Jonathan Marler1-4/+9
2018-10-05Add printing of LoaderAllocator to MethodTable in SOS (#20255)Jan Vorlicek5-26/+73
2018-10-04R2RDump fixes for dumping method instance entrypoint table (#20243)Tomáš Rylek6-216/+278
2018-10-04Merge pull request #20252 from steveharter/FixIsAssignableFromSteve Harter1-1/+1
2018-10-04Enable thread statics for collectible classes (#19944)Jan Vorlicek13-198/+529
2018-10-04Remove AppDomain unload (#20250)Jan Vorlicek59-4326/+139
2018-10-03Fix compat issue with Type.IsAssignableFromSteve Harter1-1/+1
2018-10-03Merge pull request #20173 from fiigii/retestCarol Eidt1-7/+7
2018-10-03report the entire generation table in EnumWksGlobalMemoryRegions and EnumSvrG...David Mason2-2/+2
2018-10-03Support building cross-architecture components on armel (#20190)Egor Chesakov1-1/+1
2018-10-03Marshal blittable structs via memcpy even if nested within non-blittable stru...Jeremy Koritzinsky1-17/+37
2018-10-03Add MethodImplOptions.AggressiveOptimization and use it for tiering (#20009)Koundinya Veluri16-1795/+1853
2018-10-03Fix X86 disassembly and a bug regarding ExportedTypes in R2RDump (#20230)Tomáš Rylek2-50/+138
2018-10-02Merge pull request #20193 from fiigii/addbcCarol Eidt2-16/+120
2018-10-01Stop updating gtRsvdRegs before LSRA (#20136)mikedn4-120/+7
2018-09-29Improve Guid parsing performance (#20183)Stephen Toub3-526/+307
2018-09-29Simplify SafeBuffer.Initialize implementation (#20198)Jan Kotas1-11/+1
2018-09-28Unify argument verification for Marshal.GetHINSTANCE off-Windows (#20130)Jeremy Koritzinsky2-12/+3
2018-09-28Make `structType` optional in jitEEInterface method `getFieldType`. (#20191)Sergey Andreenko9-19/+25
2018-09-28Avoid allocation in Task.Yield() awaiter (#20186)Stephen Toub1-1/+1
2018-09-28Add pointer overloads for Avx2.BroadcastScalarToVector256Fei Peng2-16/+120
2018-09-28Enable delegate marshalling for collectible types (#20158)Jan Vorlicek2-12/+0
2018-09-28Updating NumberToStringFormat to not print the sign if there are no digits be...Tanner Gooding2-2/+20
2018-09-28Enable BSTR Marshaling Support for x-plat PInvoke (#19766)Luqun Lou12-31/+10
2018-09-28Added transcript of ARMEnabled. (#20181)Alexander Soldatov1-1/+1
2018-09-27Avoid AwaitTaskContinuation allocation in some awaits (#20159)Stephen Toub2-2/+22
2018-09-27Optimize SSE2 intrinsic importationFei Peng1-7/+7
2018-09-27Fix CancellationTokenRegistration.Dispose racing with cancellation (#20145)Stephen Toub1-45/+79
2018-09-27Replace Crst* with CrstStatic for IBCLogger (#20148)Michelle McDaniel4-25/+13
2018-09-26Cross-bitness in VTable Calls (#20137)Egor Chesakov2-3/+9
2018-09-26Do not treat a custom layout as overlapping when trying to inline a struct me...Sergey Andreenko3-56/+38
2018-09-26Merge pull request #20132 from jkoritzinsky/fixes/coreclr/7829Jeremy Koritzinsky1-6/+10
2018-09-26Merge pull request #19939 from mikedn/visit-cmpxchgBruce Forstall1-2/+2
2018-09-26PR Feedback and exclude regression test on 64-bit processes.Jeremy Koritzinsky1-1/+4
2018-09-25Delete dead .NET Framework activation code (#20134)Jan Kotas2-1137/+0
2018-09-25Simpler implementation from PR feedback.Jeremy Koritzinsky1-10/+4
2018-09-25Porting fix on Desktop for VirtualUnlock perf issue on WKS GC when we reset m...Sung Yoon Whang1-1/+9
2018-09-25Fix possible overflow in SafeBuffer.Initialize.Jeremy Koritzinsky1-5/+12
2018-09-25Add header files to ildasm, ilasm vcxproj (#20052)Jacek Blaszczynski2-1/+31
2018-09-25Add headers to cordb{di, ee_dac, ee_wks}.vcxproj files to improve developer e...Jacek Blaszczynski4-5/+51