summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-22Revert "Fixed tests build on Linux"Russ Keldorph33-862/+67
2017-05-22Merge pull request #11776 from parjong/fix/x86_STDMETHODCALLTYPE_as_cdeclBruce Forstall13-89/+89
2017-05-22Merge pull request #11778 from hqueue/arm/ryujit/float_ld_stBruce Forstall2-3/+48
2017-05-22Merge pull request #11750 from pgavlin/gh11734Pat Gavlin1-6/+10
2017-05-22Update Unix SafeHandle to throw NotFound correctly (#11757)Jeremy Kuhne3-11/+59
2017-05-22Use operator/operand size for legality checks.Pat Gavlin1-2/+4
2017-05-22Merge pull request #11542 from BruceForstall/RefactorXarchCodegenBruce Forstall6-683/+881
2017-05-22[ARM32/RyuJIT] Enable passing struct argument that use stack only (#11541)Hyeongseok Oh3-23/+68
2017-05-22Fix FieldDesc::GetExactFieldType when FieldDesc doesn't exactly represent the...Igor Kulaychuk1-2/+5
2017-05-22Delete default copy/move constructors and assignment operators of RelativePoi...Ruben Ayrapetyan4-4/+66
2017-05-22Refactor genCodeForTreeNode for xarch to match arm32/arm64Bruce Forstall6-683/+881
2017-05-22Merge pull request #11710 from sjsinju/jumpBruce Forstall2-217/+216
2017-05-22Report Span/ReadOnlySpan intrinsics to RyuJIT (dotnet/corert#3669) (#11775)dotnet bot2-0/+6
2017-05-22[RyuJIT/ARM32] Implement and add NYI assertion for load/store for floatHyung-Kyu Choi2-3/+48
2017-05-22[x86/Linux] Use CDECL (instead of STDCALL) as STDMETHODCALLTYPEJonghyun Park13-89/+89
2017-05-21Merge pull request #11526 from mskvortsov/MulLongBruce Forstall11-15/+113
2017-05-21Implement HasSameMetadataDefinitionAs() on CoreCLR (#11774)Atsushi Kanamori8-0/+31
2017-05-22[RyuJit/ARM32] Enable loading arguments when jump instructionsjsujinkim2-217/+216
2017-05-21Merge pull request #11718 from jashook/add_nyi_typ_struct_fast_tail_callJarret Shook4-2/+130
2017-05-21Remove explicit passing of ConfigurationGroup=Release from pipebuild (#11751)William Godbe5-5/+5
2017-05-20Fix ReadMemory error reading DSO link_map name. (#11759)Mike McLaughlin2-6/+16
2017-05-20Fix package Publish in official builds (#11767)Gaurav Khanna1-0/+1
2017-05-20[Arm64/Win] Revise JIT_MemCpy (#11261)Steve MacLean1-91/+85
2017-05-20Linux/x86: Fix clang 4.0 build (#11610)mskvortsov2-5/+6
2017-05-20Merge pull request #10453 from JosephTremoulet/ImplicitByRefJoseph Tremoulet5-140/+566
2017-05-19NO_WRITE_BARRIER hasn't been used in ages and we don't think it will be used ...Maoni Stephens2-131/+0
2017-05-19Merge pull request #11521 from JosephTremoulet/SpanAssertJoseph Tremoulet8-233/+345
2017-05-19[RyuJIT/ARM32] Fix src register trashing in genFloatToIntCast (#11644)mskvortsov2-2/+12
2017-05-19Merge pull request #10946 from JosephTremoulet/RationalFlagsJoseph Tremoulet1-15/+18
2017-05-19Merge pull request #10532 from rartemev/fix_tests_buildRoman Artemev33-67/+862
2017-05-19[ARM32] Simplify getting aligment value when remorphing (#11709)Hyeongseok Oh1-4/+11
2017-05-19Test build fixes for LinuxRoman Artemev33-67/+862
2017-05-19Merge pull request dotnet/corert#3654 from dotnet/nmirrorMichal Strehovský5-1/+175
2017-05-19Merge pull request #11714 from hqueue/arm/ryujit/init_valBruce Forstall1-0/+6
2017-05-19Merge pull request #11713 from mskvortsov/CkfiniteBruce Forstall3-4/+57
2017-05-19Merge pull request #11209 from erozenfeld/MorphCastNarrowingEugene Rozenfeld1-3/+5
2017-05-19Merge pull request #11680 from mskvortsov/CleanupLongNYIsBruce Forstall2-27/+17
2017-05-19Merge pull request #11643 from hqueue/arm/ryujit/cast_smalltype2floatBruce Forstall1-1/+0
2017-05-19remove unnecessary return copy (#11133)Fei Peng1-2/+7
2017-05-19Merge pull request #11700 from BruceForstall/CleanupGTFlagsBruce Forstall10-241/+204
2017-05-19Merge pull request #11594 from mikedn/lower-shift-maskBruce Forstall3-0/+53
2017-05-19[ARM/Linux] Support unaligned struct read/write (#11290)Jonghyun Park2-5/+24
2017-05-19Merge pull request #11011 from mikedn/imp-runtime-lookupBruce Forstall1-14/+17
2017-05-19Merge pull request #11720 from wtgodbe/BuildToolsCleanupWilliam Godbe17-92/+34
2017-05-19LSRA throughput tweaks (#11698)Bruce Forstall3-118/+139
2017-05-19Improve BitVecOps<>::Iter::NextElem (#11696)Bruce Forstall17-101/+109
2017-05-19Merge pull request #11746 from pgavlin/gh11733Pat Gavlin3-1/+76
2017-05-19Remove `GTF_REVERSE_OPS` from LIR. (#10698)Pat Gavlin13-220/+49
2017-05-19Format code.Pat Gavlin1-1/+2
2017-05-19Fix legality checks in SetRegOptionalForBinOp.Pat Gavlin1-6/+8