summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-11-04Limit min threads in thread pool to 1 (#14864)Koundinya Veluri1-2/+2
2017-11-04Merge pull request #14851 from CarolEidt/Fix14372Carol Eidt2-6/+51
2017-11-04[Infrastructure] Use MSBuild v15 extension point to control CL parallelism, a...Jacek Blaszczynski6-6/+6
2017-11-04Merge pull request #14859 from justinvp/romStephen Toub1-3/+3
2017-11-03Merge pull request #14849 from sdmaclea/PR-ARMARCH-genRangeCheck-gtThrowKindBruce Forstall1-1/+1
2017-11-03ReadOnlyMemory: Fix copy/paste mistake in doc commentJustin Van Patten1-3/+3
2017-11-03FormattingCarol Eidt1-1/+1
2017-11-03Unassign both floats if assigning doubleCarol Eidt2-6/+51
2017-11-03[Arm64/Arm] genRangeCheck gtThrowKindSteve MacLean1-1/+1
2017-11-03Merge pull request #14836 from stephentoub/valuetaskinterfacesStephen Toub3-16/+16
2017-11-03Merge pull request #14824 from CarolEidt/Fix14798Carol Eidt1-6/+20
2017-11-03Mark applicable structs as readonly (#14789)Stephen Toub18-30/+30
2017-11-02Merge pull request #14838 from BruceForstall/Fix14551Bruce Forstall1-1/+2
2017-11-02Fix arm64 buildBruce Forstall1-4/+4
2017-11-02fix (#14837)Sergey Andreenko1-1/+1
2017-11-02Merge pull request #14801 from briansull/newfixBrian Sullivan1-0/+24
2017-11-02Handle TryGetUse case with GT_PUTARG_SPLIT of GT_FIELD_LISTBruce Forstall1-1/+2
2017-11-02Move I{Configured}ValueTaskAwaiter interfaces to correct locationStephen Toub3-16/+16
2017-11-02JIT: Merge legacy inlining policies (#14815)Andy Ayers5-243/+105
2017-11-02Merge pull request #14809 from sdmaclea/PR-ARM64-genSIMDIntrinsicGetItemBruce Forstall3-7/+48
2017-11-02Merge pull request #14820 from sdmaclea/PR-ARM64-SIMDIntrinsicRelOpBruce Forstall1-0/+8
2017-11-02Remove invalid assert in CLRLifoSemaphore (#14805)Koundinya Veluri1-1/+0
2017-11-02Merge pull request #14804 from dotnet/tfUrlUpdateJC Aguilera1-5/+3
2017-11-02Switch to /utf-8 for MSVC (#14822)刘雨培1-1/+1
2017-11-02Fix copyOrMoveRegInUseCarol Eidt1-6/+20
2017-11-02Fixes Assertion failed 'firstILBlock->hasProfileWeight()Brian Sullivan1-0/+24
2017-11-02[Arm64] genSIMDIntrinsicRelOpSteve MacLean1-0/+8
2017-11-02[Arm64] SIMDIntrinsicGetItemSteve MacLean3-7/+48
2017-11-02Move Dictionary to shared CoreLib partition (#14795)Jan Kotas7-199/+183
2017-11-02Merge pull request #14791 from sdmaclea/PR-ARM64-impSIMDSelectCarol Eidt1-1/+7
2017-11-01Merge pull request #14808 from sdmaclea/PR-ARM64-genSIMDIntrinsicDotProductBruce Forstall1-2/+9
2017-11-01[Local GC] Fix (another) ScanContext layout issue when building without FEATU...Sean Gillespie1-2/+0
2017-11-01JIT: fix overly aggressive box-unbox.any assert (#14799)Andy Ayers1-5/+1
2017-11-01JIT: convert fixed-sized locallocs to locals, enable inlining (#14623)Andy Ayers9-23/+130
2017-11-01[Arm64] Fix genSIMDIntrinsicDotProductSteve MacLean1-2/+9
2017-11-01Publishing to the transport feed main feedJC Aguilera1-5/+3
2017-11-01Merge pull request #14792 from sdmaclea/PR-SIMD-negative-get_ItemBruce Forstall1-1/+1
2017-11-01Merge pull request #14788 from sdmaclea/PR-ARM64-9b-INSTRBruce Forstall1-10/+10
2017-11-01Merge pull request #14781 from fiigii/x86regBruce Forstall3-4/+23
2017-11-01[RyuJit/ARMARCH] lower arg with list of float fields. (#14753)Sergey Andreenko2-33/+127
2017-11-01Merge pull request #14761 from hseok-oh/ryujit/fix_13746Carol Eidt1-10/+10
2017-11-01Fix (#14778)Sergey Andreenko1-0/+1
2017-11-01Merge pull request #14779 from fiigii/fixcloneBruce Forstall1-0/+23
2017-11-01Merge pull request #14629 from sdmaclea/PR-ARM64-SIMD-CODEGENBruce Forstall2-0/+978
2017-11-01Merge pull request #14616 from sdmaclea/PR-ARM64-SIMDINTRINSICLISTBruce Forstall1-6/+20
2017-11-01[Arm64] Fix impSIMDSelectSteve MacLean1-1/+7
2017-11-01SIMD Handle negative indicies in get_ItemSteve MacLean1-1/+1
2017-11-01[Arm64] Revise insEncodeDatasizeLSSteve MacLean1-4/+2
2017-11-01[Arm64] Instruction requires 9 bits nowSteve MacLean1-10/+10
2017-10-31Limit byte register candidates for CRC32Fei Peng3-4/+23