Reduce the number of expected Pri-1 tests
[platform/upstream/coreclr.git] / src /
2018-10-09 Stephen ToubReduce CPU consumption by Timer's FireNextTimers (...
2018-10-09 Sergey AndreenkoDo not promote struct field with type mistmatch. (...
2018-10-09 Brian SullivanMerge pull request #20129 from briansull/vn-add-excepti...
2018-10-09 Levi BroderickImprove performance of String.ToUpper and friends ...
2018-10-09 Sam NeirinckCleanup MSDN URL's (dotnet/corefx#32663)
2018-10-09 Stephen ToubAvoid building DebugFinalizableAsyncStateMachineBox...
2018-10-09 Egor Chesakov[arm64] Fix GitHub 20211 Issue (#20240)
2018-10-09 Stephen ToubClear unnecessary state from completed Tasks (#20294)
2018-10-09 Carol EidtMerge pull request #20078 from CarolEidt/Fix20063
2018-10-09 Austin WiseRemove mentions of Rotor from codebase (#20298)
2018-10-08 Egor ChesakovMerge pull request #20289 from echesakovMSFT/FixBitOper...
2018-10-08 Andy AyersJIT: retrieve element class for arrays of ref types...
2018-10-08 Carol EidtMerge pull request #20210 from fiigii/lastavx2
2018-10-08 Jan VorlicekFix SegmentInitialize for OS_PAGE_SIZE > 4k (#20280)
2018-10-08 Austin WiseRemove mention of rotor from comments (#20297)
2018-10-08 Austin WiseRemove some dead remoting and context static things...
2018-10-06 John DoeTypos (dotnet/corefx#32625)
2018-10-06 Andy AyersJIT: make sure to use normalized type when retyping...
2018-10-06 Levi BroderickMove BinaryPrimitives into coreclr shared source (...
2018-10-06 Levi BroderickImprove performance of span-based ToUpper and related...
2018-10-06 Sergey AndreenkoRefactoring of struct promotion code for the future...
2018-10-05 Brian RobbinsEnable Config-File Based Control of EventPipe (#20238)
2018-10-05 Egor ChesakovUse IF_DR_2G for "Bit Operations" (IF_EN2L) in src...
2018-10-05 Brian SullivanAdded method header comments in optcse describing the...
2018-10-05 Brian SullivanFull support for exception sets in value numbering.
2018-10-05 Michal StrehovskýReport instantiation argument in non-virtual interface...
2018-10-05 John DoeTypos (#20271)
2018-10-05 Jan VorlicekRemove context statics stuff (#20256)
2018-10-05 Jonathan MarlerSynchronize access to static variable call_count (...
2018-10-05 Jan VorlicekAdd printing of LoaderAllocator to MethodTable in SOS...
2018-10-04 Tomáš RylekR2RDump fixes for dumping method instance entrypoint...
2018-10-04 Steve HarterMerge pull request #20252 from steveharter/FixIsAssigna...
2018-10-04 Jan VorlicekEnable thread statics for collectible classes (#19944)
2018-10-04 Jan VorlicekRemove AppDomain unload (#20250)
2018-10-04 Bruce ForstallMerge pull request #20235 from BruceForstall/Disable19361
2018-10-03 Steve HarterFix compat issue with Type.IsAssignableFrom
2018-10-03 Fei PengImplement the remaining AVX2 intrinsic
2018-10-03 Fei PengFix AVX2 intrinsic doc
2018-10-03 Carol EidtMerge pull request #20173 from fiigii/retest
2018-10-03 David Masonreport the entire generation table in EnumWksGlobalMemo...
2018-10-03 Egor ChesakovSupport building cross-architecture components on armel...
2018-10-03 Jeremy KoritzinskyMarshal blittable structs via memcpy even if nested...
2018-10-03 Koundinya VeluriAdd MethodImplOptions.AggressiveOptimization and use...
2018-10-03 Tomáš RylekFix X86 disassembly and a bug regarding ExportedTypes...
2018-10-02 Andy AyersMerge pull request #20203 from AndyAyersMS/FixGtIndexAd...
2018-10-02 Carol EidtMerge pull request #20193 from fiigii/addbc
2018-10-02 mikednStop updating gtRsvdRegs before LSRA (#20136)
2018-10-01 Bruce ForstallMerge pull request #20201 from jkotas/update-lst
2018-09-29 Stephen ToubImprove Guid parsing performance (#20183)
2018-09-29 Jan KotasSimplify SafeBuffer.Initialize implementation (#20198)
2018-09-29 Jeremy KoritzinskyUnify argument verification for Marshal.GetHINSTANCE...
2018-09-29 Sergey AndreenkoMake `structType` optional in jitEEInterface method...
2018-09-29 Stephen ToubAvoid allocation in Task.Yield() awaiter (#20186)
2018-09-28 Fei PengAdd pointer overloads for Avx2.BroadcastScalarToVector256
2018-09-28 Drew ScogginsMerge pull request #20152 from DrewScoggins/UpdateIBCDeps
2018-09-28 Jan VorlicekEnable delegate marshalling for collectible types ...
2018-09-28 Tanner GoodingUpdating NumberToStringFormat to not print the sign...
2018-09-28 Luqun LouEnable BSTR Marshaling Support for x-plat PInvoke ...
2018-09-28 Alexander SoldatovAdded transcript of ARMEnabled. (#20181)
2018-09-28 Stephen ToubAvoid AwaitTaskContinuation allocation in some awaits...
2018-09-28 Fei PengOptimize SSE2 intrinsic importation
2018-09-27 Stephen ToubFix CancellationTokenRegistration.Dispose racing with...
2018-09-27 Egor ChesakovMerge pull request #19960 from echesakovMSFT/UseCrossBi...
2018-09-27 Michelle McDanielReplace Crst* with CrstStatic for IBCLogger (#20148)
2018-09-27 Egor ChesakovCross-bitness in VTable Calls (#20137)
2018-09-26 Sergey AndreenkoDo not treat a custom layout as overlapping when trying...
2018-09-26 Bruce ForstallMerge pull request #20098 from dotnetrt/fix-win-unix...
2018-09-26 Jeremy KoritzinskyMerge pull request #20132 from jkoritzinsky/fixes/corec...
2018-09-26 Bruce ForstallMerge pull request #19939 from mikedn/visit-cmpxchg
2018-09-26 Jeremy KoritzinskyPR Feedback and exclude regression test on 64-bit proce...
2018-09-26 Jan KotasDelete dead .NET Framework activation code (#20134)
2018-09-25 Jeremy KoritzinskySimpler implementation from PR feedback.
2018-09-25 Sung Yoon WhangPorting fix on Desktop for VirtualUnlock perf issue...
2018-09-25 Jeremy KoritzinskyFix possible overflow in SafeBuffer.Initialize.
2018-09-25 Egor ChesakovMerge pull request #19979 from echesakovMSFT/CrossGenCo...
2018-09-25 Jacek BlaszczynskiAdd header files to ildasm, ilasm vcxproj (#20052)
2018-09-25 Bruce ForstallMerge pull request #20107 from dotnet/dev/unix_test_wor...
2018-09-25 Jacek BlaszczynskiAdd headers to cordb{di, ee_dac, ee_wks}.vcxproj files...
2018-09-24 Jan VorlicekFix hijacking for ARM/ARM64/x86 on Unix (#20042)
2018-09-24 Davis GoodinDon't check for libintl.h on Darwin (OSX) (#20094)
2018-09-24 Sergey Andreenkoclean code that counts promoted implict byref argument...
2018-09-24 Jan KotasSimplify OSVERSIONINFOEX interop (#20111)
2018-09-24 谭九鼎Remove unnecessary parenthesis (dotnet/corefx#32419)
2018-09-22 Tanner GoodingPorting NumberToDouble to managed code. (#20080)
2018-09-22 Bruce ForstallMerge pull request #20095 from BruceForstall/Disable80373
2018-09-22 Ahson KhanStreamline MemoryExtension Trim and Trim(char) by remov...
2018-09-21 Carol EidtPR feedback: clarify that COPY/RELOAD can have register...
2018-09-21 Brian SullivanMerge pull request #20033 from briansull/normalizeAsser...
2018-09-21 Andrew ArnottFix copy-paste error in xml doc comment (dotnet/corefx...
2018-09-21 Marek SafarSimplifies UTF32Encoding/UTF8Encoding/UnicodeEncoding...
2018-09-21 Simon NattressFix decoding bug in r2rdump's native format reader
2018-09-21 Fadi HannaPerformance fix for R2R: vtable calls (#20061)
2018-09-21 Mike McLaughlinFix issue #20076 createdump faults. (#20084)
2018-09-21 Simon NattressMake EH table optional in R2RDump
2018-09-21 Brian SullivanUpdated assertionprop.cpp
2018-09-20 Andy AyersJIT: Fix operand evaluation order for GT_INDEX_ADDR...
2018-09-20 Jan KotasMove RegistryKey to shared CoreLib partition (#20067)
2018-09-20 Fei PengAdd pointer overloads for Avx2.BroadcastScalarToVector128
2018-09-20 Fei PengAdd unsigned overloads for MultiplyLow
2018-09-20 Fei PengAdd all integer overloads for AVX2/SSSE3 AlignRight
next