summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-08-29Remove not necessary type forwarded from attributes when type comes from msco...Santiago Fernandez Madero140-167/+2
2018-08-29Merge pull request #19695 from CarolEidt/Fix19397Carol Eidt10-174/+154
2018-08-29Merge pull request #19205 from vancem/EventSourceUIntFixVance Morrison2-26/+28
2018-08-29Improve struct promotion for 256-bit SIMD fieldsFei Peng1-2/+3
2018-08-28Merge pull request #19619 from echesakovMSFT/Mov32RelocatableDisplacementARM32Egor Chesakov1-21/+24
2018-08-28Merge pull request #19053 from riverar/riverar/r2r_size_unavailSimon Nattress1-0/+4
2018-08-28Enable mixed mode assembly loading (#19542)Morgan Brown7-26/+244
2018-08-28Merge pull request #19712 from briansull/remove-unused-argBrian Sullivan2-17/+12
2018-08-28Merge pull request #19716 from BruceForstall/Fix19715Bruce Forstall1-0/+10
2018-08-28Replacing the IsDstSrcSrcAVXInstruction jump table with a flag.Tanner Gooding3-30/+14
2018-08-28Replacing the IsDstDstSrcAVXInstruction jump table with a flag.Tanner Gooding3-487/+244
2018-08-28Break into debugger on assertion failures (#19702)Jan Kotas6-62/+36
2018-08-28Merge pull request #19701 from BruceForstall/FixLinuxNonJitBuildBruce Forstall3-1/+14
2018-08-28Handle multiReg COPYCarol Eidt10-174/+154
2018-08-28Merge pull request #19709 from acmyu/docsSimon Nattress1-2/+19
2018-08-28Fix warning C4723 potential divide by zeroBruce Forstall1-0/+10
2018-08-28Removed unused argument 'evalAsgLhsInd' in Value NumberingBrian Sullivan2-17/+12
2018-08-28fix build break when STUB_LOGGING is defined (#19707)Andy Ayers1-1/+1
2018-08-27re-enable com for local gc (#19681)David Mason3-13/+4
2018-08-28Add architectures supported tableAmy Yu1-2/+19
2018-08-27Merging the instrsxarch fp, rf, and wf parameters into a single flags parameterTanner Gooding5-657/+669
2018-08-27Using shared copy of registryvalueKind (dotnet/corefx#31922)Anirudh Agnihotry4-31/+72
2018-08-27Fix Linux/x86 altjitBruce Forstall3-1/+14
2018-08-27Some fixes for the interpreter (#19678)Andy Ayers2-10/+187
2018-08-27Deal with compilation warnings in JIT in cross-bitness scenario (#19590)Egor Chesakov12-48/+51
2018-08-26Revert "Cleanup netfx-specific code from projects that no longer build in net...Jan Kotas1-0/+116
2018-08-26Cleanup netfx-specific code from projects that no longer build in netfx confi...Tim Lovell-Smith1-116/+0
2018-08-25R2RDump - Non-Windows machine code (#19638)Amy2-4/+29
2018-08-25R2RDump - Fix errors caused by ExportedTypes rids in AvailableTypes section (...Amy2-6/+62
2018-08-25R2RDump - Check disassembler support (#19664)Amy3-22/+15
2018-08-25Remove some GT_ASG_op leftovers (#18205)mikedn24-237/+118
2018-08-25Streamline fgExcludeFromSsa (#15351)mikedn10-86/+115
2018-08-25Remove NumaNodeInfo, CPUGroupInfo, AppDomain, SystemDomain, and EEConfig stub...David Mason26-168/+537
2018-08-24Very small cleanup of various comments and code formatting (#19665)Vitek Karas6-39/+21
2018-08-24Fix long spmi file names/clean few functions. (#19656)Sergey Andreenko9-206/+162
2018-08-24Fix FileStream in WinRT build (#19659)Jeremy Kuhne3-8/+12
2018-08-24Merge pull request #19556 from mikedn/dmp-speedBruce Forstall2-4/+12
2018-08-24Implement Intel AES intrinsicFei Peng5-1/+34
2018-08-24R2RDump - ARM and ARM64 UnwindInfo (#19618)Amy12-23/+530
2018-08-24Merge pull request #19636 from jakobbotsch/fix-shift-value-executedCarol Eidt2-3/+19
2018-08-23Fix superpmi-shim-counter (#19639)Sergey Andreenko3-11/+33
2018-08-23JIT: fix handling of newarr size (#19633)Andy Ayers1-0/+17
2018-08-23Workaround to remove unnecessary bounds checks when using {ReadOnly}Span.IsEm...Ahson Khan2-2/+4
2018-08-23Make clang happy and fix old commentJakob Botsch Nielsen2-1/+3
2018-08-23Mask shift value for shift [mem], constJakob Botsch Nielsen1-2/+16
2018-08-23Merge pull request #19610 from briansull/fmt-bbBrian Sullivan33-432/+475
2018-08-23Two R2RDump fixes for Crossgen output (#19585)Tomáš Rylek1-2/+20
2018-08-23Split between non-reloc and reloc in IF_T2_N1 in src/jit/emitarm.cppEgor Chesakov1-14/+18
2018-08-23Call idSetRelocFlags in emitIns_R_L only if opts.compReloc src/jit/emitarm.cppEgor Chesakov1-3/+6
2018-08-23Use insEncodeImmT2_Mov to encode imm in IF_T2_N1 in src/jit/emitarm.cppEgor Chesakov1-5/+1