platform/upstream/dotnet/runtime.git
2018-09-04 Egor ChesakovReplace VNForPtrSizeIntCon(addrValue) with VNForHandle...
2018-09-04 Egor ChesakovReplace ssize_t with target_ssize_t in GenTree::ParseAr...
2018-09-04 Egor ChesakovDeal with cross-bitness compilation warnings Pt.2 ...
2018-09-02 chrisnasAdd modules to the heap only dump in order to have...
2018-09-01 sergey ignatovi386: Fixed definition with declaration in eetoprofinte...
2018-08-31 Sergey AndreenkoFix callKillSet for CORINFO_HELP_ASSIGN_BYREF on x64...
2018-08-31 Jacek BlaszczynskiAdd Avx2.Permute4x64 template based tests
2018-08-31 Jacek BlaszczynskiImplement Avx2.Permute4x64 intrinsics
2018-08-31 Jarret ShookFix build-test.sh wrapper build (dotnet/coreclr#19779)
2018-08-31 Santiago Fernandez... Revert "Remove not necessary type forwarded from attrib...
2018-08-31 Jan KotasFix build break in CoreRT/ProjectN
2018-08-31 Carol EidtMerge pull request dotnet/coreclr#19772 from fiigii...
2018-08-31 Andy AyersJIT: don't allocate promoted struct death vars map...
2018-08-31 Ben AdamsIndexOf(char, Ordinal) use fast path (dotnet/coreclr...
2018-08-31 David MasonEnable gc_profiling for local gc (dotnet/coreclr#19777)
2018-08-31 David Mason[local gc] move DacNotifyGCMarkEnd and AnalyzeSurvivor...
2018-08-31 Tanner GoodingUpdating runtest.py so that it works with Python 3
2018-08-31 Sven BoemerAdd startup hook in System.Private.CoreLib (dotnet...
2018-08-30 Aaron RobinsonUpdate existing COM test assets (native/managed) to...
2018-08-30 Fei PengFix target register false dependency of lzcnt, tzcnt...
2018-08-30 Andrew AuFix CoreCLR debug launch (dotnet/coreclr#19730)
2018-08-30 Andy AyersJIT: don't compute edge weights if not optimizing ...
2018-08-30 Mark Jungtypo fix (dotnet/coreclr#19763)
2018-08-30 Sergey AndreenkoFix test folder register (dotnet/coreclr#19749)
2018-08-30 Sergey AndreenkoDelete code that tracks stack level in morph. (dotnet...
2018-08-30 Sergey Andreenkofix merge conflict in build-test.sh (dotnet/coreclr...
2018-08-30 Egor ChesakovDefine T_RUNTIME_FUNCTION in cross-bitness crossgen...
2018-08-30 Carol EidtMerge pull request dotnet/coreclr#19742 from CarolEidt...
2018-08-30 Egor ChesakovMerge pull request dotnet/coreclr#19727 from echesakovM...
2018-08-29 Tanner GoodingUpdate floatdouble and floatsingle to use `floatcontrol...
2018-08-29 Tanner GoodingUpdating floatdouble and floatsingle to work around...
2018-08-29 Brian SullivanMerge pull request dotnet/coreclr#19726 from briansull...
2018-08-29 John DoeTypos (dotnet/coreclr#19737)
2018-08-29 Brian SullivanFix typo
2018-08-29 Santiago Fernandez... Remove not necessary type forwarded from attributes...
2018-08-29 Carol EidtDisable Failing test on Arm64
2018-08-29 Brian SullivanValue Numbering dumping changes and documentation on...
2018-08-29 Fei Pengusing struct for VectorPacket in PacketTracer benchmark
2018-08-29 Carol EidtMerge pull request dotnet/coreclr#19695 from CarolEidt...
2018-08-29 Vance MorrisonMerge pull request dotnet/coreclr#19205 from vancem...
2018-08-29 Michelle McDanielEnable ibc official build (dotnet/coreclr#19586)
2018-08-29 Fei PengImprove struct promotion for 256-bit SIMD fields
2018-08-29 Morgan BrownFix IJW test failing on Linux (dotnet/coreclr#19729)
2018-08-29 Egor ChesakovCast gtIconVal to target_ssize_t in src/jit/assertionpr...
2018-08-29 Egor ChesakovDo not Constant-Prop immediate values that require...
2018-08-29 Egor ChesakovMerge pull request dotnet/coreclr#19619 from echesakovM...
2018-08-29 Simon NattressMerge pull request dotnet/coreclr#19053 from riverar...
2018-08-29 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, CoreSetup, PgoData...
2018-08-29 Morgan BrownEnable mixed mode assembly loading (dotnet/coreclr...
2018-08-28 Brian SullivanMerge pull request dotnet/coreclr#19712 from briansull...
2018-08-28 Bruce ForstallMerge pull request dotnet/coreclr#19716 from BruceForst...
2018-08-28 Sergey Andreenkoreturn NETClientPrimitives to the exluce list for all...
2018-08-28 Tanner GoodingReplacing the IsDstSrcSrcAVXInstruction jump table...
2018-08-28 Tanner GoodingReplacing the IsDstDstSrcAVXInstruction jump table...
2018-08-28 Jan KotasBreak into debugger on assertion failures (dotnet/corec...
2018-08-28 Bruce ForstallMerge pull request dotnet/coreclr#19701 from BruceForst...
2018-08-28 Carol EidtHandle multiReg COPY
2018-08-28 Simon NattressMerge pull request dotnet/coreclr#19709 from acmyu...
2018-08-28 Bruce ForstallFix warning C4723 potential divide by zero
2018-08-28 Brian SullivanRemoved unused argument 'evalAsgLhsInd' in Value Numbering
2018-08-28 Andy Ayersfix build break when STUB_LOGGING is defined (dotnet...
2018-08-28 Brian RobbinsAdd missing license headers. (dotnet/coreclr#19693)
2018-08-28 David Masonre-enable com for local gc (dotnet/coreclr#19681)
2018-08-28 Amy YuAdd architectures supported table
2018-08-28 Tanner GoodingMerging the instrsxarch fp, rf, and wf parameters into...
2018-08-28 Brian RobbinsRemove reflection from RuntimeEventSource test. (dotnet...
2018-08-27 Anirudh AgnihotryUsing shared copy of registryvalueKind (dotnet/corefxdo...
2018-08-27 Bruce ForstallFix Linux/x86 altjit
2018-08-27 Andy AyersSome fixes for the interpreter (dotnet/coreclr#19678)
2018-08-27 Egor ChesakovDeal with compilation warnings in JIT in cross-bitness...
2018-08-26 Jan KotasRevert "Cleanup netfx-specific code from projects that...
2018-08-26 Tim Lovell... Cleanup netfx-specific code from projects that no longe...
2018-08-26 AmyR2RDump - Non-Windows machine code (dotnet/coreclr...
2018-08-26 AmyR2RDump - Fix errors caused by ExportedTypes rids in...
2018-08-26 AmyR2RDump - Check disassembler support (dotnet/coreclr...
2018-08-25 mikednRemove some GT_ASG_op leftovers (dotnet/coreclr#18205)
2018-08-25 mikednStreamline fgExcludeFromSsa (dotnet/coreclr#15351)
2018-08-25 David MasonRemove NumaNodeInfo, CPUGroupInfo, AppDomain, SystemDom...
2018-08-25 Vitek KarasVery small cleanup of various comments and code formatt...
2018-08-25 Sergey AndreenkoFix long spmi file names/clean few functions. (dotnet...
2018-08-25 Egor ChesakovDisable System.Numerics.Vectors.Tests (dotnet/coreclr...
2018-08-25 Jarret ShookUse runtest.py to run tests for all platforms (dotnet...
2018-08-25 Jeremy KuhneFix FileStream in WinRT build (dotnet/coreclr#19659)
2018-08-24 Jan KotasUpdate version in documentation samples to 3.0
2018-08-24 Koundinya VeluriFix JitBench (dotnet/coreclr#19584)
2018-08-24 Bruce ForstallMerge pull request dotnet/coreclr#19556 from mikedn...
2018-08-24 Aaron RobinsonUpdate interop test xplat header (dotnet/coreclr#19576)
2018-08-24 Fei PengImplement Intel AES intrinsic
2018-08-24 Fei PengAdd test cases for AES intrinsic
2018-08-24 AmyR2RDump - ARM and ARM64 UnwindInfo (dotnet/coreclr...
2018-08-24 Carol EidtMerge pull request dotnet/coreclr#19636 from jakobbotsc...
2018-08-24 Sergey AndreenkoFix superpmi-shim-counter (dotnet/coreclr#19639)
2018-08-24 Andy AyersJIT: fix handling of newarr size (dotnet/coreclr#19633)
2018-08-24 Ahson KhanWorkaround to remove unnecessary bounds checks when...
2018-08-23 Aditya MandaleekaMerge pull request dotnet/coreclr#19635 from josalem...
2018-08-23 Jakob Botsch... Make clang happy and fix old comment
2018-08-23 Jakob Botsch... Mask shift value for shift [mem], const
2018-08-23 John Salemfix syntax error in build-test.sh
2018-08-23 Brian SullivanMerge pull request dotnet/coreclr#19610 from briansull...
2018-08-23 Tomáš RylekTwo R2RDump fixes for Crossgen output (dotnet/coreclr...
next