summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-05-05Fixed issue #11383 (#11385)sergey ignatov2-3/+6
2017-05-05Merge pull request #11361 from mikedn/imp-strlen-exceptBruce Forstall1-0/+4
2017-05-04Fix incorrect metadata on SOS.NETCore.dll (#11395) again (#11415)Mike McLaughlin1-5/+1
2017-05-05Add missing GTF_EXCEPT when importing string length intrinsicMike Danes1-0/+4
2017-05-04Move UnmanagedMemoryStream and related types to shared CoreLib partition (#11...Jan Kotas5-127/+148
2017-05-04Refactor arm32/arm64 per-node codegen into functions (#11377)Bruce Forstall4-1026/+771
2017-05-04Fix incorrect metadata on SOS.NETCore.dll (#11395)Mike McLaughlin1-0/+4
2017-05-04Remove UnmanagedMemoryStream overflow checks. (#11376)Ian Hays1-16/+5
2017-05-04Fix ProjectN build break (dotnet/corert#3517)Jan Kotas1-1/+6
2017-05-04System.IO.Path.GetPathRoot string.Empty or whitespace character string should...Viktor Hofer2-3/+12
2017-05-04Reenable MapViewOfFile PAL test1 (#11393)Jan Vorlicek2-4/+23
2017-05-04Merge pull request #11370 from CarolEidt/ILOffsetDumpCarol Eidt1-1/+1
2017-05-04Delete moved fileJan Kotas2-132/+0
2017-05-04Merge pull request dotnet/corert#3506 from dotnet/nmirrorJan Kotas2-0/+132
2017-05-03Createdump fixes and cleanup. (#11368)Mike McLaughlin11-125/+174
2017-05-03[Arm64/Unix] Revise JIT_MemSet (#11217)Steve MacLean1-89/+157
2017-05-03Adding System\Runtime\CompilerServices\IsByRefLikeAttribute type (#11369)Vladimir Sadov2-1/+23
2017-05-03Fix some static analysis warningsRuss Keldorph6-12/+27
2017-05-03Dump GT_IL_OFFSET value in hexCarol Eidt1-1/+1
2017-05-03Remove COMCoverage::nativeCoverBlock (#11364)Jan Vorlicek5-86/+0
2017-05-03Fix Binder NI to IL fallback (#11341)Steve MacLean2-8/+37
2017-05-03Place precompiled SPC.dll in native assets folder. (#11359)Gaurav Khanna3-3/+3
2017-05-03Fix load from (#11342)Gaurav Khanna1-1/+2
2017-05-03Implement Type.IsTypeDefinition property on CoreCLR (#11355)Atsushi Kanamori9-0/+35
2017-05-02Merge pull request #11340 from ericstj/fixCrossTargetFolderEric StJohn2-3/+3
2017-05-02Enable Marshal.SecureStringToBSTR and Marshal.ZeroFreeBSTR on Unix (#11234)John Bottenberg12-62/+86
2017-05-02Fix folder name for cross-targeting assetsEric St. John2-3/+3
2017-05-02Enable LoadFrom to pickup assemblies next to requesting assembly (#11333)Gaurav Khanna1-0/+63
2017-05-02Merge pull request #11329 from BruceForstall/RefactorArmCodegenBruce Forstall4-829/+988
2017-05-02Added missing icu headers for Android (#11325)Cyd Haselton1-0/+2
2017-05-01Fix assertBruce Forstall1-4/+4
2017-05-01Fix rgTail corruption in rare scavenging cases [Desktop port]. (#11327)Aditya Mandaleeka1-0/+26
2017-05-01Partial revert "Move a few more files to shared CoreLib partition" (#11328)Jan Kotas3-34/+13
2017-05-01FormattingBruce Forstall3-12/+12
2017-05-01Refactor GT_NEG/GT_NOTBruce Forstall3-59/+79
2017-05-01Refactor comparesBruce Forstall3-159/+184
2017-05-01Refactor GT_PUTARG_REGBruce Forstall4-26/+38
2017-05-01Refactor GT_SWAPBruce Forstall3-53/+61
2017-05-01Refactor GT_RETURNTRAPBruce Forstall3-37/+61
2017-05-01Refactor GT_STOREINDBruce Forstall3-156/+177
2017-05-01Refactor GT_LCL_VAR and GT_STORE_LCL_VARBruce Forstall3-194/+232
2017-05-01Refactor GT_STORE_LCL_FLDBruce Forstall3-84/+110
2017-05-01Refactor ARM/ARM64 GT_LCL_FLD codegenBruce Forstall4-62/+47
2017-05-01Merge pull request #11067 from sjsinju/model_kill_setBruce Forstall1-0/+2
2017-05-01Merge pull request #11304 from pgavlin/GH11273Pat Gavlin3-32/+26
2017-05-01Move a few more files to shared CoreLib partitionJan Kotas10-301/+154
2017-05-01Fetch secondary handle only if primary is non-nullJan Kotas1-2/+8
2017-05-01Avoid unnecessary out arguments in DependentHandle FCallsJan Kotas3-41/+31
2017-05-01Merge pull request #11262 from pgavlin/NoCompatJitPat Gavlin8-156/+2
2017-05-01Format code and fix a comment.Pat Gavlin2-3/+3