summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2019-04-26Added check for GetManagedCommandLine() returning a nullptr in ProfileDataAll...Brian Sullivan3-6/+13
2019-04-26Commits from #24229 - Fixes for IBC profile data on LinuxBrian Sullivan6-68/+119
2019-04-26Revert "Fix for IBC profile data on Linux - Build the full command line for F...Brian Sullivan6-101/+68
2019-04-26Revert "Added method ReleaseManagedCommandLine to release memory"Brian Sullivan3-19/+1
2019-04-26Undo a change where we ignore the specified EventPipe sessionType.José Rivero1-4/+4
2019-04-26Refactored the duplicated code into a template method patternAndrew Au4-130/+116
2019-04-26Add config value for jit host slab cache maximum size (#24254)Gleb Balykov3-1/+9
2019-04-25Merge pull request #24229 from briansull/ibc-linuxBrian Sullivan6-68/+119
2019-04-25Added method ReleaseManagedCommandLine to release memoryBrian Sullivan3-1/+19
2019-04-25Add IsFrozenObject Profiler API (#24239)Mukul Sabharwal2-0/+38
2019-04-25Fix for IBC profile data on Linux - Build the full command line for FEATURE_PALBrian Sullivan6-68/+101
2019-04-25Merge pull request #24242 from janvorli/fix-numa-node-for-disabled-numaJan Vorlicek1-13/+13
2019-04-25Using SList<SListElem<T>> to store the EventPipeProviderCallbackDataAndrew Au2-27/+8
2019-04-25Merge pull request #24232 from janvorli/fix-large-version-bubble-2Jan Vorlicek1-6/+7
2019-04-25Improve the performance of the type loader (#24177)David Wrighton16-476/+588
2019-04-25Fixing 23941 (#24199)Fadi Hanna4-1/+62
2019-04-25Fix NUMA node for heap when NUMA is not availableJan Vorlicek1-13/+13
2019-04-25Postponing the managed callback so that they are called after the lock acquis...Andrew Au8-82/+261
2019-04-24Switch to workstation GC in case of constrained CPU resources (#24194)Ludovic Henry1-1/+1
2019-04-24Add Medium GC Profiling Mode & ICorProfilerInfo::GetObjectReferences (#24156)Mukul Sabharwal4-7/+137
2019-04-24More multi-appdomain support removal (#23921)David Wrighton33-853/+101
2019-04-25Fix crossgen with large version bubble enabledJan Vorlicek1-6/+7
2019-04-24Fixing issue where LTTng probe check disables GC events (#24198)Sung Yoon Whang1-7/+7
2019-04-23Fix crash after unload with server GC (#24196)Jan Vorlicek1-0/+6
2019-04-22Remove create assembly name (#24154)Steve MacLean2-17/+2
2019-04-21Fix AssemblyName cache hash and key (#24138)Steve MacLean1-5/+5
2019-04-20Tighten asserts (#24124)Andrew Au5-10/+10
2019-04-19The thread triggering finalizer shutdown events should be in an alertable sta...Aaron Robinson1-1/+5
2019-04-19Implement APIs for some threading metrics (CoreCLR) (#24113)Koundinya Veluri9-34/+226
2019-04-19Block usage of default interfaces feature in COM scenarios (#23970)Aaron Robinson7-337/+357
2019-04-18Move R2R-specific code to be outside FEATURE_PREJIT (#24075)Jan Kotas32-316/+357
2019-04-18Don't return value types as const (#24103)Omair Majid1-4/+4
2019-04-18If IPC connections fails, then remove active session. (#24082)José Rivero6-5/+37
2019-04-18Merge pull request #24066 from janvorli/put-back-cpu-limitsJan Vorlicek1-8/+4
2019-04-18Skip type sanity checks for CoreLib (#24074)Jan Kotas2-2/+2
2019-04-17Removing the unnecessary friend relationshipAndrew Au1-1/+0
2019-04-17Put back the CPU limiting in GCJan Vorlicek1-8/+4
2019-04-16Nit: Update comment (#23896)Next Turn1-1/+1
2019-04-16[EventPipe] Minor bug fixes, and remove redundant/unused code. (#23956)José Rivero13-220/+151
2019-04-16Arm64 vector ABI (#23675)Carol Eidt11-59/+230
2019-04-16Use delete [] on array types (#24027)Omair Majid1-1/+1
2019-04-15Use NewArrayHolder for array types (#24017)Omair Majid5-13/+13
2019-04-15Opt COM methods out of the new Windows instance-method handling. (#23974)Jeremy Koritzinsky2-4/+5
2019-04-13Delete unused AssemblyName._hashForControl and related code (#23972)Jan Kotas4-30/+0
2019-04-13Delete COMPlus_FinalizeOnShutdown (#23595)Jan Kotas13-721/+22
2019-04-12Fix EventPipe IPC streaming (#23768)Sung Yoon Whang6-6/+22
2019-04-12Consolidate duplicate assignment (#23923)bdebaere1-2/+1
2019-04-11Fix 23740 (#23906)Steve MacLean1-4/+4
2019-04-10If a delegate type is a WinRT delegate or a WinRT-projected delegate, allow d...Jeremy Koritzinsky1-1/+1
2019-04-11Contextual reflection (#23740)Steve MacLean11-79/+123