summaryrefslogtreecommitdiff
path: root/src/inc
AgeCommit message (Expand)AuthorFilesLines
2019-05-22Stop compiling fragile NGen support into the runtime (#24625)Jan Kotas2-0/+6
2019-05-22Merge pull request #24734 from mikem8361/sosincs2Mike McLaughlin2-2/+12
2019-05-22Add EnumerateRefs API and remove GetObjectReferences (#24542)Mukul Sabharwal1-2/+5
2019-05-22Add warning banner and sos threads -special fixMike McLaughlin2-2/+12
2019-05-22Delete FEATURE_WINDOWSPHONE (#24718)Jan Kotas3-37/+1
2019-05-22Delete dead strongname-related code (#24709)Jan Kotas1-10/+0
2019-05-22Track debug info for DynamicMethods for Profiler API (#24139)Mukul Sabharwal1-0/+1
2019-05-21Delete Unsafe redefinitions of Windows APIs (#24688)Jan Kotas3-330/+0
2019-05-20Cuckoo metadata (#24498)David Wrighton1-2/+3
2019-05-20Comment the include files that have SOS dependencies (#24655)Mike McLaughlin6-1/+32
2019-05-17Delete unnecessary locale arguments (#24624)Jan Kotas5-114/+7
2019-05-16Compile JIT sources with /W4Mike Danes1-2/+2
2019-05-15Remove concept of AppDomains from the GC (#24536)David Wrighton1-5/+0
2019-05-15Making crossgen throw when compiling with the PartialNgen flag and no IBC dat...Fadi Hanna1-0/+6
2019-05-14Enable QuickJit by default (#24576)Koundinya Veluri1-1/+1
2019-05-14Fix issues reported by PREfast static analysis tool (#24577)Jan Kotas2-9/+8
2019-05-14Stack size override (#24532)Steve MacLean1-0/+1
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