summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-12-23Add optimization in GetHashCode for Int16 and SByte (#21652)ichensky2-2/+2
2018-12-23Delete CoreLib.FixupCoreLibName (#21655)Jan Kotas4-68/+21
2018-12-22Fix ArrayStack's call to default constructor for <T>. (#21624)Sergey Andreenko9-70/+31
2018-12-22Extracts public IThreadPoolWorkItem interface to shared CoreLib (#21653)Marek Safar3-6/+13
2018-12-22Moves CoreLib to shared location (#21654)Marek Safar3-2/+2
2018-12-22SpanHelpers deal with nullable reference types (#21232)Ben Adams1-321/+479
2018-12-22Move some Task related files to shared CoreLib partition (#21650)Jan Kotas9-106/+29
2018-12-22Synchronize Task, Awaiter and ThreadPool implementation with CoreCLR (#6706)Jan Kotas5-36/+14
2018-12-21CoreRT-specific Object.cs changes - Fix build breaks - Apply same cleanup to ...Jan Kotas1-6/+8
2018-12-21Improve removal of dead calls to allocator helpers.Eugene Rozenfeld23-177/+238
2018-12-21Remove dead ICLRPrivBinder methods (#21637)Steve MacLean16-525/+7
2018-12-21Cleanup to match conventionsJan Kotas6-78/+69
2018-12-21Moves common part of Object to CoreLib sharedMarek Safar3-68/+87
2018-12-21Don't mark calls to allocation helpers as CSE candidates.Eugene Rozenfeld1-0/+23
2018-12-21Remove _syncRoot field from collections (#21628)Dan Moseley6-80/+6
2018-12-21Ensure that the S.N.Vector methods are marked as [Intrinsic] and that the att...Tanner Gooding8-9/+87
2018-12-21Fix arm64 prolog generation for register masks with holes. (#21395)Sergey Andreenko2-209/+289
2018-12-21Moves ByReference to shared CoreLib (#21633)Marek Safar3-4/+9
2018-12-21Streamline default EqualityComparer and Comparer for Enums (#21604)Jan Kotas6-251/+66
2018-12-21Updating gtGetSIMDZero to only return the NI_Base_VectorXXX_Zero node if they...Tanner Gooding1-2/+16
2018-12-21 Updating `FusedMultiplyAdd` for `System.Math` and `System.MathF` to use intr...Tanner Gooding4-14/+69
2018-12-21Implement the remaining BMI1/2 intrinsic (#21480)Fei Peng11-103/+248
2018-12-21Add AggressiveInlining for Vector<T>.op_Multiply (#21587)Fei Peng2-280/+8
2018-12-20Fix "harmless" bug in ZapImport - use AppendByte to emit fixup type (#21621)Tomáš Rylek1-1/+1
2018-12-20Fix jit warning in crossgen desktop build.Eugene Rozenfeld1-1/+1
2018-12-20Don't morph volatile IND(ADDR(LCL_VAR)) (#20843)mikedn1-125/+135
2018-12-20Merge pull request #21589 from CarolEidt/Fix21546Carol Eidt1-1/+1
2018-12-20Freebsd symbols3 (#21607)Tomas Weinfurt1-1/+1
2018-12-20Replace more of JitHelpers with S.R.CS.Unsafe (#21598)Jan Kotas12-113/+51
2018-12-20Fix jit warning. (#21600)Eugene Rozenfeld1-1/+1
2018-12-18Transform SIMD8 to FIELD_LIST if promotedCarol Eidt1-1/+1
2018-12-18Update named mutex PAL tests to include case of file locks being inherited by...Koundinya Veluri1-0/+72
2018-12-18Add support for parsing field signatures (#21573)Tomáš Rylek1-16/+62
2018-12-18Fix stack walking and reporting of default interface methods (#21525)Michal Strehovský8-11/+81
2018-12-17Add .NET Core version to EventLog (#21566)Sung Yoon Whang1-1/+12
2018-12-17Generate ARM CFIs in prolog (#21505)Andrey Kvochko3-63/+27
2018-12-17Fixed suppressed XML documentation errors (dotnet/corefx#34020)Stanislav Ushakov2-0/+4
2018-12-17Do not use CorHost2::m_fStarted to gate execution (#20953)Steve MacLean2-27/+8
2018-12-17Delete dead code (#21562)Jan Kotas7-703/+63
2018-12-17Add specialized allocation helpers (#21561)Michal Strehovský5-5/+20
2018-12-16Merge pull request #21400 from BruceForstall/FixArm32FloatRangeBruce Forstall7-52/+66
2018-12-16Enable object stack allocation in R2R mode.Eugene Rozenfeld6-64/+111
2018-12-15Enable PinPlugAtGCTime event for standalone GC (#21543)Sung Yoon Whang5-4/+14
2018-12-15Fix more HWIntrinsic ifdefs (#21556)Carol Eidt1-5/+8
2018-12-15Fix warning causing error in warning as error (#21557)Ben Adams1-2/+2
2018-12-14Fixing an assert in `gtGetStructHandleForSIMD` to validate the size of the si...Tanner Gooding1-1/+1
2018-12-14Publish packages in Azure DevOps official build (#21536)Sven Boemer1-13/+52
2018-12-15Implement GC ref map parsing and display in R2RDump (#21509)Tomáš Rylek9-74/+553
2018-12-14Merge pull request #21535 from CarolEidt/Fix21500Carol Eidt2-7/+23
2018-12-14Simplifying the emitter handling of 4-byte encoded SSE instructions (#21528)Tanner Gooding5-108/+71