summaryrefslogtreecommitdiff
path: root/src/inc
AgeCommit message (Expand)AuthorFilesLines
2019-05-13Profiler API to request ReJIT with inliners (#24461)David Mason5-83/+128
2019-05-13RemoveThrowMessage (#24563)Steve MacLean1-1/+0
2019-05-09Merge pull request #24456 from briansull/ibc-workBrian Sullivan2-13/+13
2019-05-08Fix ETL event rejit IDs and sending of the IL to native map event when code v...Koundinya Veluri1-6/+8
2019-05-08Prefer UINT32 over DWORD in the IBC BlockCount API'sBrian Sullivan2-7/+7
2019-05-07Rename struct ICorJitInfo::ProfileBuffer to ICorJitInfo::BlockCountsBrian Sullivan2-9/+9
2019-05-06Add option to only notify profiler of LOH allocations (#24291)Mukul Sabharwal2-1/+23
2019-05-02When QuickJit is enabled, disable it for methods that contain loops by defaul...Koundinya Veluri2-8/+8
2019-05-01Adjust some terms (#24351)Dan Moseley2-2/+2
2019-05-01Copy all win32 resources (#24308)David Wrighton1-3/+7
2019-04-26Add config value for jit host slab cache maximum size (#24254)Gleb Balykov1-0/+2
2019-04-25Add IsFrozenObject Profiler API (#24239)Mukul Sabharwal1-0/+3
2019-04-24Add Medium GC Profiling Mode & ICorProfilerInfo::GetObjectReferences (#24156)Mukul Sabharwal2-1/+31
2019-04-20Eventpipe Crst ordering fix (#24101)Sung Yoon Whang2-4/+5
2019-04-18Move R2R-specific code to be outside FEATURE_PREJIT (#24075)Jan Kotas5-16/+9
2019-04-18Don't return value types as const (#24103)Omair Majid1-2/+2
2019-04-16Use delete [] on array types (#24027)Omair Majid1-1/+1
2019-04-13Delete COMPlus_FinalizeOnShutdown (#23595)Jan Kotas2-8/+0
2019-04-09Remove Unix CPU groups emulationJan Vorlicek1-5/+14
2019-04-08Add Large pages support in GCMukul Sabharwal1-0/+1
2019-04-04Fix SystemV AMD64 Explicit structure classification (#22041)Jeremy Koritzinsky1-1/+4
2019-04-05Merge pull request #23537 from janvorli/remove-gc-cpu-group-knowledgeJan Vorlicek3-0/+14
2019-04-04Modify affinity range config format for WindowsJan Vorlicek1-0/+1
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton3-14/+0
2019-04-03Reflect PR feedbackJan Vorlicek2-1/+8
2019-04-03Remove CPU groups handling from the gc.cppJan Vorlicek1-0/+6
2019-04-03Emit event for calls to ReadyToRunInfo::GetEntryPoint. (#23662)Brian Robbins1-0/+2
2019-04-03[Preview 4] Disable tier 0 JIT (quick JIT) by default, rename config option (...Koundinya Veluri1-6/+6
2019-04-01Enable R2R compilation/inlining of PInvoke stubs where no marshalling is requ...Fadi Hanna4-5/+16
2019-03-29Use char16_t for *_W macros in corhdr.h on Linux/MacOs (#23559)Ilia1-60/+60
2019-03-29if existsSinan Kaya2-3/+11
2019-03-27Extend WindowsEventLog test for EntryPointFilter (#23178)Steve MacLean1-0/+2
2019-03-25Replace Win32 resource reading logic with cross platform implementation (#23363)David Wrighton1-2/+4
2019-03-21[EventPipe] Fix linker warning on Debug/Checked build and unlink Unix Domain ...José Rivero1-1/+1
2019-03-18Add Utf8String skeleton (#23209)Levi Broderick1-0/+3
2019-03-18[EventPipe] Adding an IPC server to handle out of process communication. (#23...José Rivero1-1/+1
2019-03-16Fix typo (#23300)Nikita Potapenko2-2/+2
2019-03-15Use HKLM for CLSID lookup (#23258)Elinor Fung1-11/+0
2019-03-14Merge pull request #23203 from janvorli/fix-no-return-false-positivesJan Vorlicek3-3/+6
2019-03-13Move ANALYZER_NORETURN after function return type.Jan Vorlicek1-2/+1
2019-03-11Fix no-return false positives in static analyzer buildJan Vorlicek3-2/+6
2019-03-11Merge pull request #23093 from franksinankaya/gcc_warnings_9Jan Vorlicek1-3/+3
2019-03-07Cleanup unused hosting interfaces (#23091)Jan Kotas8-1520/+5
2019-03-07conversionSinan Kaya1-3/+3
2019-03-06Cleanup old code (#23053)Steve MacLean2-10/+0
2019-03-03Cleanup more GCC warnings (#22872)Sinan Kaya1-4/+1
2019-03-01Revert heapcount and enable CPU Groups to fix Ubuntu FPE (#22861)Varun Venkatesan1-49/+1
2019-02-27Remove legacy classfactory.cpp implementation for managed COM activation (#22...Aaron Robinson2-9/+0
2019-02-27added a lightweight GC profiling option (#22866)Maoni Stephens2-1/+19
2019-02-25Remove support for ICLRExecutionManager and pause/resume code for waits (#22834)Filip Navara2-36/+0