summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-02-22Merge pull request #3294 from jkotas/delete-zero-offset-allowedJan Kotas2-5/+0
2016-02-22Merge pull request #3270 from CarolEidt/x86TypeCtxtOnFrameCarol Eidt1-0/+8
2016-02-22Merge pull request #3282 from gkhanna79/WinX86NugetGaurav Khanna2-4/+8
2016-02-22Delete FEATURE_REF_ZERO_OFFSET_ALLOWEDJan Kotas2-5/+0
2016-02-22Merge pull request #3289 from AndyAyersMS/InlineRefactor4eAndy Ayers4-39/+105
2016-02-22Generate WinX86 Nuget packageGaurav Khanna2-4/+8
2016-02-22Merge pull request #3255 from juergenhoetzel/build_script_fixesJan Vorlicek1-3/+3
2016-02-21Merge pull request #3260 from gkhanna79/CentOSMatt Ellis1-4/+4
2016-02-22Temporarily disable paltest_pal_sxs_test1 on NetBSDKamil Rytarowski1-1/+1
2016-02-22Fix typo in the name of the paltest_getcurrentthread_test2 testKamil Rytarowski1-1/+1
2016-02-21Inline refactoring: split up depth and recursion checksAndy Ayers4-39/+105
2016-02-21Merge pull request #3275 from AndyAyersMS/InlineRefactor4dAndy Ayers6-88/+267
2016-02-21Merge pull request #3278 from jamesqo/patch-7Jan Kotas1-2/+11
2016-02-21Merge pull request #3285 from krytarowski/netbsd-support-54Jan Kotas1-3/+8
2016-02-21Fix test issue on NetBSD: Walk-around getrusage(2) implementation nitsKamil Rytarowski1-3/+8
2016-02-20Short-circuit for empty strings in Insert/RemoveJames Ko1-2/+11
2016-02-20Merge pull request #3280 from jamesqo/patch-8Jan Kotas1-22/+21
2016-02-20Merge pull request #3279 from krytarowski/netbsd-support-53Jan Kotas3-33/+53
2016-02-21Remove trailing whitespaceKamil Rytarowski3-30/+30
2016-02-20Avoid string allocations in some Concat overloadsJames Ko1-22/+21
2016-02-21Disable not relevant tests for NetBSD: SCHED_OTHER may not be reassignableKamil Rytarowski3-5/+25
2016-02-20Remove unnecessary ref parameters from String.csJames Ko1-4/+4
2016-02-20Merge pull request #3221 from jamesqo/patch-5Jan Kotas1-0/+9
2016-02-20Merge pull request #3273 from krytarowski/netbsd-support-52Jan Kotas3-1/+18
2016-02-20Disallow setting of priority for SCHED_OTHER threads on NetBSDKamil Rytarowski3-1/+18
2016-02-20Fix misleading typoJuergen Hoetzel1-1/+1
2016-02-20Handle CMakeArgs correctlyJuergen Hoetzel1-2/+2
2016-02-19Mark compTypeCtxtArg as lvOnFrameCarol Eidt1-0/+8
2016-02-19Merge pull request #2998 from ramarag/LongFileSupportRama krishnan Raghupathy59-1320/+3062
2016-02-19InlineRefactoring: start to capture failures in the inline treeAndy Ayers6-88/+267
2016-02-19This Change Adds initial Support for LongFiles in the VM,Rama Krishnan Raghupathy59-1320/+3062
2016-02-19Fixes to build CentOS CoreCLR Nuget PackageGaurav Khanna (CLR)1-4/+4
2016-02-19Merge pull request #3236 from mikedn/noinline-newJan Kotas2-13/+11
2016-02-19Do not transform user-implemented math intrinsics that are tail callsHongtao Yu2-10/+17
2016-02-19Merge pull request #3247 from AndyAyersMS/InlineRefactor4cAndy Ayers9-136/+169
2016-02-19Merge pull request #3250 from janvorli/fix-explicit-frames-popping-2Sergiy Kuryata2-51/+86
2016-02-19Merge pull request #3242 from briansull/arm64condsBrian Sullivan12-274/+694
2016-02-19Merge pull request #3238 from tarekgh/DateTimeRefactorTarek Mahmoud Sayed1-11/+3
2016-02-19Fix the explicit frames unwinding on UnixJan Vorlicek2-51/+86
2016-02-18Merge pull request #3243 from LLITCHEV/structDesc-cloneLubomir Litchev3-18/+15
2016-02-18Merge pull request #3135 from CarolEidt/x86VirtualStubDirectCarol Eidt2-11/+15
2016-02-18Added code to clone the structDesc member of GT_CALL.Lubomir Litchev3-18/+15
2016-02-18InlineRefactor: rename inlExpLst to InlineContextAndy Ayers9-136/+169
2016-02-18Made the changes suggested fromn code reviewersBrian Sullivan4-87/+143
2016-02-18Added enum CompareKind as input to genJumpKindForOper()Brian Sullivan7-157/+228
2016-02-18Inline refactoring: capture failing observation for non-candidatesAndy Ayers6-34/+127
2016-02-18Enable Virtual Stub calls that are direct for x86Carol Eidt2-11/+15
2016-02-18Small refactoring in DateTime comparing methodsTarek Mahmoud Sayed1-11/+3
2016-02-18Do not define global inline new/delete operatorsMike Danes2-13/+11
2016-02-18Merge pull request #3229 from AndyAyersMS/InlineRefactor4aAndy Ayers5-38/+54