summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-14Implement two pass algorithm for variant interface dispatch (#21355)Michal Strehovský2-5/+35
2018-12-13Setting the m_willBlockOnGarbageCollectionEvent earlier and only when we will...Andrew Au4-15/+32
2018-12-13'mscorlib' link returns 404 -> 'System.Private.CoreLib' (#34086)Matt Warren1-1/+1
2018-12-13Update var life for multireg localCarol Eidt2-8/+24
2018-12-13Fixes issue #21485 and #21484 (#21526)Mike McLaughlin3-11/+31
2018-12-13JIT: avoid folding operations with relocatable immediates (#21511)Andy Ayers1-6/+29
2018-12-13Minor cleanup of the interoputil.h API (#21476)Aaron Robinson2-186/+212
2018-12-13Fix HWIntrinsics ifdefCarol Eidt1-2/+2
2018-12-13Fix hardware intrinsc API XML comments (#21515)Fei Peng9-63/+63
2018-12-13Fixing up configEnableISA and Compiler::compSetProcessor to be consistent wit...Tanner Gooding4-207/+104
2018-12-12Merge pull request #21304 from CarolEidt/NonObjSIMDCarol Eidt7-266/+553
2018-12-12Suppress unused warnings for events raised by the VM (#21520)Stephen Toub1-0/+2
2018-12-12Merge pull request #21512 from briansull/fix_750014Brian Sullivan1-18/+22
2018-12-12JIT: optimize unbox/unbox.any when type is known (#21501)Andy Ayers1-0/+53
2018-12-12JIT: handle byref-typed immediates in encoding (#21477)Andy Ayers1-2/+15
2018-12-12Merge branch 'master' into fix_750014Brian Sullivan108-2404/+2345
2018-12-12Fix for PMI assert: 'vnWx != NoVN'Brian Sullivan1-20/+22
2018-12-12Optimize number parsing (#21365)Pent Ploompuu15-478/+491
2018-12-12Added support for debugging a sandboxed app on Mac (#21068)Oded Hanson37-214/+671
2018-12-11JIT: capture failing inline observation in more cases (#21471)Andy Ayers1-11/+16
2018-12-11Moving the remaining Vector128/256 helper intrinsics to be implemented using ...Tanner Gooding3-321/+876
2018-12-11Delete unnecessary struct initialization (#21482)Jan Kotas1-1/+2
2018-12-10make GC/GCHandle tracing pay-for-play (#21479)Sung Yoon Whang1-3/+6
2018-12-10Fix for SetGCHandle event not getting emitted when running under Standalone G...Sung Yoon Whang1-2/+1
2018-12-10Eliminate GenTreeRegVar and GT_REG_VAR and RegVar (#18317)Julius R Friedman17-190/+27
2018-12-10Adding support for the 2-byte VEX encoding to the emitter (#21453)Tanner Gooding1-16/+47
2018-12-10Merge pull request #21386 from briansull/issue_19925Brian Sullivan3-41/+210
2018-12-10Don't require BLK nodes for SIMDCarol Eidt7-266/+553
2018-12-10Fix warnings as errorsJan Kotas1-0/+4
2018-12-10Refactor internal System.AppDomain out of CoreLib (#21460)Jan Kotas31-1170/+204
2018-12-10Renamed VNCollectExc to VNUnionExcSetBrian Sullivan2-26/+27
2018-12-10Merge branch 'master' into issue_19925Brian Sullivan124-2805/+4744
2018-12-10Add support for RVA fields to crossgen/R2R (#21463)Jan Kotas2-4/+45
2018-12-10Fix for #21456 (Regressions in attribute allocations for non-generic attribut...Nick Craver1-1/+9
2018-12-10Delete vm/context.* (#21459)Jan Kotas30-1254/+63
2018-12-10Added Close On Exec Attribute for Mutex files (#21455) (#21458)Oded Hanson1-0/+2
2018-12-10Fixed bug where "DCI_NUMA" was missing from debug channel names (#21454) (#21...Oded Hanson2-0/+7
2018-12-08Fix regression in fat calls (#21446)Michal Strehovský1-1/+1
2018-12-08Leap Seconds Support (#21420)Tarek Mahmoud Sayed11-110/+531
2018-12-08Remove `TryGetGuid()` and `GetDefaultInterfaceForCoclass()` from the (#21447)Aaron Robinson2-111/+53
2018-12-07Use string.Create in ConvertFromUtf32 (#21409)Stephen Toub3-21/+21
2018-12-07Remove some unnecessary spinning (#21437)Stephen Toub2-19/+18
2018-12-07Moving various Vector128/256 helper method to be implemented using other intr...Tanner Gooding5-354/+1132