Age | Commit message (Expand) | Author | Files | Lines |
2018-07-10 | Updating the x86 HWIntrinsic test templates to test struct field scenarios | Tanner Gooding | 23 | -228/+1230 |
2018-07-10 | Move BinaryReader to shared CoreLib partition (#18845) | Jan Kotas | 4 | -39/+16 |
2018-07-10 | Exclude failing CoreFx test (#18844) | Amy | 1 | -0/+4 |
2018-07-09 | Fixing a call to emitIns_SIMD_R_R_AR_R to pass arguments in the correct order | Tanner Gooding | 1 | -1/+1 |
2018-07-09 | Updating InstructionSet_BMI1/2 to be controlled by the COMPlus_EnableAVX flag... | Tanner Gooding | 4 | -34/+32 |
2018-07-09 | Adding tests for the ParallelBitDeposit and ParallelBitExtract Bmi2 HWIntrinsics | Tanner Gooding | 8 | -0/+992 |
2018-07-09 | Implementing the ParallelBitDeposit and ParallelBitExtract Bmi2 HWIntrinsics | Tanner Gooding | 5 | -4/+95 |
2018-07-09 | Adding tests for the AndNot, ExtractLowestSetBit, GetMaskUpToLowestSetBit, an... | Tanner Gooding | 13 | -2/+1564 |
2018-07-09 | Implementing the AndNot, ExtractLowestSetBit, GetMaskUpToLowestSetBit, and Re... | Tanner Gooding | 8 | -18/+161 |
2018-07-09 | Adding tests for the x86 TrailingZeroCount HWintrinsic | Tanner Gooding | 7 | -0/+599 |
2018-07-09 | Implementing the x86 TrailingZeroCount HWIntrinsic | Tanner Gooding | 5 | -4/+58 |
2018-07-09 | Renaming ScalarUnOpTest to ScalarSimdUnOpTest | Tanner Gooding | 14 | -83/+83 |
2018-07-09 | Fix serialization type in NotFiniteNumberException (#18833) | Viktor Hofer | 1 | -2/+2 |
2018-07-09 | CoreFX CI Unix Staging commit (#18750) | Andon Andonov | 3 | -24/+73 |
2018-07-09 | Fix a comment in the string.ToLower() method (#18832) | HumanEquivalentUnit | 1 | -1/+1 |
2018-07-09 | Undo unnecessary BinaryReader::ReadOneChar/InternalReadOneChar split (#18830) | Jan Kotas | 1 | -82/+72 |
2018-07-09 | Moved ManualResetEventSlim to shared (#18799) | Anirudh Agnihotry | 6 | -22/+11 |
2018-07-08 | Correct AssemblyLoadContext comment (#18809) | Rich Lander | 1 | -2/+2 |
2018-07-08 | LastIndexOf corner case fix when span is empty (#18826) | Viktor Hofer | 1 | -1/+1 |
2018-07-08 | Fix Span LastIndexOf empty value handling | Viktor Hofer | 1 | -1/+1 |
2018-07-06 | TargetFrameworkName property initialized (#18814) | Anirudh Agnihotry | 1 | -23/+8 |
2018-07-06 | Improve DateTime{Offset}.ParseExact performance for "O"/"o" roundtrip format ... | Stephen Toub | 1 | -13/+229 |
2018-07-06 | Merge pull request #18795 from BruceForstall/RemoveArmemJobs | Bruce Forstall | 1 | -57/+18 |
2018-07-06 | [ARM] Mention a clang-5.0 issue in the documentation (#18803) | nkaretnikov2 | 1 | -1/+12 |
2018-07-05 | Merge pull request #18775 from briansull/add-noway-assert | Brian Sullivan | 2 | -12/+19 |
2018-07-05 | Remove Ubuntu/Ubuntu16.04 emulator CI jobs | Bruce Forstall | 1 | -57/+18 |
2018-07-05 | Update certain Marshal APIs to match exception thrown on .NET Framework (#18791) | Aaron Robinson | 2 | -33/+30 |
2018-07-05 | Added noway asserts in gtNewZeroConNode and gtNewOneConNode | Brian Sullivan | 2 | -12/+19 |
2018-07-05 | Merge pull request #18793 from BruceForstall/UpdateLibUnwindIssue | Bruce Forstall | 1 | -2/+2 |
2018-07-05 | Update Linux ARM libunwind instructions | Bruce Forstall | 1 | -2/+2 |
2018-07-05 | Enable genFnCalleeRegArgs for Arm64 Varargs (#18714) | Jarret Shook | 7 | -58/+37 |
2018-07-05 | Delete dead code (#18783) | Jan Kotas | 9 | -85/+17 |
2018-07-04 | Improve DateTime{Offset}.ParseExact{Multiple} performance for RFC1123 ("r") (... | Stephen Toub | 1 | -12/+222 |
2018-07-04 | Re-enable jit regression test DevDiv_590771 (#18724) | Andy Ayers | 3 | -4/+25 |
2018-07-04 | Add LastIndexOf compareoptions overload (#18652) | Viktor Hofer | 6 | -58/+169 |
2018-07-04 | Adding tests for the byte overload of Ssse3.Shuffle | Tanner Gooding | 5 | -0/+334 |
2018-07-04 | Adding support for the `byte` overload of `Ssse3.Shuffle` | Tanner Gooding | 1 | -1/+1 |
2018-07-04 | Remove mention of security transparency from message and comment (#18776) | Jan Kotas | 2 | -13/+1 |
2018-07-03 | compGSReorderStackLayout is not supported when EnC is on (#18713) | Andrew Au | 1 | -4/+7 |
2018-07-03 | Update CoreClr, CoreFx to preview1-26704-01, preview1-26704-01, respectively ... | dotnet-maestro-bot | 2 | -6/+6 |
2018-07-04 | Delete InternalsVisibleTo attributes from S.P.CoreLib (#18697) | Luqun Lou | 2 | -10/+0 |
2018-07-03 | Merge pull request #18504 from mikedn/comp-small | Bruce Forstall | 29 | -555/+452 |
2018-07-03 | add missing files to package properly on FreeBSD (#18764) | Tomas Weinfurt | 8 | -3/+52 |
2018-07-03 | Merge pull request #18768 from CarolEidt/RemoveIsMultiReg | Carol Eidt | 2 | -23/+1 |
2018-07-03 | Merge pull request #18766 from CarolEidt/Fix18765 | Carol Eidt | 1 | -13/+19 |
2018-07-03 | Merge pull request #18716 from BruceForstall/RemoveTstJobsFromViews | Bruce Forstall | 1 | -4/+8 |
2018-07-03 | Update CoreClr, PgoData to preview1-26703-04, master-20180703-0030, respectiv... | dotnet-maestro-bot | 2 | -5/+5 |
2018-07-03 | Remove Interval::isMultiReg | Carol Eidt | 2 | -23/+1 |
2018-07-03 | Build uses for atomic ops | Carol Eidt | 1 | -13/+19 |
2018-07-03 | Use generic win-x86/win-x64 RIDs in stress_dependencies | Egor Chesakov | 2 | -2/+2 |