summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-06-01Fix warnings on 32-bit platformsSean Gillespie1-4/+4
2017-06-01[Local GC] Remove uses of g_SystemInfo from the GC (#11628)Sean Gillespie10-37/+86
2017-06-01[Local GC] Obtaining configuration information (#11379)Sean Gillespie20-293/+475
2017-06-01[Local GC] Add async pinned handle methods to the handle interface (#11569)Sean Gillespie9-20/+101
2017-06-01[Local GC] Fix handle table interface violation (#11558)Sean Gillespie1-1/+3
2017-06-01[Local GC] Fix some handle table interface violations in COMDependentHandle (...Sean Gillespie4-5/+24
2017-06-01Fix a build break in feature branch caused by obsolete error (#11335)Sean Gillespie1-4/+0
2017-06-01[Local GC] Scaffolding for loading a standalone GC (#11242)Sean Gillespie23-492/+700
2017-06-01gdbjit symbols exported (#11739)chunseoklee2-0/+8
2017-06-01[Arm64] Use inner shareable for instGen_MemoryBarrierSteve MacLean, Qualcomm Datacenter Technologies, Inc3-8/+8
2017-06-01[Arm64] Use half barriers for IL Volatile implementationSteve MacLean4-10/+28
2017-06-01Fixes deserializaing TimeZoneInfo by putting back the IDeserializationCallbac...Morgan Brown1-1/+18
2017-06-01[x64/Linux] Use correct argument registers in InterpreterStub (#12002)Jonghyun Park2-6/+12
2017-05-31Merge pull request #11988 from stephentoub/fix_fdsStephen Toub6-8/+30
2017-05-31Remove GCX_PREEMP call when allocating a buffer. (#12016)Brian Robbins1-1/+6
2017-05-31Post-Serialization cleanup fixes to Reflection (#12010)Atsushi Kanamori11-90/+50
2017-05-31Delete useless file (#12021)mikedn1-0/+0
2017-05-31Disable inheritance of several common file descriptorsStephen Toub6-6/+28
2017-05-31Default to portable build in dev and official builds (#11985)Gaurav Khanna1-30/+8
2017-05-31Fix issues with RelativePointer instead of RelativeFixupPointer (#12004)gbalykov1-1/+1
2017-05-31Expose Enumerator members out of EnvironmentAugments. (#11980)Atsushi Kanamori2-69/+64
2017-05-30Merge pull request #11995 from ViktorHofer/SerializationFollowUpKrzysztof Wicher1-1/+0
2017-05-30Allowing larger segment size for SOH, in preparation for enabling it for NoGC...Maoni Stephens2-37/+47
2017-05-30Remove relocations from SECTION_MethodDesc for ngened images (#11394)gbalykov11-153/+205
2017-05-31Internal hashtable serialization attribute removedViktor Hofer1-1/+0
2017-05-30Coretype variables renamed back to netfx counterpart for reflection based ser...Viktor Hofer19-336/+364
2017-05-30Merge pull request #11977 from mskvortsov/FixDoubleRegArgNextCarol Eidt2-0/+16
2017-05-30Merge pull request #11872 from hqueue/arm/ryujit/dodge_lowering_long_cmpPat Gavlin1-0/+8
2017-05-30Skip cast nodes for the tail call check. (#11986)Sergey Andreenko1-1/+9
2017-05-30Fix build breakJan Kotas1-0/+2
2017-05-30Moves windows specific field to Debug.Windows.cs file (dotnet/corert#3733)Marek Safar1-2/+0
2017-05-30Use FD_CLOEXEC instead of equivalent 1 in InternalCreatePipeStephen Toub1-2/+2
2017-05-30Remove Debian Armel (#11978)Gaurav Khanna1-3/+0
2017-05-30RyuJIT/arm32: Fix double argument passingMikhail Skvortcov2-0/+16
2017-05-30Fix failures in ETW logging on 4GB aware 32 bit processes (#11941)Vance Morrison3-6/+6
2017-05-30Merge pull request #11972 from hseok-oh/ryujit/issue_11971Carol Eidt1-1/+1
2017-05-30Merge pull request #11973 from hseok-oh/ryujit/issue_11837Carol Eidt1-2/+1
2017-05-30[RyuJIT/ARM32] Fix assertion failed 'remainingSize == TARGET_POINTER_SIZE'Hyeongseok Oh1-2/+1
2017-05-30[RyuJIT/ARM32] Fix offset of struct argument when using stackHyeongseok Oh1-1/+1
2017-05-29Implement GetCurrentProcessCpuCount for Unix and merge NumberOfProcesors impl...Tom Deseyn8-50/+120
2017-05-29added DWARF exprloc for static value class fields (#11911)Buyduck1-8/+37
2017-05-28Fix build breaksMorgan Brown2-15/+3
2017-05-27IDeserializationCallback cleanupMorgan Brown7-160/+12
2017-05-26ISerializable cleanup (#11873)Morgan Brown129-1529/+221
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