summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-10-07Merge pull request #7521 from vkvenkat/masterSergiy Kuryata1-1/+1
2016-10-07Return null on allocation failure due to OOM instead of throwing a exception ...Sean Gillespie5-110/+83
2016-10-07Disable CER code that is causing access violationJohn Chen (CLR)1-0/+5
2016-10-07Merge pull request #7520 from pgavlin/PutStructArgStkPat Gavlin2-74/+51
2016-10-07Fix formatting.Pat Gavlin1-14/+14
2016-10-07Fixed #7519 - Dotnet crashes while saturating multiple CPU groups on Windowsvkvenkat1-1/+1
2016-10-07Refactor genPutStructArgStk for clarity.Pat Gavlin2-74/+51
2016-10-07Merge pull request #7466 from adiaaida/fix7224Michelle McDaniel1-0/+14
2016-10-07Force byteable registers for indir op sourceMichelle McDaniel1-0/+14
2016-10-07Enable netstandard1.7 collations APIs (#7502)Tarek Mahmoud Sayed12-91/+4464
2016-10-06Restore some changes lost in a merge conflict (#7512)Sean Gillespie9-36/+287
2016-10-06Merge pull request #7490 from BruceForstall/EnableLegacyBruce Forstall4-17/+82
2016-10-06Merge pull request #7504 from pgavlin/NormalizeSpillsPat Gavlin2-42/+34
2016-10-06Enable legacy JIT fallback for CoreCLR on Windows x86Bruce Forstall4-17/+82
2016-10-06Fix a typo and a formatting issue.Pat Gavlin1-2/+1
2016-10-06Always normalize stores when spilling lclVars.Pat Gavlin2-42/+35
2016-10-06Fix incorrect index for localsDebug array (#7495)Evgeny Pavlov1-1/+1
2016-10-05Merge pull request #7486 from CarolEidt/Fix7008Carol Eidt7-168/+244
2016-10-05Support double-aligned frames for RyuJIT/x86Carol Eidt7-168/+244
2016-10-05Fix and-cmp to test recognitionMike Danes1-3/+2
2016-10-05Delete mscorlib from CoreCLR targeting pack (#7494)Jan Kotas1-3/+0
2016-10-04Merge pull request #7436 from giuliohome/issue-7346Atsushi Kanamori1-42/+40
2016-10-04Issue 7346 ConstructorArguments with null array of enumgiuliohome1-42/+40
2016-10-04Merge pull request #7476 from jkotas/security-annotationsPat Gavlin1-2/+2
2016-10-04[Linux][GDB-JIT] Fix incorrect frame location when we have a lot of locals (#...Evgeny Pavlov2-16/+58
2016-10-04Add PGO GENPROFILE support to coreclr and clrjit (#7423)Daniel Podder2-0/+6
2016-10-04API: Move Synchronized from StreamReader to TextReader (#7469)Ian Hays1-1/+1
2016-10-04Correct security annotationsJan Kotas1-2/+2
2016-10-04Merge pull request #7473 from dotnet-bot/from-tfsJan Kotas1-0/+2
2016-10-03Remove coreclr checks from AppDomain apis (#7471)Rahul Kumar2-16/+0
2016-10-03Merge pull request #7468 from CarolEidt/Fix7460Carol Eidt1-3/+3
2016-10-03Merge pull request #7467 from dotnet-bot/from-tfsBruce Forstall1-0/+2
2016-10-04Add support for Alpine Linux (#7440)Jan Vorlicek9-32/+84
2016-10-03Allow GT_FIELD_LIST as legal arg for RyuJIT/x86Carol Eidt1-3/+3
2016-10-03Merge pull request #7464 from pgavlin/RyuJITPInvokeFramePat Gavlin1-3/+24
2016-10-03Mark new UnmanagedMemoryAccessor methods as SafeCritical.Pat Gavlin1-0/+2
2016-10-03Remove FirstChanceExceptionEventArgs from BCL folder. The file has been moved...Rahul Kumar1-0/+2
2016-10-03Add comment anchors.Pat Gavlin1-0/+4
2016-10-03Fix P/Invoke call and method {pro,epi}logs in RyuJIT/x86.Pat Gavlin1-3/+20
2016-10-03Add Math.Clamp overloads to mscorlib.cs (#7462)Hugh Bellamy1-0/+15
2016-10-03[Linux] [SOS.NETCore] Quick fix for Path.GetFileName (#7441)Dmitri-Botcharnikov1-4/+17
2016-10-03Fix DWARF linetable info provided by GDBJIT (#7444)Igor Kulaychuk2-6/+13
2016-10-02Fix a bug where the DAC read four more bytes than necessary (#7430)Sean Gillespie1-16/+4
2016-10-01Remove WaitHandleExtensions, as it is implemented in CoreFX (#7431)Koundinya Veluri3-12/+1
2016-10-01Merge pull request #7361 from vancem/MessageInLttng.9-26-16Vance Morrison2-11/+19
2016-10-01Merge pull request #7359 from vancem/EventSOurceNullRefInLevelProperty.9-26-16Vance Morrison1-10/+11
2016-10-01Initial support of local variables and method arguments in GDB JIT interface ...Evgeny Pavlov6-58/+645
2016-09-30Merge pull request #7433 from dotnet-bot/from-tfsJan Kotas2-3/+1
2016-09-30Merge pull request #7438 from pgavlin/gh7090Pat Gavlin1-0/+4
2016-09-30Merge pull request #7432 from pgavlin/gh6920Pat Gavlin2-44/+18