summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-05-26ISerializable cleanup (#11873)Morgan Brown129-1529/+221
2017-05-26Move rundown to the same code-site where we do ETW rundown before EEShutdown ...Brian Robbins1-5/+5
2017-05-26Merge pull request #11920 from briansull/crossgen-tuningBrian Sullivan1-11/+0
2017-05-26Fix BitSetUint64, clean and improve the surrounding code. (#11721)Sergey Andreenko27-250/+234
2017-05-26Merge pull request #11823 from hqueue/arm/ryujit/lsra_gc_helperCarol Eidt1-2/+2
2017-05-26EETypeHashTable lookups can deadlock with GC during comparison with unrestore...Jan Kotas1-0/+9
2017-05-26Fix compile with disabled FEATURE_READYTORUN option (#11875)Petr Bred13-9/+32
2017-05-26[RyuJIT/ARM32] Update RMB for helper functionHyung-Kyu Choi1-2/+2
2017-05-25Merge pull request dotnet/corert#3709 from dotnet/nmirrorMichal Strehovský4-0/+45
2017-05-26Merge pull request #11917 from JosephTremoulet/RationalCallJoseph Tremoulet1-3/+12
2017-05-25Remove the check that requires an instrumented flags for mscorlib when collec...Brian Sullivan1-11/+0
2017-05-25Merge pull request #11878 from CarolEidt/ContainLclVarsCarol Eidt6-40/+60
2017-05-25Merge pull request #11880 from mskvortsov/FixSetRegToCondPat Gavlin1-4/+11
2017-05-25Make untracked lclVars containedCarol Eidt6-40/+60
2017-05-25Implement Activity ID / Related Activity ID for EventSources Writing to Event...Brian Robbins12-34/+98
2017-05-25Clear GTF_CALL from non-calls in rationalizeJoseph Tremoulet1-3/+12
2017-05-24Adds System.Runtime.CompilerServices.Runtimefeature.PortablePdb (#11845)Tomáš Matoušek1-2/+12
2017-05-24Remove g_fEEManagedEXEStartup and g_fEEIJWStartup. (#11907)Aditya Mandaleeka3-27/+6
2017-05-24Mark the EventPipe crst as host breakable. (#11899)Brian Robbins1-1/+1
2017-05-24[x86/Linux] Reentrant PEImage::Load (#11867)Jonghyun Park1-1/+7
2017-05-24Merge pull request #11894 from pgavlin/gh11804Pat Gavlin1-16/+4
2017-05-24Fix Issue 11861 (#11886)Xiang Fan1-0/+8
2017-05-24Allow RelativePointer::SetValue usage for non-DAC builds only (#11891)gbalykov9-73/+48
2017-05-24Merge pull request #11893 from JosephTremoulet/WeakenIBRAssertJoseph Tremoulet1-2/+10
2017-05-24Merge pull request #11883 from JosephTremoulet/PromotedStructRefsJoseph Tremoulet2-61/+106
2017-05-24Indicate if thread time events are in managed or native code. (#11892)Brian Robbins8-8/+72
2017-05-24Never enregister type-punned regStruct lclVars.Pat Gavlin1-16/+4
2017-05-24Weaken type assertion in gtNewLclNodeJoseph Tremoulet1-2/+10
2017-05-24Improve comments around implicit byref rewriteJoseph Tremoulet2-10/+22
2017-05-24[Arm64/Win] Revise JIT_MemSet (#11420)Steve MacLean1-89/+157
2017-05-24[x86/Linux] Thread-safe UMThunkMarshInfo::RunTimeInit (#11864)Jonghyun Park1-3/+4
2017-05-24Update full-struct references to promoted IBR argsJoseph Tremoulet2-53/+86
2017-05-24RyuJIT/arm32: Fix genRegSetToCond for FP casesMikhail Skvortcov1-4/+11
2017-05-23Scale back [Serializable] on CoreCLR types (#11765)Morgan Brown258-645/+7
2017-05-23Return early if EventPipeBuffer is empty. (#11855)Brian Robbins1-0/+4
2017-05-23Delete special handling of IJW RVA fields at NGen time (#11818)Jan Kotas6-73/+3
2017-05-23Merge pull request #11694 from JosephTremoulet/IconHoistJoseph Tremoulet4-11/+47
2017-05-23Merge pull request #11366 from ruben-ayrapetyan/remove-zap-code-relocs-for-li...Bruce Forstall15-22/+174
2017-05-23Merge pull request #10275 from mikedn/x86-cmp-long-lowerPat Gavlin13-323/+221
2017-05-23Remove "corerun" sos plugin command. (#11812)Mike McLaughlin4-63/+0
2017-05-23Direct mapping of IL-assembly images that don't contain writeable sections.Ruben Ayrapetyan5-18/+124
2017-05-23Extract PEImage::CreateLayoutMapped and PEImage::CreateLayoutFlat from PEImag...Ruben Ayrapetyan2-52/+92
2017-05-23[RyuJIT/ARM][LSRA] Update register mask for GC helperHyung-Kyu Choi1-1/+1
2017-05-22Merge pull request #10990 from mikedn/narrow-testPat Gavlin1-30/+49
2017-05-23Delete long compare support from x86 codegenMike Danes4-290/+1
2017-05-23Lower long compares that are materialized into a registerMike Danes1-4/+134
2017-05-23Introduce GT_CMP and GT_SETCC(condition)Mike Danes12-29/+86
2017-05-22Use sigInst.methInstCount != 0 to detect generic methods (#11780)Michal Strehovský1-2/+2
2017-05-22Merge pull request #11810 from BruceForstall/FixUninitWarningBruce Forstall1-1/+1
2017-05-22Merge pull request #11797 from BruceForstall/CommonizeAdrBruce Forstall3-50/+41