summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-10-04Remove AppDomain unload (#20250)Jan Vorlicek59-4326/+139
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
2018-09-25Fix hijacking for ARM/ARM64/x86 on Unix (#20042)Jan Vorlicek3-16/+41
2018-09-25Don't check for libintl.h on Darwin (OSX) (#20094)Davis Goodin1-1/+4
2018-09-24clean code that counts promoted implict byref argument occurrences. (#20113)Sergey Andreenko1-33/+6
2018-09-24Simplify OSVERSIONINFOEX interop (#20111)Jan Kotas2-33/+34
2018-09-24Remove unnecessary parenthesis (dotnet/corefx#32419)谭九鼎1-1/+1
2018-09-22Porting NumberToDouble to managed code. (#20080)Tanner Gooding10-514/+453
2018-09-21Streamline MemoryExtension Trim and Trim(char) by removing calls to TrimStart...Ahson Khan1-2/+26
2018-09-21Merge pull request #20033 from briansull/normalizeAssertionPropBrian Sullivan5-138/+143
2018-09-21Fix copy-paste error in xml doc comment (dotnet/corefx#32388)Andrew Arnott1-1/+1
2018-09-21Simplifies UTF32Encoding/UTF8Encoding/UnicodeEncoding ctors initialization fl...Marek Safar3-19/+19
2018-09-20Fix decoding bug in r2rdump's native format readerSimon Nattress1-1/+2
2018-09-20Performance fix for R2R: vtable calls (#20061)Fadi Hanna2-5/+19
2018-09-20Fix issue #20076 createdump faults. (#20084)Mike McLaughlin1-2/+2
2018-09-20Make EH table optional in R2RDumpSimon Nattress1-3/+6
2018-09-20Updated assertionprop.cppBrian Sullivan2-32/+31
2018-09-20JIT: Fix operand evaluation order for GT_INDEX_ADDR (#20047)Andy Ayers2-5/+4