summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-28fix build break when STUB_LOGGING is defined (#19707)Andy Ayers1-1/+1
2018-08-27Add missing license headers. (#19693)Brian Robbins15-1/+61
2018-08-27re-enable com for local gc (#19681)David Mason3-13/+4
2018-08-27Merging the instrsxarch fp, rf, and wf parameters into a single flags parameterTanner Gooding5-657/+669
2018-08-27Remove reflection from RuntimeEventSource test. (#19692)Brian Robbins1-22/+4
2018-08-27Using shared copy of registryvalueKind (dotnet/corefx#31922)Anirudh Agnihotry4-31/+72
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-24Disable System.Numerics.Vectors.Tests (#19537)Egor Chesakov2-0/+2
2018-08-24Use runtest.py to run tests for all platforms (#19213)Jarret Shook310-1950/+5455
2018-08-24Fix FileStream in WinRT build (#19659)Jeremy Kuhne3-8/+12
2018-08-24Fix typoJan Kotas1-1/+1
2018-08-24Update version in documentation samples to 3.0Jan Kotas3-44/+24
2018-08-24Fix JitBench (#19584)Koundinya Veluri5-46/+44
2018-08-24Merge pull request #19556 from mikedn/dmp-speedBruce Forstall2-4/+12
2018-08-24Update interop test xplat header (#19576)Aaron Robinson30-580/+528
2018-08-24Implement Intel AES intrinsicFei Peng5-1/+34
2018-08-24Add test cases for AES intrinsicFei Peng13-1/+3429
2018-08-24R2RDump - ARM and ARM64 UnwindInfo (#19618)Amy12-23/+530
2018-08-24Merge pull request #19636 from jakobbotsch/fix-shift-value-executedCarol Eidt4-3/+78
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-23Merge pull request #19635 from josalem/syntax-error-build-testAditya Mandaleeka1-1/+1
2018-08-23Make clang happy and fix old commentJakob Botsch Nielsen2-1/+3
2018-08-23Mask shift value for shift [mem], constJakob Botsch Nielsen3-2/+75
2018-08-23fix syntax error in build-test.shJohn Salem1-1/+1
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-23Fix terminology in netci file (#19608)Koundinya Veluri1-7/+7
2018-08-23Remove Avx.PermuteVar tests to unblock signature change propagation to corefxJacek Blaszczynski6-814/+0
2018-08-23Fix base types of second paramters used in Avx.PermuteVar and Avx2.Permute4x64Jacek Blaszczynski4-14/+14
2018-08-23Merge branch 'master' into fmt-bbBrian Sullivan141-1091/+10244
2018-08-23Merge pull request #15011 from mikedn/ssa-mem-numCarol Eidt12-258/+178
2018-08-23Deal with compilation warnings in VM in cross-bitness scenario (#18707)Egor Chesakov7-18/+18
2018-08-22Handle multireg copies correctly (#19588)Carol Eidt4-6/+116
2018-08-23Enable unloading of AssemblyLoadContext (#18476)Jan Vorlicek59-419/+1242
2018-08-22 Implement AVX2 MaskLoad and MaskStore (#19513)Fei Peng45-230/+8470
2018-08-22define FMT_BB as "BB%02u" and use it uniformly in the codebaseBrian Sullivan33-432/+475
2018-08-22Make sure RuntimeEventSource is passed to EventListener.OnEventSourceCreated ...Brian Robbins4-78/+106