summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-11-18Remove now dead code from managed parsing/formatting.Stephen Toub5-638/+13
2017-11-18Improve performance of managed formatting codeStephen Toub4-278/+393
2017-11-18Move integer parsing/formatting logic to sharedStephen Toub7-1290/+2653
2017-11-18Delete unused Thread::YieldTask (#15091)Jan Kotas14-99/+5
2017-11-18Fix #15057 MemoryStream.CopyToAsync calls Write / WriteAsync with count=0 (#1...David Nissimoff1-0/+4
2017-11-18Fix up ConfiguredValueTaskAwaitable signature for new compiler checks (#15092)Jan Kotas1-1/+1
2017-11-17fix for il to native mapping etw events (#15038)David Mason5-11/+15
2017-11-17Generic hardware intrinsics throw exception for non-numeric types (#15068)Fei Peng7-50/+267
2017-11-16Do not check stmts after the tail call candidate if the optimization has been...Sergey Andreenko1-2/+5
2017-11-16fix format (#15064)Sergey Andreenko1-6/+6
2017-11-16Fix desktop build breaks.dotnet-bot1-12/+11
2017-11-16Fix 14455: _opt_relrotarg_valref test failure on amd64. (#15032)Sergey Andreenko1-6/+7
2017-11-15don't use Compiler:: if we are currently in this namescape. (#15045)Sergey Andreenko1-1/+1
2017-11-15HashCode based on xxHash32 (#14863)Jonathan Dickinson3-0/+437
2017-11-15Added EmitCalli overload (#15040)Ivan Cronyn1-0/+45
2017-11-15Improve SSA dominator computation memory usage (#14965)mikedn7-77/+161
2017-11-15Merge pull request #15039 from fiigii/fixBruce Forstall1-8/+26
2017-11-15Fire tracepoints for methods with no template (#14987)Victor "Nate" Graf1-3/+6
2017-11-15Adding null check for implicit cast from array/arraysegment to Span (#15044)Ahson Khan2-4/+6
2017-11-15Delete move to return spill in the implicit tail call in the inlinee with sev...Sergey Andreenko4-113/+182
2017-11-15Fix #15035Fei Peng1-8/+26
2017-11-14Remove out-of-use method and properties from appdomain (#15029)Zhukov Maxim4-137/+6
2017-11-14Enable Globalization Invariant mode using Environment Variable (#15024)Tarek Mahmoud Sayed6-12/+37
2017-11-14move fgFixupStructReturn (#14966)Sergey Andreenko1-10/+4
2017-11-14JIT: look through GT_RET_EXPR when forming inline candidatesAndy Ayers4-20/+100
2017-11-14Merge pull request #15014 from fiigii/vexencodingCarol Eidt12-202/+110
2017-11-14Merge pull request #14914 from CarolEidt/Fix14665Carol Eidt3-68/+96
2017-11-14small changes to get coreclr building on FreeBSD again (#14964)Tomas Weinfurt3-3/+7
2017-11-14Change VEX-encoding selection to avoid AVX-SSE transition penaltiesFei Peng12-202/+110
2017-11-14Add object null checks in Memory<T> APIs to support default (#14816)Ahson Khan2-37/+27
2017-11-14Fix CppCodeGen break with latest XCode (dotnet/corert#4926)Jan Kotas1-1/+1
2017-11-14Merge pull request #14929 from sdmaclea/PR-ARM64-SIMD-genStructReturnCarol Eidt1-12/+51
2017-11-14Merge pull request #14934 from sdmaclea/PR-ARM64-SIMD-genMultiRegCallStoreToL...Carol Eidt1-1/+43
2017-11-14Merge pull request #14975 from sdmaclea/PR-SIMD-genSIMDIntrinsicInit-0Carol Eidt3-5/+11
2017-11-14Merge pull request #14976 from sdmaclea/PR-SIMD-genCodeForStoreLclVar-0Carol Eidt2-0/+15
2017-11-13Adding Memory CopyTo APIs (#15010)Ahson Khan2-0/+46
2017-11-13Merge pull request #15018 from dotnet-bot/from-tfsBrian Sullivan1-0/+12
2017-11-13Merge pull request #14944 from sdmaclea/PR-ARM64-SIMD-Partial-Callee-Save-SIMD12Carol Eidt3-14/+26
2017-11-13Merge pull request #14953 from mikedn/ssa-mem-trackBruce Forstall5-76/+45
2017-11-13Merge pull request #14988 from briansull/fix-523532Brian Sullivan1-1/+1
2017-11-13Merge pull request #14921 from BruceForstall/EnableRyuJitArm32CrossgenBruce Forstall1-2/+3
2017-11-13Merge pull request dotnet/corert#4918 from dotnet/nmirrorJan Kotas9-30/+25
2017-11-13Merge pull request #14984 from jashook/add_new_publish_varsJarret Shook1-3/+3
2017-11-13Use new publish varsjashook1-3/+3
2017-11-13fix DevDiv521437dotnet-bot1-0/+12
2017-11-13check that VM set pAddr == nullptr (#15003)Sergey Andreenko1-0/+1
2017-11-13Enable RyuJIT/arm32 crossgen compilation of S.P.C.dllBruce Forstall1-2/+3
2017-11-12Fix sempahore spinning fix (#15002)Stephen Toub1-14/+15
2017-11-12Port https://github.com/dotnet/coreclr/pull/13148 to master (#14999)Michal Strehovský1-9/+19
2017-11-12Allow non-abstract non-public interface methods in ILAsm (#14998)Michal Strehovský2-19/+0