summaryrefslogtreecommitdiff
path: root/src/inc
AgeCommit message (Expand)AuthorFilesLines
2018-03-06Revert "Fix handling of incorrect assemblies on Unix (#16747)" (#16790)Jan Kotas2-2/+2
2018-03-05Fix handling of incorrect assemblies on Unix (#16747)Ruben Ayrapetyan2-2/+2
2018-03-02Use TARGET_POINTER_SIZE macro (#16640)Egor Chesakov1-41/+41
2018-03-01Merge pull request #16660 from echesakovMSFT/UseTarget64BitMacroEgor Chesakov1-3/+3
2018-02-28Replace ambiguous _WIN64 and BIT64 with _TARGET_64BIT_ macroEgor Chesakov1-3/+3
2018-02-28Merge pull request #16657 from debayang/crypto_arm64_intrinsicsBrian Sullivan1-1/+1
2018-02-28ARM64 SHA256 Crypto intrinsics implementationDebayan Ghosh1-1/+1
2018-02-27Merge pull request #16514 from echesakovMSFT/UseTargetPointerSizeMacroEgor Chesakov1-1/+1
2018-02-26Replace sizeof(void*)-like expressions with TARGET_POINTER_SIZE macroEgor Chesakov1-1/+1
2018-02-26Fixed mixed mode attach/JIT debugging. (#16552)Mike McLaughlin2-2/+4
2018-02-22Remove relocations for MethodTable::m_pParentMethodTable for Linux ARM (#15915)gbalykov1-0/+208
2018-02-17delete unused mirror files (#16423)Sergey Andreenko1-1/+0
2018-02-14Fix ARM/ARM64 hijacking in tail calls (#16039)Jan Vorlicek3-2/+34
2018-02-09Debugger api to set a breakpoint on offset 0 of all methods (#16303)David Mason1-1/+17
2018-02-09Revert "Debugger api to set a breakpoint on offset 0 of all methods (#15819)"Jan Kotas1-17/+1
2018-02-08Debugger api to set a breakpoint on offset 0 of all methods (#15819)David Mason1-1/+17
2018-02-08Cleanup redundant stale COR header definition (#16261)Jan Kotas1-0/+3
2018-02-03Fix failfast stacktrace (#15895)Sung Yoon Whang1-0/+1
2018-02-01Memory footprint gc latency level (#15469)gbalykov1-0/+1
2018-01-31Add ETL flags for ReadyToRun (#15801)Andy Ayers1-4/+8
2018-01-31[local gc] Enable eventing (#16120)David Mason1-16/+0
2018-01-31Merge pull request #16102 from sdmaclea/PR-CORINFO_HELP_THROW_TYPE_NOT_SUPPORTEDTanner Gooding2-5/+7
2018-01-30Add COMPlus variable to control rundown. (#16109)Brian Robbins1-0/+1
2018-01-30[Local GC] FEATURE_EVENT_TRACE 4/n: Event ports for all GC-keyword events (#1...Sean Gillespie1-8/+1
2018-01-30CORINFO_HELP_THROW_TYPE_NOT_SUPPORTEDSteve MacLean2-5/+7
2018-01-25Create the concept of EventPipeSession and refactor EventPipe to use it. Als...Brian Robbins1-4/+6
2018-01-25Fix Windows-Specific EventPipe Bugs (#16025)Brian Robbins1-6/+13
2018-01-25Enable tiered jitting for R2R methods (#15967)Koundinya Veluri1-0/+2
2018-01-25Revert "Add environment variable (COMPlus_EnableDiagnostics) to disable debug...Russ Keldorph1-1/+0
2018-01-24Add "CLRJitAttachState" global export from coreclr.dll that contains the CLR_...Mike McLaughlin1-3/+1
2018-01-23Delete dead code (#15990)Jan Kotas3-103/+2
2018-01-23[Local GC] FEATURE_EVENT_TRACE 1/n: Tracking Event State (#15873)Sean Gillespie1-0/+36
2018-01-21Remove AppDomainLeaks configuration option (#15956)antofik1-4/+0
2018-01-19Revert "Change just-in-time debugging registry keys. (#15722)" (#15921)Mike McLaughlin1-7/+1
2018-01-18 Update clr-configuration-knobs.md, add new C# csi.exe based script for xplat...Jacek Blaszczynski1-367/+228
2018-01-17Add environment variable (COMPlus_EnableDiagnostics) to disable debugging and...Mike McLaughlin1-1/+2
2018-01-12LoaderHeap: remove LHF_ZEROINIT option.Konstantin Baladurin1-12/+5
2018-01-08Fixed superpmi JIT debugging on desktop build. (#15773)Mike McLaughlin1-1/+7
2018-01-05Change just-in-time debugging registry keys. (#15722)Mike McLaughlin1-2/+2
2018-01-04Merge changes from TFS (#15732)dotnet bot2-8/+7
2018-01-03Fix description of FeatureSIMDCarol Eidt1-1/+1
2017-12-28Recognize STA\MTA Attribute For Main Function (#15652)Anirudh Agnihotry1-1/+0
2017-12-20Revert "Respect STA/MTAThread attributes (#15512)"Jan Kotas1-0/+1
2017-12-16Respect STA/MTAThread attributes (#15512)Anirudh Agnihotry1-1/+0
2017-12-14Change ReadOnlySpan indexer to return ref readonly (#14727)Ahson Khan1-5/+5
2017-12-13Adding valuenum support for acosh, asinh, atanh, and cbrtTanner Gooding1-5/+9
2017-12-13Merge pull request #15244 from fiigii/vectorCarol Eidt1-5/+12
2017-12-13[Arm64/Linux] PAL_GetJitCpuCapabilityFlags() (#15447)Steve MacLean2-230/+252
2017-12-12Enable Vector128/256<T> and Add intrinsicsFei Peng1-5/+12
2017-12-12Added comment to explicit number (#15484)sergey ignatov1-1/+1