summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-09-22Merge pull request #14109 from hseok-oh/ryujit/fix_13738Bruce Forstall1-0/+8
2017-09-22Merge pull request #14118 from rartemev/devdiv_491206Roman Artemev2-3/+13
2017-09-22Merge pull request #14117 from mikedn/earyprop-neg-lengthBruce Forstall1-2/+2
2017-09-22[Arm64] Add Floor/Ceiling intrinsics (#14132)Steve MacLean5-7/+33
2017-09-22[Arm64] Implement JCC/SETCC nodes (#14101)Steve MacLean1-8/+4
2017-09-22Added IntegralValue() methodRoman Artemev2-12/+13
2017-09-22Merge pull request #14139 from sdmaclea/PR-ARM64-EMIT-CBxZ-TBxZBrian Sullivan4-25/+127
2017-09-22FileStream should not truncate files when opening fails. Fixes dotnet/corefx#...Kasper Fabæch Brandt1-9/+9
2017-09-22Merge pull request #14142 from sdmaclea/PR-ARM64-FIX-TYPOBrian Sullivan1-1/+1
2017-09-22[Arm64] Fix typoSteve MacLean1-1/+1
2017-09-22Merge pull request #14050 from mikedn/earlyprop-range-checkBrian Sullivan1-0/+28
2017-09-22Remove ResId class (#14135)Dan Moseley7-114/+16
2017-09-22[Arm64] Add emitters for cbz, cbnz, tbz, or tbnzSteve MacLean4-25/+127
2017-09-22Fixing `FloatingPointUtils.round` to include the fix for #12137 (#14133)Tanner Gooding1-12/+16
2017-09-22Fix SIGSEGV in EventPipe on Shutdown (#14123)Brian Robbins5-20/+66
2017-09-22Improve thread pool worker thread's spinning for work (#13921)Koundinya Veluri12-353/+731
2017-09-21fix checkLclVarSemantics (#14053)Sergey Andreenko4-72/+110
2017-09-21Merge pull request #13105 from stephentoub/asyncmemStephen Toub3-499/+282
2017-09-21Fixed formatingRoman Artemev1-2/+3
2017-09-21Handle long value in MergedReturns optimizationRoman Artemev1-11/+11
2017-09-21Fixed return constant value cache on 32 bit VMsRoman Artemev1-0/+8
2017-09-21Merge pull request #14108 from jashook/spmi_get_helperJarret Shook1-2/+2
2017-09-21[Jit] fgMorphCast does not reset GTF_ASG (#14102)Sergey Andreenko1-0/+3
2017-09-21Don't early-propagate negative array lengthsMike Danes1-2/+2
2017-09-21Remove constant range checks in earlypropMike Danes1-0/+28
2017-09-21Fix formattingSteve MacLean1-2/+2
2017-09-21[RyuJIT/ARM32] JitStress=1 test: padding local variableHyeongseok Oh1-0/+8
2017-09-20Fix superPMI getHelperFunctionjashook1-2/+2
2017-09-20[Arm64] Remove LegacyBackend definesSteve MacLean2-19/+4
2017-09-20Merge pull request #13541 from hqueue/arm/ryujit/issue_12614_enable_unrolling...Bruce Forstall6-163/+190
2017-09-20Merge pull request #14089 from BredPet/switch_generationBruce Forstall1-1/+16
2017-09-20Merge pull request #14086 from sdmaclea/PR-ARM-REMOVE-OBS-ASSERTBruce Forstall1-11/+0
2017-09-20mark argplace node as no_lir (#14044)Sergey Andreenko4-22/+19
2017-09-20ARM32: fix switch jump table generation bug for RyuJITPetr Bred1-1/+16
2017-09-20When building as standalone GC the free object is initialized with 0 flags. ...Jeff Schwartz1-1/+1
2017-09-20Merge pull request #14085 from qmfrederik/marshal-utf8-intptr-zeroTijoy Tom1-2/+9
2017-09-20[Arm] Remove obsolete assertSteve MacLean1-11/+0
2017-09-2016-byte Stack Aligned StubDispatchFixupStub (#14078)Jonghyun Park1-0/+3
2017-09-20Test marshaling IntPtr.Zero to UTF8 strings, add unit testsFrederik Carlier1-2/+9
2017-09-19Merge pull request #14069 from BruceForstall/FixFormattingBruce Forstall1-1/+1
2017-09-19Fix rlimit setting of RLIM_NOFILE on OSX (#14054)Jan Vorlicek2-0/+11
2017-09-19Fix jit-format errorBruce Forstall1-1/+1
2017-09-19Merge pull request #14059 from hseok-oh/ryujit/fix_13760Bruce Forstall1-0/+1
2017-09-19Move initialization of YieldProcessorNormalized to the finalizer thread (#14058)Koundinya Veluri5-87/+117
2017-09-19Add span-based Guid.{Try}Parse{Exact} methods (#14062)Stephen Toub3-136/+187
2017-09-19Merge pull request #14018 from sdmaclea/PR-ARM-Remove-extra-castBrian Sullivan4-35/+8
2017-09-19Merge pull request #13941 from sdmaclea/PR-ARM64-CMP-EXTENDEDBrian Sullivan2-36/+12
2017-09-19Merge pull request #13753 from CarolEidt/FixSpillWeightsCarol Eidt2-7/+21
2017-09-19Merge pull request #14057 from ahsonkhan/UpdatePropertiesStephen Toub3-4/+4
2017-09-19Merge pull request #14052 from stephentoub/parsenumbers_managedStephen Toub7-765/+685