summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-09-20Removing BitScanReverse from pal.hTanner Gooding1-46/+0
2018-09-20Fixing some naming conventions and removing dead code.Tanner Gooding4-27/+24
2018-09-20Removing bcltype/fp.h from native code.Tanner Gooding2-68/+0
2018-09-20Making Number.Grisu3.DigitGen slightly more efficient.Tanner Gooding1-16/+27
2018-09-20Removing the Grisu3 native implementation.Tanner Gooding6-718/+0
2018-09-20Porting the Grisu3 algorithm to managed code.Tanner Gooding3-1/+720
2018-09-20Porting bcltype/diyfp.cpp to managed code as shared/System/Number.DiyFp.csTanner Gooding2-0/+130
2018-09-20Removing the Dragon4 and DoubleToNumber native implementation.Tanner Gooding6-1060/+0
2018-09-20Porting the Dragon4 algorithm to managed code.Tanner Gooding6-4/+333
2018-09-20Porting bcltype/bignum.cpp to managed code as shared/System/Number.BigInteger.csTanner Gooding2-0/+750
2018-09-20Merge pull request #20035 from echesakovMSFT/CrossBitnessLinuxPerfMapEgor Chesakov3-4/+14
2018-09-20Cleans up error message caching in DuplicateWaitObjectException (#20073)Marek Safar1-14/+2
2018-09-19Merge pull request #20002 from mikedn/undef-printfCarol Eidt1-4/+3
2018-09-19Merge pull request #20038 from CarolEidt/Fix20031Carol Eidt1-3/+50
2018-09-19Merge pull request #19811 from pentp/xcnt-false-depCarol Eidt3-26/+50
2018-09-19Cleanup registry usage within CoreLib (#20050)Jan Kotas9-141/+112
2018-09-19Turns Math/MathF RoundLimit into a constant (#20044)Marek Safar2-2/+2
2018-09-19Replace assert in Precode::SetTargetInterlocked (#20007)Koundinya Veluri1-1/+1
2018-09-18* Revert the changes to TryInsert() introduced by https://github.com/dotnet/c...dotnet-bot1-2/+4
2018-09-18Include in alphabetical order (#20028)Sven Boemer1-1/+1
2018-09-18Merge pull request #19996 from dotnetrt/jit-update-headersCarol Eidt1-12/+26
2018-09-18Use 32-bit address format string during crossgen in src/vm/perfmap.cppEgor Chesakov1-2/+12
2018-09-18Replace sizeof(PVOID) with TARGET_POINTER_SIZE in src/vm/readytoruninfo.cppEgor Chesakov1-1/+1
2018-09-18Use HasNativeOrReadyToRunImage in src/vm/compile.cppEgor Chesakov1-1/+1
2018-09-18Fix MultiReg methods on GenTreeCarol Eidt1-3/+50
2018-09-18Port Formatting Japanese First Year of Era (#19976)Tarek Mahmoud Sayed6-49/+147
2018-09-18Do not add invalid masm flags in cordbdi.vcxproj for x64 Windows (#19995)Jacek Blaszczynski1-30/+35
2018-09-18Add headers to cee_wks, cee_dac vcxprojs to improve developer experience (#20...Jacek Blaszczynski1-0/+383
2018-09-18Fix Buffer.cs formatting to follow coding guidelines (#20020)Jan Kotas1-100/+91
2018-09-18Add gc header files to vcxproj file to improve user experience (#19980)Jacek Blaszczynski1-0/+40
2018-09-18Add EH info support to R2RDump (#20000)Tomáš Rylek3-2/+309
2018-09-17Use elaborated type specifiers to prevent meaning changes (#20019)Jan Kotas1-9/+9
2018-09-17Updating Buffer.ZeroMemory to call SpanHelpers.ClearWithoutReferencesTanner Gooding1-3/+10
2018-09-17Merge pull request #15657 from mikedn/fp-divmul-binaryCarol Eidt9-201/+145
2018-09-17Fix spmi environment reset. (#19943)Sergey Andreenko10-119/+268
2018-09-17Merge pull request #19949 from fiigii/fixhwapisCarol Eidt6-10/+10
2018-09-17Jit: ensure objp properly updated by SpillRetExprHelper (#19974)Andy Ayers1-7/+8
2018-09-17Always define printf/fprintf in JITMike Danes1-4/+3
2018-09-16Update clrjit headers files included into clrjit.vcxprojJacek Blaszczynski1-12/+26
2018-09-15System.Private.CoreLib: Move ResoureReader/ResourceSet to shared. (#19994)Filip Navara4-7/+7
2018-09-14convert HandleStore::_underlyingBucket to a pointer (#19935)David Mason4-18/+3
2018-09-14Merge pull request #19125 from mikedn/cse-extractBrian Sullivan4-409/+114
2018-09-14Merge pull request #19845 from briansull/vn-enhancementsBrian Sullivan9-375/+974
2018-09-14don't force float->double->int cast for x86 (#19833)Clinton Ingram1-5/+4
2018-09-14Fixed TimeoutHelper typos (#19956)Joseph Musser1-7/+7
2018-09-14Fixed typo ‘defualt’ (#19955)Joseph Musser3-3/+3
2018-09-13Merge pull request #19745 from CarolEidt/Fix19448Carol Eidt5-64/+84
2018-09-13Fix inconsistent Intel hardware intrinsic APIsFei Peng6-10/+10
2018-09-13Dev16 removed the static_cast<> in a std::basic_string constructor so need to...Aaron Robinson1-13/+24
2018-09-13Replace fgMarkAddressExposedLocals (#19621)mikedn4-512/+683