summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2015-12-24Fix build breaks in internal x86 and arm buildsJan Kotas1-1/+1
2015-12-24GC OS interface refactoringJan Vorlicek21-126/+609
2015-12-21Enable checked builds of CoreCLR.Eugene Rozenfeld2-1/+11
2015-12-16Merge pull request #2368 from jkotas/rename-gcscanJan Kotas3-3/+3
2015-12-16Rename CNameSpace to GCScanJan Kotas3-3/+3
2015-12-16Merge pull request #2358 from jkotas/corert-jitdumpJan Kotas1-2/+2
2015-12-16Make JitDump work in ilc.exeJan Kotas1-2/+2
2015-12-16Linux arm64 build fix.jashook1-11/+11
2015-12-16Bug fixes from desktopJan Kotas5-23/+43
2015-12-15Merge pull request #2341 from mikem8361/pipefile2Mike McLaughlin1-1/+2
2015-12-15Debugger transport pipe file cleanup - Part 2Mike McLaughlin1-1/+2
2015-12-15Build arm64 using private toolsetRahul Kumar4-4/+33
2015-12-15Move Thread.Abort under FEATURE_LEGACYSURFACEJan Kotas1-0/+2
2015-12-14PAL Module/shutdown cleanup.Mike McLaughlin1-1/+1
2015-12-13Remove unnecessary files from build and disable LNK4221Mike Danes2-22/+12
2015-12-12Merge pull request #2321 from dotnet-bot/from-tfsJan Kotas7-119/+169
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan7-119/+169
2015-12-11Fix pipe file cleanup in /tmp directory.Mike McLaughlin1-0/+6
2015-12-09Merge pull request #2277 from kouvel/FinalizerDeadlockUndoStephen Toub1-6/+0
2015-12-08Revert "Disable suspend on shutdown during shutdown finalization"Koundinya Veluri1-6/+0
2015-12-08Fix build breaks after GC updateJan Kotas2-21/+52
2015-12-08Disable suspend on shutdown during shutdown finalizationKoundinya Veluri1-0/+6
2015-12-06Enable SAFESEH in the Windows x86 buildMike Danes2-1/+22
2015-12-01Fix regression on desktop introduce by #2164Jan Kotas3-3/+3
2015-11-25Integrate bug fixes from desktopJan Kotas2-18/+15
2015-11-25Make app shutdown wait for secondary threadsJan Vorlicek5-7/+7
2015-11-24Small architecture specific changes to fix the build on linux arm64.jashook1-1/+1
2015-11-20Fix build breaks in desktop buildJan Kotas1-0/+2
2015-11-20Merge pull request #2121 from dotnet-bot/from-tfsJan Kotas1-2/+2
2015-11-20Merge pull request #2107 from pgavlin/SysVCleanupPat Gavlin3-39/+14
2015-11-20Fix build breaks in legacy buildJan Kotas1-2/+2
2015-11-20Merge pull request #2116 from jkotas/gc-updateJan Kotas1-1/+17
2015-11-20Merge pull request #2114 from sergiy-k/byrefraxJan Kotas1-12/+9
2015-11-20Fix build breaks after GC updateJan Kotas1-1/+17
2015-11-19Do not preserve volatile registers in JIT_ByRefWriteBarrierSergiy Kuryata1-12/+9
2015-11-19Merge pull request #2110 from janvorli/refactor-gc-typesJan Kotas14-21/+21
2015-11-19Some formatting cleanupJan Vorlicek2-2/+2
2015-11-19Merge pull request #2102 from dotnet-bot/from-tfsJan Kotas1-3/+5
2015-11-19Small cleanups in SysV classification.Pat Gavlin3-39/+14
2015-11-19Replaced remaining typesJan Vorlicek2-4/+4
2015-11-19Merge pull request #1981 from pgavlin/SysVPat Gavlin2-69/+67
2015-11-19Add casts to APIs that require LONG / DWORD parametersJan Vorlicek3-4/+4
2015-11-19Fix ARM64 build breakJan Kotas1-3/+5
2015-11-19Merge pull request #2098 from janvorli/fix-threadpool-shiftwaitarrayJan Vorlicek1-2/+2
2015-11-19Fix issue with threadpool and wait for multiple objects on LinuxJan Vorlicek1-2/+2
2015-11-18Fix dac verification errors caused by 48617aeRahul Kumar1-2/+4
2015-11-18Fix struct padding issues with SysV struct classification.Pat Gavlin2-69/+67
2015-11-18Replace most windows style types by c++ typesJan Vorlicek9-14/+14
2015-11-18Revert change in 4e06e42 that broke ARM cross buildBen Pye1-1/+1
2015-11-17Merge pull request #2016 from steveharter/CMakeSteve Harter10-42/+88