summaryrefslogtreecommitdiff
path: root/src/inc
AgeCommit message (Expand)AuthorFilesLines
2018-07-06Remove relocations for vtable chunks (#17147)Gleb Balykov3-11/+49
2018-04-10Fix x86 steady state tiered compilation performance (#17476)Noah Falk1-0/+3
2018-04-05Rename conflicting definitions VER_MAJOR/MINORVERSION macros (#17364)Jan Kotas3-25/+0
2018-04-04Fix ARM32 on ARM64 Tracing (#17417)Brian Robbins1-2/+2
2018-04-03Increase crst level for ReadyToRunInfo's map lock (#17376)Koundinya Veluri2-117/+121
2018-03-31Delete dead code to support OSes prior to Windows 7 (#17367)Jan Kotas2-624/+3
2018-03-28Removing 'EXPERIMENTAL' from tiered compilation env var (#17283)Noah Falk1-1/+2
2018-03-26Remove a few bogus reinterpret_cast(nullptr_t) (#17229)mikedn1-3/+3
2018-03-26Only use FEATURE_PERFTRACING and FEATURE_EVENT_TRACE features when turned on ...Adam Stark1-1/+1
2018-03-24[Arm64] Assert on NYISteve MacLean1-1/+1
2018-03-24Delete some unused functions (#17193)mikedn1-8/+0
2018-03-24Delete unused files from src/inc (#17186)Jan Kotas15-22070/+0
2018-03-19Add new ICLRDebuggingLibraryProvider2 interface for OpenVirtualProces that wo...Mike McLaughlin1-1/+48
2018-03-19Switch over to managed Marvin implementation for string hashing (#17029)Jan Kotas1-85/+0
2018-03-19Delete unused downlevel globalization support (#17022)Jan Kotas3-594/+1
2018-03-17Add environment variable (COMPlus_EnableDiagnostics) to disable debugging and...Mike McLaughlin1-0/+1
2018-03-13Revert "Revert "Fix handling of incorrect assemblies on Unix (#16747)" (#1679...Jan Kotas2-2/+2
2018-03-10crossgen plumbing cleanup (#16883)Jan Kotas5-1127/+2
2018-03-10Fix build with Clang 6.0 and enable build with Clang 5.0 (#16855)Jan Vorlicek1-1/+1
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