summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-07-11Fix VEX.vvvv encoding for AVX.BlendVariableFei Peng1-1/+5
2018-07-11Remove TODO comment from CancellationTokenRegistration.Unregister (#18880)Stephen Toub1-1/+1
2018-07-11Merge pull request #18859 from hoyosjs/fix-debug-gscookie-checkJuan Hoyos5-6/+16
2018-07-11Optimize Double/Single.IsNegativeJan Kotas2-4/+2
2018-07-10Make Number.Parsing.cs BigEndian friendly (#18853)Egor Bogatov2-23/+5
2018-07-10Initial implementation of method fixup parser (#18749)Tomáš Rylek5-19/+204
2018-07-10Fixing encodeXmmRegAsIval to ensure the result meets the "fits in imm8" checkTanner Gooding2-3/+6
2018-07-10Merge pull request #18805 from CarolEidt/Fix18746Carol Eidt1-0/+2
2018-07-10Fix two issues in Marshal.SecureStringToBSTR (#18851)Stephen Toub3-19/+19
2018-07-10Merge pull request #18812 from briansull/fix_610014Brian Sullivan1-7/+8
2018-07-10Merge pull request #18653 from acmyu/buildAmy2-9/+27
2018-07-10GS cookie check fix for debugger stackwalks portJuan Sebastian Hoyos Ayala5-6/+16
2018-07-10Move BinaryReader to shared CoreLib partition (#18845)Jan Kotas4-39/+16
2018-07-09Updated fix for VSO 610014Brian Sullivan1-7/+8
2018-07-09Fixing a call to emitIns_SIMD_R_R_AR_R to pass arguments in the correct orderTanner Gooding1-1/+1
2018-07-09Updating InstructionSet_BMI1/2 to be controlled by the COMPlus_EnableAVX flag...Tanner Gooding4-34/+32
2018-07-09Implementing the ParallelBitDeposit and ParallelBitExtract Bmi2 HWIntrinsicsTanner Gooding5-4/+95
2018-07-09Implementing the AndNot, ExtractLowestSetBit, GetMaskUpToLowestSetBit, and Re...Tanner Gooding8-18/+161
2018-07-09Implementing the x86 TrailingZeroCount HWIntrinsicTanner Gooding5-4/+58
2018-07-09Fix serialization type in NotFiniteNumberException (#18833)Viktor Hofer1-2/+2
2018-07-09Fix test errorsAmy Yu2-10/+14
2018-07-09Use BuildManagedTools argument instead of environment variable, removed unnee...Amy Yu2-7/+4
2018-07-09Add R2RDump to build.proj, running dotnet restore before target buildAmy Yu2-4/+21
2018-07-09Fix a comment in the string.ToLower() method (#18832)HumanEquivalentUnit1-1/+1
2018-07-09Undo unnecessary BinaryReader::ReadOneChar/InternalReadOneChar split (#18830)Jan Kotas1-82/+72
2018-07-09Moved ManualResetEventSlim to shared (#18799)Anirudh Agnihotry6-22/+11
2018-07-08Correct AssemblyLoadContext comment (#18809)Rich Lander1-2/+2
2018-07-08LastIndexOf corner case fix when span is empty (#18826)Viktor Hofer1-1/+1
2018-07-08Fix Span LastIndexOf empty value handlingViktor Hofer1-1/+1
2018-07-06TargetFrameworkName property initialized (#18814)Anirudh Agnihotry1-23/+8
2018-07-06Improve DateTime{Offset}.ParseExact performance for "O"/"o" roundtrip format ...Stephen Toub1-13/+229
2018-07-06Don't change PUTARG_REG type on arm64Carol Eidt1-0/+2
2018-07-05Merge pull request #18775 from briansull/add-noway-assertBrian Sullivan2-12/+19
2018-07-05Update certain Marshal APIs to match exception thrown on .NET Framework (#18791)Aaron Robinson1-24/+21
2018-07-05Added noway asserts in gtNewZeroConNode and gtNewOneConNodeBrian Sullivan2-12/+19
2018-07-05Enable genFnCalleeRegArgs for Arm64 Varargs (#18714)Jarret Shook7-58/+37
2018-07-05Delete dead code (#18783)Jan Kotas9-85/+17
2018-07-04Improve DateTime{Offset}.ParseExact{Multiple} performance for RFC1123 ("r") (...Stephen Toub1-12/+222
2018-07-04Add LastIndexOf compareoptions overload (#18652)Viktor Hofer6-58/+169
2018-07-04Adding support for the `byte` overload of `Ssse3.Shuffle`Tanner Gooding1-1/+1
2018-07-04Remove mention of security transparency from message and comment (#18776)Jan Kotas2-13/+1
2018-07-03compGSReorderStackLayout is not supported when EnC is on (#18713)Andrew Au1-4/+7
2018-07-04Delete InternalsVisibleTo attributes from S.P.CoreLib (#18697)Luqun Lou2-10/+0
2018-07-03Merge pull request #18504 from mikedn/comp-smallBruce Forstall29-555/+452
2018-07-03add missing files to package properly on FreeBSD (#18764)Tomas Weinfurt8-3/+52
2018-07-03Merge pull request #18768 from CarolEidt/RemoveIsMultiRegCarol Eidt2-23/+1
2018-07-03Merge pull request #18766 from CarolEidt/Fix18765Carol Eidt1-13/+19
2018-07-03Remove Interval::isMultiRegCarol Eidt2-23/+1
2018-07-03Build uses for atomic opsCarol Eidt1-13/+19
2018-07-03Add back most CreateInstance APIs to AppDomain and Activator (#18751)Marco Rossignoli3-0/+182