summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2018-08-28fix build break when STUB_LOGGING is defined (#19707)Andy Ayers1-1/+1
2018-08-27re-enable com for local gc (#19681)David Mason1-3/+1
2018-08-27Some fixes for the interpreter (#19678)Andy Ayers2-10/+187
2018-08-25Remove NumaNodeInfo, CPUGroupInfo, AppDomain, SystemDomain, and EEConfig stub...David Mason3-5/+102
2018-08-24Very small cleanup of various comments and code formatting (#19665)Vitek Karas1-3/+1
2018-08-23Deal with compilation warnings in VM in cross-bitness scenario (#18707)Egor Chesakov3-4/+4
2018-08-23Enable unloading of AssemblyLoadContext (#18476)Jan Vorlicek33-320/+791
2018-08-21Handle null byref in helper (#19571)Carol Eidt3-2/+4
2018-08-17Enable Tiered Compilation by default (#19525)Koundinya Veluri2-12/+1
2018-08-16Determine memory load based on cgroup usage. (#19518)Tom Deseyn1-1/+1
2018-08-15Add Public API Marshal.IsTypeVisibleFromCom and Marshal.GetEndComSlot (#19507)Luqun Lou1-1/+3
2018-08-14Delete dead code (#19452)Jan Kotas12-1216/+4
2018-08-12Fix a couple of apartment state issues (#19384)Koundinya Veluri3-12/+11
2018-08-12Silence WinRT type assert in crossgen (#19442)Simon Nattress1-1/+0
2018-08-11[local gc] disable feature redhawk (#17769)David Mason3-6/+13
2018-08-11Make RuntimeType sealed and deleted support for introspection only loads (#19...Jan Kotas55-749/+167
2018-08-10Merge pull request #19344 from adityamandaleeka/aa64_vm_callconv_changesAditya Mandaleeka13-40/+133
2018-08-10Align the Contents of EventPipeBuffers (#19375)Brian Robbins3-9/+27
2018-08-09Update DynamicHelper for Unix to match Win.Aditya Mandaleeka1-1/+1
2018-08-08Move methodbody and exceptionHandlingClause to shared (#19364)Anirudh Agnihotry4-75/+75
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 Agnihotry2-36/+34
2018-08-07Fix non-Windows assembly code to match Windows calldescr/arg reg changes.Aditya Mandaleeka2-3/+6
2018-08-07Make VM-side changes for ARM64 Windows calling convention.Aditya Mandaleeka11-33/+120
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
2018-08-03Moved LocalVariableInfo to shared (#19184)Anirudh Agnihotry3-24/+24
2018-08-02Fix resolveVirtualMethodHelper to check for explicit override casesAndy Ayers1-0/+14
2018-08-02Remove unused/nop/questionable code (#19239)Aaron Robinson1-8/+0
2018-08-01Enable ARM64 builds using release product toolsBruce Forstall1-22/+6
2018-08-01Allow rejit on attach (#19054)David Mason10-30/+84
2018-08-01Expose OSThreadId and TimeStamp on EventWrittenEventArgs (#19002)Brian Robbins8-28/+152
2018-07-31Delete dead code (#19208)Jan Kotas6-960/+0
2018-07-31Delete FEATURE_IPCMAN (#19212)Jan Kotas4-558/+0
2018-07-31Updating SetCpuInfo to be more accurateTanner Gooding1-94/+139
2018-07-24Release leaked ICorProfilerCallback9 in ~EEToProfInterfaceImpl (#19106)Ilia1-0/+7
2018-07-23Add missing FlushInstructionCache to Thread::CommitGCStressInstructionUpdate ...Egor Chesakov1-0/+2
2018-07-23Partial R2R IBC fixes (#19073)Jan Kotas2-2/+4
2018-07-23Remove hosthook api (#19079)Aaron Robinson13-118/+13
2018-07-22Enable profiler attach on Windows (#18762)Sung Yoon Whang3-73/+23
2018-07-20Minor interop code changes (#19005)Aaron Robinson5-54/+38
2018-07-19Eliminate arm64 contract asserts (#19015)Noah Falk1-5/+5
2018-07-17 Add pooling for JIT scratch memory (#18924)Jan Kotas8-1/+247
2018-07-17Move Decimal to shared (#18948)Pent Ploompuu8-65/+4
2018-07-17Update BuildTools, CoreClr, CoreFx, PgoData to preview1-03013-03, preview1-26...dotnet-maestro-bot1-1/+1
2018-07-17Delete redundant broken offsetof definitions (#18947)Jan Kotas1-0/+1
2018-07-16Apply tiering's call counting delay more broadly (#18610)Koundinya Veluri5-193/+367
2018-07-10GS cookie check fix for debugger stackwalks portJuan Sebastian Hoyos Ayala2-3/+11
2018-07-05Enable genFnCalleeRegArgs for Arm64 Varargs (#18714)Jarret Shook4-33/+2
2018-07-05Delete dead code (#18783)Jan Kotas3-18/+0