summaryrefslogtreecommitdiff
path: root/src/inc
AgeCommit message (Expand)AuthorFilesLines
2016-02-18Delete unused filesJan Kotas4-954/+0
2016-02-18Delete MDIL generation support from JIT-EE interfaceJan Kotas2-488/+1
2016-02-17Option for Enforcing Intrinsic Expansiondotnet-bot1-5/+13
2016-02-16Avoid unnecessary copies of AllSuccessorIter, LocationInfo and VNDefFunc2ArgMike Danes1-0/+7
2016-02-10Merge pull request #3118 from jkotas/buffercopyJan Kotas1-0/+1
2016-02-10Add a fast path for byte[] to Buffer.BlockCopyJan Kotas1-0/+1
2016-02-10Merge pull request #3112 from mikem8361/sosfixMike McLaughlin5-153/+173
2016-02-10Fix SOS managed breakpoints when coreclr symbols are stripped.Mike McLaughlin5-153/+173
2016-02-09Make Unix event tracing conditionally enabledJan Kotas1-3/+3
2016-02-06Fix loading of native images on UnixJan Kotas1-4/+13
2016-02-05Address CR feedback.Pat Gavlin1-7/+15
2016-02-05Generate P/Invoke transitions for CoreRT.Pat Gavlin1-4/+2
2016-02-04Make a few JIT interface changes to accommodate CoreRT:Pat Gavlin3-8/+49
2016-02-03Merge pull request #3006 from kyulee1/splitheaderKyungwoo Lee3-324/+330
2016-02-03cordebuginfo.h out of corinfo.hKyungwoo Lee3-324/+330
2016-02-03Integrate changes from full .NET FrameworkJan Kotas1-0/+2
2016-02-02Merge pull request #2997 from kouvel/FinalizeJan Kotas1-1/+1
2016-02-02Expose COMPlus_FinalizeOnShutdown in retail buildsKoundinya Veluri1-1/+1
2016-02-02Merge pull request #2860 from LLITCHEV/gc-stressLubomir Litchev1-3/+51
2016-02-01Merge pull request #2953 from janvorli/fix-unix-readytorunJan Kotas2-0/+7
2016-02-01Merge pull request #2962 from dotnet-bot/from-tfsJan Kotas3-4/+4
2016-02-01Fix for bugs related to clasifying System.TypedReference.Lubomir Litchev1-3/+51
2016-02-01Fix build breaks in Linux ARM buildJan Kotas1-6/+0
2016-02-01Fix ReadyToRun on UnixJan Vorlicek2-0/+7
2016-02-01Fix OACR errors for ProjectKdotnet-bot3-4/+4
2016-02-01Fix cast to interface other than the most derived oneDmitry-Me1-1/+1
2016-01-31Merge pull request #2520 from sperling/profilerJan Kotas3-2/+10
2016-01-31Enabling profiling on Unix/OS X.Andreas Strid3-2/+10
2016-01-29Unify reference count accessDmitry-Me1-1/+1
2016-01-28Merge pull request #2900 from BruceForstall/ClrStlUpdateBruce Forstall5-11/+464
2016-01-28Fixes and additions to CLR STL functionalityBruce Forstall5-11/+464
2016-01-28Support for CFI unwind infoKyungwoo Lee4-2/+37
2016-01-27Merge pull request #2885 from dotnet-bot/from-tfsJan Kotas1-0/+8
2016-01-27Update license headersdotnet-bot300-1225/+939
2016-01-27Don't run finalizers on shutdown, provide Unloading eventdotnet-bot1-0/+8
2016-01-26Merge pull request #2815 from steveharter/FixSanitizerClrStartupSteve Harter1-16/+8
2016-01-26Update GC from CoreRTJan Kotas1-1/+1
2016-01-25Clang sanitizer fixes to remove incorrect function type 'void *(*)()'Steve Harter1-16/+8
2016-01-24Revert "Generate P/Invoke transitions for CoreRT."Jan Kotas3-17/+14
2016-01-24Merge pull request #2817 from pgavlin/CoreRTPInvokeKyungwoo Lee3-14/+17
2016-01-23Address code review feedback.Pat Gavlin2-12/+8
2016-01-23Add new IMAGE_FILE_MACHINE_NATIVE_OS_OVERRIDE type for NetBSDKamil Rytarowski1-0/+2
2016-01-23Sort IMAGE_FILE_MACHINE_NATIVE_OS_OVERRIDE by OSKamil Rytarowski1-3/+3
2016-01-22Generate P/Invoke transitions for CoreRT.Pat Gavlin3-5/+12
2016-01-21Fix ProjectK build breaks related to GC Stress change.Aditya Mandaleeka1-2/+1
2016-01-21Merge pull request #2732 from steveharter/FixSanitizerClrStartupSteve Harter1-5/+11
2016-01-21Reduce clr startup noise when using Clang sanitizersSteve Harter1-5/+11
2016-01-20Merge pull request #2706 from adityamandaleeka/gc_stressSergiy Kuryata1-1/+1
2016-01-20Fix typo outter → outerJon Hanna1-1/+1
2016-01-18Add ready to run support to unix crossgenJan Vorlicek1-0/+2