summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-01-29Merge pull request #2919 from kyulee1/verKyungwoo Lee5-7/+7
2016-01-29Merge pull request #2914 from Dmitry-Me/unifyRefcountAccessJan Kotas1-1/+1
2016-01-29RyuJit version updateKyungwoo Lee5-7/+7
2016-01-29Merge pull request #2888 from JohnChen0/coremsbuildJohn Chen2-2/+2
2016-01-29Unify reference count accessDmitry-Me1-1/+1
2016-01-28Merge pull request #2900 from BruceForstall/ClrStlUpdateBruce Forstall5-11/+464
2016-01-28Merge pull request #2901 from JohnChen0/r2r-avJan Kotas1-0/+7
2016-01-28Merge pull request #2913 from krytarowski/netbsd-support-15Jan Kotas1-6/+1
2016-01-28Merge pull request #2911 from krytarowski/netbsd-support-13Jan Kotas1-2/+2
2016-01-28Merge pull request #2906 from krytarowski/netbsd-support-12Jan Kotas1-1/+1
2016-01-28Merge pull request #2912 from krytarowski/netbsd-support-14Jan Kotas3-1/+7
2016-01-29NetBSD: Fix portability of isspace(3) usageKamil Rytarowski1-6/+1
2016-01-29NetBSD defines VM_MAXUSER_ADDRESS in <machine/vmparam.h>Kamil Rytarowski3-1/+7
2016-01-29NetBSD: Stop assuming that __hppa__ is HP-UXKamil Rytarowski1-3/+2
2016-01-28Initial round of jit inliner refactoringAndy Ayers6-516/+676
2016-01-29Stop setting for NetBSD -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809LKamil Rytarowski1-1/+1
2016-01-28Merge pull request #2893 from swaroop-sridhar/redirectJan Kotas1-3/+4
2016-01-28Merge pull request #2899 from dotnet-bot/from-tfsAndy Ayers1-4/+16
2016-01-28Fixes and additions to CLR STL functionalityBruce Forstall5-11/+464
2016-01-28Modify crossgen to always set DLL bit in PE headerJohn Chen (CLR)1-0/+7
2016-01-28The jit may try to inline in cases where there are serious mismatches between...Andy Ayers1-4/+16
2016-01-28Support for CFI unwind infoKyungwoo Lee6-37/+384
2016-01-28Fix an assert failure in GCStress testingSwaroop Sridhar1-3/+4
2016-01-28Merge pull request #2894 from stephentoub/fix_dtparsingStephen Toub2-9/+8
2016-01-28Merge pull request #2882 from gkhanna79/FixRaceGaurav Khanna1-10/+15
2016-01-28Fix for CoreCLR issue 2881 - Fix race in Default ALC initialization.Gaurav Khanna (CLR)1-10/+15
2016-01-28Merge pull request #2880 from janvorli/fix-python-scriptJan Vorlicek1-1/+1
2016-01-27Merge pull request #2890 from sivarv/masterSivarv1-0/+4
2016-01-27Fix DateTimeFormat.FormatCustomized optimization bugstephentoub2-7/+3
2016-01-27Revert "Remove StringBuilder allocation/usage from DateTimeFormat"stephentoub2-9/+12
2016-01-27Merge pull request #2885 from dotnet-bot/from-tfsJan Kotas4-37/+80
2016-01-27Fix gc-hole while emitting CORINFO_HELP_ASSIGN_BYREF helper call.sivarv1-0/+4
2016-01-27Merge pull request #2887 from stephentoub/license_headersJan Kotas5646-19754/+17356
2016-01-27Merge pull request #2883 from stephentoub/cts_sizeStephen Toub1-8/+24
2016-01-27Update license headersdotnet-bot5646-19754/+17356
2016-01-27Don't run finalizers on shutdown, provide Unloading eventdotnet-bot4-37/+80
2016-01-27Reduce size of CancellationCallbackInfostephentoub1-8/+24
2016-01-27Fix missing format specifier in Utilities.pyJan Vorlicek1-1/+1
2016-01-27Merge pull request #2879 from janvorli/fix-exception-in-prestub-using-holder-...Jan Vorlicek1-35/+32
2016-01-27Fix exception in PreStubWorker call chain - updateJan Vorlicek1-35/+32
2016-01-27Merge pull request #2866 from LLITCHEV/x86-assert-fixLubomir Litchev2-7/+7
2016-01-26Fix a bug in fgExtendDbgLifetimes for testing lvArgReg instead ofLubomir Litchev2-7/+7
2016-01-26Remove Invalid assertGaurav Khanna1-2/+0
2016-01-26Merge pull request #2857 from briansull/fix_issue_2823Brian Sullivan1-2/+2
2016-01-26Change to disallow the generation of "locked" instruction for non-x86/x64 tar...Brian Sullivan1-2/+2
2016-01-26Merge pull request #2821 from mikem8361/osxbpfixMike McLaughlin13-1129/+474
2016-01-26Merge pull request #2815 from steveharter/FixSanitizerClrStartupSteve Harter4-26/+18
2016-01-26Merge pull request #2863 from janvorli/fix-exception-in-prestub-using-holderJan Kotas3-1/+45
2016-01-26Merge pull request #2859 from jkotas/gc-updateJan Kotas17-102/+68
2016-01-26Merge pull request #2846 from eerhardt/Fix5469Eric Erhardt1-18/+43