summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-22Fix a PAL spin lock issue (#19604)Koundinya Veluri1-1/+1
2018-08-22Speed-up JIT dumpMike Danes2-4/+12
2018-08-22Fix broken documentation links into mscorlib code (#19598)Drew Noakes3-4/+4
2018-08-21AesGcm, AesCcm (dotnet/corefx#31389)Krzysztof Wicher1-0/+1
2018-08-21R2RDump - Interweave x64 unwind codes into disasm (#19577)Amy6-77/+108
2018-08-21Merge pull request #19572 from briansull/fmt-vnBrian Sullivan6-58/+56
2018-08-21Merge pull request #19581 from sergign60/unwind_fixBruce Forstall1-0/+7
2018-08-21Define FMT_VN as "$%x" and use it uniformly in the codebaseBrian Sullivan6-58/+56
2018-08-21Cleanup unnecessary casts in roundUpEgor Chesakov13-50/+50
2018-08-21Add roundUp(unsigned size, unsigned mult) and roundDn(unsigned size, unsigned...Egor Chesakov1-0/+12
2018-08-21[corert armel] Fixed CoreRT issue #5874 for non-callee-saved regsSergey Ignatov1-0/+7
2018-08-21Handle null byref in helper (#19571)Carol Eidt5-2/+107
2018-08-20Backout change to pass -ibcoptimize in official buildsadiaaida1-1/+1
2018-08-20Stop using size_t for passing immediate values in CodeGen CodeGenInterface (#...Egor Chesakov5-39/+44
2018-08-20R2RDump - Add image describing R2R format (#19528)Amy3-3/+7
2018-08-20Fix tiered compilation option for case-sensitive systems (#19567)Andy Ayers1-2/+2