summaryrefslogtreecommitdiff
path: root/src/inc
AgeCommit message (Expand)AuthorFilesLines
2018-06-26More Dead String (#18664)Henry Sharber1-816/+0
2018-06-25Cross-bitness in instance fields placement and CORINFO structs (#18366)Egor Chesakov2-0/+23
2018-06-25Fix nested-anon-types warnings (#18591)Adeel Mujahid1-92/+106
2018-06-24Removed dead strings used in debug-only code (#18622)hsharber1-3719/+0
2018-06-19PInvoke calli support for CoreRT (#18534)Jan Kotas1-5/+11
2018-06-18Removed dead strings from corerror.xmlHenry Sharber1-155/+0
2018-06-14clean up list of disabled warnings. (#18318)Sergey Andreenko2-38/+15
2018-06-06Cross-bitness support in JitInterface (#18329)Egor Chesakov1-0/+4
2018-06-05Add instructions for making idl file changes (#18188)Noah Falk1-0/+12
2018-06-04Work in VM towards cross-bitness crossgen (#18245)Egor Chesakov1-2/+6
2018-06-04Fix error during compilation with /permissive- (#18272)Andrey Kurdyumov1-1/+1
2018-06-03Warnings cleanup (#18260)Robin Sue1-16/+0
2018-05-27Typo (#18141)John Doe1-1/+1
2018-05-10Specify ordering between CrstUniqueStack and CrstReadyToRunEntryPointToMethod...Sung Yoon Whang2-2/+2
2018-04-19GCStress: try to reduce races and tolerate races better (#17330)Andy Ayers3-105/+118
2018-04-17Ensure thumb bit is set when searching for debugger jit info on ARM (#17617)Chris Sienkiewicz1-1/+1
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