summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2018-10-04Remove AppDomain unload (#20250)Jan Vorlicek54-4285/+137
2018-10-03Marshal blittable structs via memcpy even if nested within non-blittable stru...Jeremy Koritzinsky1-17/+37
2018-10-03Add MethodImplOptions.AggressiveOptimization and use it for tiering (#20009)Koundinya Veluri8-68/+105
2018-09-28Make `structType` optional in jitEEInterface method `getFieldType`. (#20191)Sergey Andreenko2-5/+8
2018-09-28Enable delegate marshalling for collectible types (#20158)Jan Vorlicek1-9/+0
2018-09-28Enable BSTR Marshaling Support for x-plat PInvoke (#19766)Luqun Lou6-14/+7
2018-09-27Replace Crst* with CrstStatic for IBCLogger (#20148)Michelle McDaniel4-25/+13
2018-09-26Cross-bitness in VTable Calls (#20137)Egor Chesakov2-3/+9
2018-09-25Fix hijacking for ARM/ARM64/x86 on Unix (#20042)Jan Vorlicek3-16/+41
2018-09-22Porting NumberToDouble to managed code. (#20080)Tanner Gooding2-6/+0
2018-09-20Performance fix for R2R: vtable calls (#20061)Fadi Hanna1-4/+17
2018-09-20Removing the Dragon4 and DoubleToNumber native implementation.Tanner Gooding1-1/+0
2018-09-20Merge pull request #20035 from echesakovMSFT/CrossBitnessLinuxPerfMapEgor Chesakov3-4/+14
2018-09-19Replace assert in Precode::SetTargetInterlocked (#20007)Koundinya Veluri1-1/+1
2018-09-18Use 32-bit address format string during crossgen in src/vm/perfmap.cppEgor Chesakov1-2/+12
2018-09-18Replace sizeof(PVOID) with TARGET_POINTER_SIZE in src/vm/readytoruninfo.cppEgor Chesakov1-1/+1
2018-09-18Use HasNativeOrReadyToRunImage in src/vm/compile.cppEgor Chesakov1-1/+1
2018-09-18Add headers to cee_wks, cee_dac vcxprojs to improve developer experience (#20...Jacek Blaszczynski1-0/+383
2018-09-14convert HandleStore::_underlyingBucket to a pointer (#19935)David Mason1-1/+1
2018-09-07Fixes towards making the runtime compiled without FEATURE_PREJIT defined (#19...Jan Kotas15-144/+116
2018-09-07Add Basic Out-of-Process EventPipe Control and Heap Snapshot Capture (#19720)Brian Robbins5-148/+34
2018-09-07Fix the slashes when setting the ZapBBInstrDir (#19858)Michelle McDaniel1-2/+2
2018-09-07Merge pull request #19830 from echesakovMSFT/CrossGenAllocateMethodDescChunkP...Egor Chesakov1-0/+2
2018-09-06Enable IJW Native calling managed (#19750)Morgan Brown5-3/+595
2018-09-06Removing i386/fptext.asm in favor of using the shared implementation in numbe...Tanner Gooding2-278/+0
2018-09-04During CrossGen allocate MethodDescChunk for every MethodDesc in MethodTableB...Egor Chesakov1-0/+2
2018-09-03Deal with cross-bitness compilation warnings Pt.2 (#19781)Egor Chesakov5-11/+27
2018-09-01i386: Fixed definition with declaration in eetoprofinterfaceimpl.cpp (#18792)sergey ignatov7-32/+26
2018-08-31Fix callKillSet for CORINFO_HELP_ASSIGN_BYREF on x64. (#19780)Sergey Andreenko1-2/+4
2018-08-31[local gc] move DacNotifyGCMarkEnd and AnalyzeSurvivorsRequested to GCToEEIn...David Mason3-1/+38
2018-08-30Add startup hook in System.Private.CoreLib (#19486)Sven Boemer2-1/+21
2018-08-28Enable mixed mode assembly loading (#19542)Morgan Brown7-26/+244
2018-08-28Merge pull request #19716 from BruceForstall/Fix19715Bruce Forstall1-0/+10
2018-08-28Break into debugger on assertion failures (#19702)Jan Kotas2-48/+2
2018-08-28Fix warning C4723 potential divide by zeroBruce Forstall1-0/+10
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