summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Add dev workflow scripts for build pipelinewtgodbe1-0/+20
2016-05-17Merge pull request #4874 from gkhanna79/SPC_S1AlexGhiondea34-86/+3677
2016-05-17Merge pull request #4999 from sejongoh/avoid_ti_method_checkSejong Oh2-1/+8
2016-05-17Implementing the Unix calling convention for the generic dictionary access st...Fadi Hanna2-20/+45
2016-05-17Add typeInfo::GetMehtod2 to avoid checking GetType == TI_METHOD.Sejong OH2-1/+8
2016-05-17Merge pull request #5008 from yizhang82/dllimportpath-fix2Yi Zhang (CLR)8-33/+6
2016-05-17Optimize Array.GetLength, GetUpperBound, GetLowerBound (#4993)James Ko1-17/+27
2016-05-17Update StringObject comment in object.h (#5011)Matt Warren1-5/+1
2016-05-17Move notion of restricted physical memory behind the GCToOSInterface (#5007)Jan Kotas6-141/+124
2016-05-16Enable DefaultDllImportSearchPathsAttribute in CoreCLR Windows. Host NATIVE_D...Yi Zhang (CLR)8-33/+6
2016-05-16Merge pull request #5003 from jkotas/corert-gcJan Kotas1-1/+4
2016-05-16Initial change to support System.Private.CoreLib.dll as Core Library.Gaurav Khanna34-86/+3677
2016-05-16Merge pull request #4975 from kspawa/ldivKshama Pawar1-6/+5
2016-05-16Update GC from CoreRTJan Kotas1-1/+4
2016-05-16Disable RegPair for x86 LongsMichelle McDaniel4-8/+20
2016-05-15Merge pull request #4969 from gkhanna79/RelaxALCGaurav Khanna9-82/+169
2016-05-15Enable overriding assemblies from TPAGaurav Khanna9-82/+169
2016-05-15Fix arm and x86 build breaksJan Kotas2-1/+7
2016-05-14Remove unneeded INLINE_NDIRECT and INLINE_PINVOKE #ifdefs (#4977)Bruce Forstall15-142/+15
2016-05-14Fix build breaks in arm64 and legacy internal amd64 buildsJan Kotas3-2/+14
2016-05-14Use different value for win32resource for System.Private.CoreLib. (#4964)AlexGhiondea1-0/+6
2016-05-14Replace ldiv with normal division for PALKshama Pawar1-6/+5
2016-05-13Add support for reverse PInvoke callouts to the JIT (#4952)Jan Kotas3-38/+90
2016-05-13Initial implementation of generic dictionary access for R2R. (#4519)Fadi Hanna19-450/+1029
2016-05-13Port string.PadLeft and string.PadRight from CoreRT (#4968)Bruce Bowyer-Smyth4-77/+44
2016-05-13Fix a PCH-related issue in the jitstdout change.Pat Gavlin2-9/+4
2016-05-13Merge pull request #4922 from adityamandaleeka/remove_getfilenamefromsymlinkAditya Mandaleeka9-195/+103
2016-05-13Merge pull request #4942 from pgavlin/gh4832Pat Gavlin10-72/+86
2016-05-13Merge pull request #4961 from AndyAyersMS/RandomInlineBudgetLimitAndy Ayers1-0/+12
2016-05-13Merge pull request #4955 from briansull/fix-asmdiffBrian Sullivan2-6/+6
2016-05-13Add budget check to RandomPolicyAndy Ayers1-0/+12
2016-05-13Renaming the API StringToCoTaskMemUTF8 since wetijoytk2-4/+4
2016-05-13Fix issue with Arm64 AsmDiffsBrian Sullivan2-6/+6
2016-05-13Merge pull request #4911 from tijoytom/mastertijoytom2-3/+79
2016-05-13Merge pull request #4813 from pgavlin/gh3058Pat Gavlin1-18/+27
2016-05-13Merge pull request #4921 from AndyAyersMS/InlineReplayAndy Ayers9-35/+475
2016-05-12Address code review feedback.Pat Gavlin1-1/+1
2016-05-12Chain activation signal handlers in the PAL.Pat Gavlin1-18/+27
2016-05-12Merge pull request #4945 from dotnet-bot/from-tfsMatt Ellis7-13/+50
2016-05-12Stop using SYS_delete syscall for deleting files.Aditya Mandaleeka3-63/+3
2016-05-12Add tests for file IO functions operating on symlinks.Aditya Mandaleeka4-42/+97
2016-05-12Merge pull request #4932 from JohnChen0/r2rJohn Chen3-1/+28
2016-05-12Merge pull request #4933 from dotnet-bot/from-tfsKyungwoo Lee1-1/+1
2016-05-12Inliner: introduce ReplayPolicyAndy Ayers9-35/+475
2016-05-12Use a JIT-specific stdout `FILE*`.Pat Gavlin10-72/+86
2016-05-12Marshaling helpers for MarshalAs LPUTF8Str.tijoytk2-3/+79
2016-05-12Merge pull request #4915 from tarekgh/FixLowerAsciiCharChecksTarek Mahmoud Sayed3-5/+13
2016-05-12Fix contract violations in Ready to Run codeJohn Chen (CLR)3-1/+28
2016-05-12Apply the JIT interface changes needed for Fadi's upcoming shared generics ch...Pat Gavlin7-13/+50
2016-05-12Fix trival build break, with warning treated as error for jmpDist usageBrian Sullivan1-1/+1