summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-03-17Remove old filesSinan Kaya4-279/+0
2019-03-17Correct current script dir detectionSinan Kaya3-12/+15
2019-03-16Move Enum and CorElementType to shared (#23177)Egor Bogatov6-146/+174
2019-03-16Fixing some payload serialization issue on new EventCounters (#23295)Sung Yoon Whang4-7/+8
2019-03-16Fix x86 dumps from HandleFatalError showing misleading callstack (#23289)Elinor Fung6-5/+35
2019-03-16Fix typo (#23300)Nikita Potapenko15-24/+24
2019-03-16JIT: clear stub register assignment for tail calls via helper (#23288)Andy Ayers1-0/+12
2019-03-15Introduce COMPlus arm64 HW intrinsics knobs (#23244)Bruce Forstall4-26/+55
2019-03-15Add siVarLoc::Equals (#23275)Brian Bohe2-0/+76
2019-03-15Rename private GetEntryAssembly QCall overload (#22396)Stephen Toub2-6/+6
2019-03-15Use HKLM for CLSID lookup (#23258)Elinor Fung4-186/+201
2019-03-15Fix formatting errorBrian Sullivan1-13/+13
2019-03-15Merge pull request #23272 from briansull/VNMap_OverwriteBrian Sullivan1-16/+20
2019-03-15Port AMSI scanning for assembly loads (#23231)Elinor Fung4-32/+188
2019-03-15Fix GetFullAffinityMask for cpuCount==64 (#23276)Jan Vorlicek2-2/+12
2019-03-15In CLRLifoSemaphore, start the underlying semaphore with 0 for the initial si...Koundinya Veluri1-1/+1
2019-03-15Collection<T>: Validate parameters in the public methods (#23166)Justin Van Patten1-38/+72
2019-03-14Move TypeLoadException to shared (#23238)Egor Bogatov5-136/+122
2019-03-14Make ILProj work in Visual Studio (#23264)Eric StJohn1-0/+7
2019-03-14Fix for duplicate call to Set when we run out of budgetBrian Sullivan1-16/+20
2019-03-14Merge pull request #23180 from franksinankaya/gcc_cleanup_12Jan Vorlicek4-5/+5
2019-03-14 Fix the calling convention for P/Invokes and delegates to hostpolicy (#23249)Aaron Robinson2-5/+5
2019-03-14Fix GetProcessAffinityMask (#23247)Jan Vorlicek2-32/+14
2019-03-14Fix DisableTier0Jit when multi-core JIT is enabled (#23200)Koundinya Veluri2-6/+25
2019-03-14Merge pull request #23203 from janvorli/fix-no-return-false-positivesJan Vorlicek7-10/+25
2019-03-14Delete suspicious code in delegate construction (#22830)Michal Strehovský1-76/+2
2019-03-13Fix/clean compNoGCHelperCallKillSet for arm. (#23078)Sergey Andreenko4-70/+83
2019-03-14Choose the SString constructor explicitlySinan Kaya1-1/+1
2019-03-14signedness conversionSinan Kaya2-2/+2
2019-03-14fix conversion issuesSinan Kaya2-2/+2
2019-03-13Merge pull request #23109 from briansull/gh-21231Brian Sullivan7-18/+46
2019-03-13Add OperationStatus-based UTF8 transcoding APIs (#23219)Levi Broderick2-0/+199
2019-03-13Merge pull request #23220 from BruceForstall/FixArm64HfaJmpCallNyiBruce Forstall1-31/+53
2019-03-13Fix for Issue 21231Brian Sullivan7-18/+46
2019-03-13Fix SIMD handle issues (#23193)Carol Eidt1-3/+12
2019-03-13Fix missed RelocatedType annotationMichal Strehovsky1-0/+3
2019-03-13Fix issue 23151 (Cleanup TODO introduced by PR #23148)Andrew Au1-2/+10
2019-03-13Add new counter APIs (#23077)Sung Yoon Whang8-365/+835
2019-03-12Arm64: Implement JMP call for HFA register argumentsBruce Forstall1-31/+53
2019-03-13Move ANALYZER_NORETURN after function return type.Jan Vorlicek4-10/+6
2019-03-12Don't retain modifiers for instantation stub signatures (#23210)Andy Ayers2-1/+2
2019-03-12Fixing a couple of issues in the Utf8Parsing/Formatting code (#23134)Tanner Gooding3-19/+19
2019-03-11Replace Delegate.CreateDelegate (dotnet/corert#7147)Michal Strehovský2-5/+21
2019-03-11Merge pull request #23141 from CarolEidt/Fix23059Carol Eidt2-5/+16
2019-03-11Fix NRE in EqualStringArrays (#23174)Hugh Bellamy1-1/+1
2019-03-11Fix no-return false positives in static analyzer buildJan Vorlicek7-6/+25
2019-03-11Add EntryPointFilter option (#23054)Steve MacLean3-22/+42
2019-03-11Add a target to get native resources from another DLL to ILProj SDK (#23117)Eric StJohn1-0/+44
2019-03-11Remove 2 suffix step 1 (dotnet/corefx#35904)Dan Moseley1-3/+3
2019-03-11Merge pull request #23093 from franksinankaya/gcc_warnings_9Jan Vorlicek50-79/+79