summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-26Enable linux perf runs (#11905)José Rivero79-331/+248
2017-05-26ISerializable cleanup (#11873)Morgan Brown130-1547/+224
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 #11919 from pgavlin/XunitTestResultsPat Gavlin1-3/+1
2017-05-25Merge pull request #11880 from mskvortsov/FixSetRegToCondPat Gavlin1-4/+11
2017-05-25Add XUnit results for Windows_NT x86 jobs.Pat Gavlin1-3/+1
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-25Merge pull request #11834 from jashook/renable_arm64_span_testJarret Shook1-1/+1
2017-05-25[ARM32/Linux] Copy tests.zip only for CI testHyeongseok Oh1-1/+1
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-24Update CoreClr, CoreFx to preview1-25323-01, preview1-25323-02, respectively ...dotnet bot4-14/+20
2017-05-24[x86/Linux] Reentrant PEImage::Load (#11867)Jonghyun Park1-1/+7
2017-05-24Merge pull request #11894 from pgavlin/gh11804Pat Gavlin3-16/+126
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 Tremoulet4-61/+194
2017-05-24Indicate if thread time events are in managed or native code. (#11892)Brian Robbins8-8/+72
2017-05-24Merge pull request #11832 from jashook/add_1_mod_1_caseJarret Shook1-0/+5
2017-05-24Never enregister type-punned regStruct lclVars.Pat Gavlin3-16/+126
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 Tremoulet4-53/+174
2017-05-24RyuJIT/arm32: Fix genRegSetToCond for FP casesMikhail Skvortcov1-4/+11
2017-05-24Fix formatHyung-Kyu Choi1-3/+3
2017-05-24[RyuJIT/ARM32] Dodge lowering long comparesHyung-Kyu Choi1-1/+9
2017-05-23ILLink performance: Disable Roslyn TestSwaroop Sridhar1-2/+2
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 Tremoulet6-11/+139
2017-05-23[Arm64 Windows] Renable SpanBenchjashook1-1/+1
2017-05-23Add the case 1 % 1 to our bringup testjashook1-0/+5
2017-05-23Merge pull request #11366 from ruben-ayrapetyan/remove-zap-code-relocs-for-li...Bruce Forstall15-22/+174