summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2016-10-14Enable DoStackSnapshot API on ARM to walk the current thread (#6933)kvochko1-15/+23
2016-10-12Merge pull request #7510 from kouvel/ApiThreadKoundinya Veluri1-15/+17
2016-10-12Return false from IsMarshalByRefImpl/IsContextfulImpl when remoting is not su...Jan Kotas4-92/+29
2016-10-12Fix build issueKoundinya Veluri1-2/+2
2016-10-12Fix build issueKoundinya Veluri1-15/+17
2016-10-12Address feedbackKoundinya Veluri1-1/+1
2016-10-10Remove an overly fragile assertion.Pat Gavlin1-18/+0
2016-10-10Fix buffer length usage in UTF-8 to Unicode conversion (#7540)John Chen1-1/+1
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 Gillespie1-0/+55
2016-10-07Disable CER code that is causing access violationJohn Chen (CLR)1-0/+5
2016-10-07Fixed #7519 - Dotnet crashes while saturating multiple CPU groups on Windowsvkvenkat1-1/+1
2016-10-06Enable legacy JIT fallback for CoreCLR on Windows x86Bruce Forstall3-17/+76
2016-10-06Fix incorrect index for localsDebug array (#7495)Evgeny Pavlov1-1/+1
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-04[Linux][GDB-JIT] Fix incorrect frame location when we have a lot of locals (#...Evgeny Pavlov2-16/+58
2016-10-03Remove coreclr checks from AppDomain apis (#7471)Rahul Kumar1-9/+0
2016-10-04Add support for Alpine Linux (#7440)Jan Vorlicek2-0/+4
2016-10-03Fix DWARF linetable info provided by GDBJIT (#7444)Igor Kulaychuk2-6/+13
2016-10-01Initial support of local variables and method arguments in GDB JIT interface ...Evgeny Pavlov4-57/+585
2016-09-29Set THUMB bit for RUNTIME_FIXUP_HELPER functions (#7373)Jonghyun Park3-8/+8
2016-09-28Fix ifdefs used to select the symbol reader dll name (#7406)Mike McLaughlin1-5/+7
2016-09-28Add option to measure time spent inside calls to the CLR. (#7357)Peter Kukol5-55/+5
2016-09-26Fix arm64 build issue #7355. (#7362)Mike McLaughlin1-1/+3
2016-09-26Introduce "IGCToCLR" and use it within the GC to interface with the EE (#7295)Sean Gillespie4-4/+52
2016-09-23Merge pull request #7328 from ramarag/removemarkersRama krishnan Raghupathy1-4/+0
2016-09-23Remove CoreCLR's dependency on the diasymreader.dll installed as part of the ...Mike McLaughlin3-12/+38
2016-09-23Adding MemoryFailPoint Removing some markersRama Krishnan Raghupathy1-4/+0
2016-09-23update JIT_MemSet/MemCpy, Buffer::BlockCopy and Buffer::InternalBlock… (#7198)Xiangyang (Mark) Guo2-466/+276
2016-09-22[GDB/JIT] Add support for lldb step-over command on managed code (#7273)Dmitri-Botcharnikov6-26/+183
2016-09-21Add missing contracts on GCHeapUtilitiesdotnet-bot1-0/+6
2016-09-21Fix CrossGen error reporting when input is missing (#7287)John Chen1-11/+1
2016-09-20Merge pull request #7268 from vancem/masterVance Morrison1-1/+41
2016-09-19Merge pull request #7181 from ramarag/CompilerServicesRama krishnan Raghupathy1-1/+1
2016-09-19FixBadReadyToRunPdb.9-19-16Vance Morrison1-1/+41
2016-09-17Prevent source line info from being released (#7222)kvochko1-0/+2
2016-09-16Exposing RunModuleConstructor in mscorlibRama Krishnan Raghupathy1-1/+1
2016-09-16Add few System.Reflection APIs (#7193)Sepideh Khoshnood1-1/+1
2016-09-14Merge pull request #6974 from swaroop-sridhar/gc86Swaroop Sridhar10-119/+151
2016-09-14Implement GcInfo v2 for X86Swaroop Sridhar10-119/+151
2016-09-14Fix Unix issue with string address below 64kB (#7183)Jan Vorlicek1-0/+2
2016-09-14Use the correct HijackHelper for X86 FP (#7182)Swaroop Sridhar1-1/+1
2016-09-13Fix funceval for enregistered value types arguments. (#7149)Mike McLaughlin1-38/+50
2016-09-12Merge pull request #7133 from mikedn/x86-cast-long-floatPat Gavlin1-1/+1
2016-09-12Merge pull request #7102 from vancem/ETWGCDumpFix.9-7-16Vance Morrison1-7/+6
2016-09-12Implement long to float cast for x86Mike Danes1-1/+1
2016-09-09Fix enregistered max size constants on Unix AMD64 (#7117)Jan Vorlicek1-2/+4
2016-09-08Fix a build break introduced by GH#6764dotnet-bot5-4/+6
2016-09-08Merge pull request #6764 from swgillespie/gc-interface-3Sean Gillespie68-279/+401