summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-08-16Determine memory load based on cgroup usage. (#19518)Tom Deseyn5-7/+62
2018-08-16Build-test.sh handles native test assets (#19430)Aaron Robinson1-6/+4
2018-08-16JIT: bail out in optExtractArrIndex for constant array length (#19493)Andy Ayers1-4/+2
2018-08-16Optimize NumberBufferToDecimal (#19072)Pent Ploompuu2-104/+65
2018-08-16Merge pull request #19396 from CarolEidt/Fix19288Carol Eidt1-24/+31
2018-08-15Make file handle checks accurate on Windows (#19508)Jeremy Kuhne8-69/+180
2018-08-15Update JapaneseLunisolarCalendar.cs (#19504)elyoh1-96/+95
2018-08-15JIT: properly handle special-case varargs params in minopts (#19489)Andy Ayers1-3/+21
2018-08-15Revert "Change CoreLib native image to be R2R by default on all platforms (#1...Jan Kotas1-5/+16
2018-08-15Add Public API Marshal.IsTypeVisibleFromCom and Marshal.GetEndComSlot (#19507)Luqun Lou3-1/+29
2018-08-15R2RDump - GcInfo for x86Amy Yu19-129/+1888
2018-08-14Add TypeConverter fallback to DefaultValueAttribute (#19354)Marco Rossignoli1-5/+31
2018-08-14Delete dead code (#19452)Jan Kotas12-1216/+4
2018-08-14Translate [rip +- offset] to absolute RVA's in R2RDump (#19219)Tomáš Rylek4-19/+106
2018-08-14Code review feedback for the alternate stack changes (PR #19309). (#19476)Mike McLaughlin6-19/+12
2018-08-13Remove unused local from List<T>.RemoveRange (dotnet/corefx#31727)Robin Sue1-1/+0
2018-08-12non shared changes and feedback addressedAnipik3-13/+23
2018-08-12Fix a couple of apartment state issues (#19384)Koundinya Veluri4-12/+14
2018-08-12Create Microsoft.IO.Redist (dotnet/corefx#31679)Jeremy Kuhne7-36/+69
2018-08-12Silence WinRT type assert in crossgen (#19442)Simon Nattress1-1/+0
2018-08-11[local gc] disable feature redhawk (#17769)David Mason11-55/+30
2018-08-11Make RuntimeType sealed and deleted support for introspection only loads (#19...Jan Kotas67-867/+182
2018-08-11moved to shared (#19419)Anirudh Agnihotry6-18/+27
2018-08-10Moved SpinLock.cs to shared (#19391)Anirudh Agnihotry3-60/+60
2018-08-10Don't early terminate on null for 64bit NR HashCode (#19331)Ben Adams3-45/+28
2018-08-10CORDbgSetInstruction: clear thumb bit of the address before flushing icache (...Konstantin Baladurin1-1/+1
2018-08-10Moved to shared (#19399)Anirudh Agnihotry3-122/+92
2018-08-10update order of locks so jitstress is unblocked (#19401)David Mason2-174/+174
2018-08-10Fix non-lclVar odd-byte struct passingCarol Eidt1-24/+31
2018-08-10Merge pull request #19344 from adityamandaleeka/aa64_vm_callconv_changesAditya Mandaleeka14-40/+134
2018-08-10Align the Contents of EventPipeBuffers (#19375)Brian Robbins3-9/+27
2018-08-10Updating the ilproj-sdk to also copy native dependencies from Microsoft.NETCo...Tanner Gooding1-0/+3
2018-08-09Update DynamicHelper for Unix to match Win.Aditya Mandaleeka2-1/+2
2018-08-09Implementing the Avx.MaskStore intrinsicsTanner Gooding7-20/+118
2018-08-08Change CoreLib native image to be R2R by default on all platforms (#19359)Jan Kotas1-16/+5
2018-08-08Move methodbody and exceptionHandlingClause to shared (#19364)Anirudh Agnihotry16-210/+246
2018-08-08Fix R2R DynamicHelper to use the correct offset to x0 reg.Aditya Mandaleeka2-3/+6
2018-08-08ReNaming and rearranging the variables to reduce the diff (#19338)Anirudh Agnihotry3-176/+133
2018-08-08JIT: update lvaGrabTemp for new minopts/debug ref counting approach (#19351)Andy Ayers1-5/+14
2018-08-07Fix non-Windows assembly code to match Windows calldescr/arg reg changes.Aditya Mandaleeka2-3/+6
2018-08-07FillRegDisplay: initialize volatileCurrContextPointers for ARM and ARM64 (#19...Konstantin Baladurin1-1/+12
2018-08-07Make VM-side changes for ARM64 Windows calling convention.Aditya Mandaleeka11-33/+120
2018-08-07Merge pull request #19325 from AndyAyersMS/RecomputeRefCounts2Andy Ayers2-38/+101
2018-08-07Merge pull request #19335 from AndyAyersMS/FixDumpIssueAndy Ayers1-2/+2
2018-08-07Add support to use an indirected address for JMP instructions to ARM64 (#19281)David Wrighton4-40/+24
2018-08-07fix bug in jit dump outputAndy Ayers1-2/+2
2018-08-06JIT: recompute local ref counts after lowerAndy Ayers2-38/+101
2018-08-06JIT: refactor ref count computation into a reusable utility method (#19240)Andy Ayers2-156/+196
2018-08-06Port x86 unwinder fix from .NET Framework (#19311)Jan Kotas1-1/+2
2018-08-06Merge pull request #19228 from AndyAyersMS/FixDevirtFinalMethodAndy Ayers1-0/+14