summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-08-01Merge pull request #12947 from pgavlin/GH12919Pat Gavlin1-3/+13
2017-07-31Format code.Pat Gavlin1-1/+1
2017-07-31Merge pull request #13132 from rartemev/legbnd_fix_misprintRoman Artemev1-1/+1
2017-07-31Merge pull request #13096 from hseok-oh/ryujit/remove_nyi_promoteBruce Forstall1-14/+8
2017-07-31Lock all ABI arg registers when generating a GS check on ARM/Legacy.Pat Gavlin1-3/+13
2017-07-31Fixed misprint in legacy backend that led to assert failureRoman Artemev1-1/+1
2017-07-31Merge pull request #13103 from pgavlin/GH12910Pat Gavlin1-10/+24
2017-07-31JIT: Fix value type box optimization (#13016)Andy Ayers3-19/+176
2017-07-31[ARM/Linux] Set R2R_INDIRECT_PARAM before R2R call (#12952)Jonghyun Park2-3/+34
2017-07-31Merge pull request #13116 from parjong/fix/x86_stklv_on_temp_blockBruce Forstall1-0/+4
2017-07-31Implement Type.IsByRefLike for CoreCLR (#13123)Atsushi Kanamori8-0/+38
2017-07-31 Fill freed loader heap chunk with non-zero value (#12731)Jonghyun Park13-33/+79
2017-07-31Set proper stack level for temp label BBJonghyun Park1-0/+4
2017-07-30Merge pull request dotnet/corert#4242 from dotnet/nmirrorMichal Strehovský1-0/+2
2017-07-30Remove extra qualification in member function declaration (#13104)Xiang Fan2-2/+2
2017-07-29Fix bug converting BBJ_CALLFINALLY block to BBJ_THROW on ARM32 (#13094)Bruce Forstall4-1/+85
2017-07-29Fix typo in comment (#13089)James Singleton1-1/+1
2017-07-28Format code.Pat Gavlin1-2/+2
2017-07-28Optimize for idle WorkStealingQueueList (#13007)Steve MacLean1-18/+59
2017-07-28Only lock unlocked registers in `rsUnspillRegPair`.Pat Gavlin1-10/+24
2017-07-28Merge pull request #13075 from stephentoub/string_span_ctorStephen Toub8-47/+87
2017-07-28Merge pull request #13095 from pgavlin/VSO469217Pat Gavlin2-16/+17
2017-07-28PR feedback.Pat Gavlin1-2/+3
2017-07-28Add String(ReadOnlySpan<char>) ctorStephen Toub6-1/+25
2017-07-28Add generic encoding support to metasigJan Kotas3-46/+62
2017-07-28Fix tier0 flag on default code versions (#13098)Noah Falk1-2/+6
2017-07-28[RyuJIT/ARM32] Remove NYI: promoted struct argumentHyeongseok Oh1-14/+8
2017-07-27Merge pull request #13087 from pgavlin/FixGetTargetOfCallARMPat Gavlin1-0/+4
2017-07-27Rerun reg predict on ARM if codegen temps increase the frame size.Pat Gavlin2-16/+16
2017-07-28Fix Alpine build (#13052)Jan Vorlicek1-0/+4
2017-07-27Merge pull request #13043 from davmason/profiler_r2rDavid Mason1-0/+6
2017-07-27Fix `getTargetOfCall` for ARM.Pat Gavlin1-0/+4
2017-07-27gcconcurrent config should be obtained from g_pConfig which takes env vars/re...Maoni Stephens1-1/+1
2017-07-27Add new Span-based virtual sync Read/Write Stream methods (#13058)Stephen Toub5-37/+223
2017-07-26Merge pull request #13072 from pgavlin/VSO468730Pat Gavlin1-0/+11
2017-07-26PR feedback.Pat Gavlin1-3/+4
2017-07-26Disable folding in genCreateAddrMode under LB-specific circumstances.Pat Gavlin1-0/+10
2017-07-26These 2 places should be size_t, not int 'cause on 64-bit they can be > int's...Maoni Stephens1-2/+2
2017-07-26code review feedbackDavid Mason1-3/+7
2017-07-26Remove catch filter on Assembly.GetForwardedTypes() (#13054)Atsushi Kanamori1-8/+3
2017-07-26Merge pull request #13045 from pgavlin/GitHub12907Pat Gavlin1-5/+6
2017-07-26[Arm64] Enable CPUGroupInfo (#12766)Steve MacLean1-10/+10
2017-07-26Merge pull request #13050 from sjsinju/OperIsBinaryBruce Forstall1-0/+13
2017-07-26Merge pull request #13039 from pgavlin/VSO469602Pat Gavlin1-3/+9
2017-07-26Implement Assembly.GetForwardedTypes() on CoreCLR (#13001)Atsushi Kanamori4-1/+118
2017-07-26Add GT_PUTARG_SPLIT case on TryGetUse()sjsujinkim1-0/+13
2017-07-25Merge pull request #13044 from pgavlin/VSO469600Pat Gavlin1-1/+10
2017-07-25Merge pull request #13040 from pgavlin/VSO469624Pat Gavlin1-0/+4
2017-07-25Only set flags on a cpBlk source if it is an indir.Pat Gavlin1-5/+6
2017-07-25Format code.Pat Gavlin1-1/+1