summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2016-02-10Merge pull request #3118 from jkotas/buffercopyJan Kotas4-13/+37
2016-02-10Add a fast path for byte[] to Buffer.BlockCopyJan Kotas4-13/+37
2016-02-10Fix SOS managed breakpoints when coreclr symbols are stripped.Mike McLaughlin3-18/+55
2016-02-08Merge pull request #2981 from kouvel/FixesKoundinya Veluri3-10/+22
2016-02-06Merge pull request #3059 from jkotas/intrinsicsJan Kotas1-1/+3
2016-02-06Revert "Remove useless security checks"Jan Kotas2-6/+2
2016-02-06Delete mdil support from coreclrJan Kotas4-4449/+0
2016-02-05Improve robustness of intrinsic fallback pathJan Kotas1-1/+3
2016-02-04Merge pull request #3027 from stephentoub/remove_security_checksJan Kotas2-2/+6
2016-02-04Make a few JIT interface changes to accommodate CoreRT:Pat Gavlin2-0/+32
2016-02-04Remove security checks.Vance Morrison2-2/+6
2016-02-03Integrate changes from full .NET FrameworkJan Kotas11-24/+49
2016-02-02Merge pull request #2997 from kouvel/FinalizeJan Kotas1-10/+2
2016-02-02Expose COMPlus_FinalizeOnShutdown in retail buildsKoundinya Veluri1-10/+2
2016-02-02Merge pull request #2974 from krytarowski/netbsd-support-26Jan Kotas2-5/+5
2016-02-02Static analysis fixesKoundinya Veluri2-2/+3
2016-02-02Disable unhandled exception filter assertKoundinya Veluri1-8/+19
2016-02-03Fix build on NetBSD: cast ptr to function to ptr to dataKamil Rytarowski2-5/+5
2016-02-02Merge pull request #2860 from LLITCHEV/gc-stressLubomir Litchev6-51/+137
2016-02-01Fix fallout from enabling profilingJan Kotas1-0/+15
2016-02-01Merge pull request #2953 from janvorli/fix-unix-readytorunJan Kotas2-15/+5
2016-02-01Fix for bugs related to clasifying System.TypedReference.Lubomir Litchev6-51/+137
2016-02-01Fix Unix build breaksJan Kotas3-9/+13
2016-02-01Fix ReadyToRun on UnixJan Vorlicek2-15/+5
2016-02-01Fix OACR errors for ProjectKdotnet-bot7-10/+21
2016-02-01Merge pull request #2950 from jkotas/WIN32Jan Kotas1-2/+0
2016-01-31Stop defining WIN32 in Unix buildsJan Kotas1-2/+0
2016-02-01Fix build on NetBSD, casting pointer to function to pointer to dataKamil Rytarowski1-1/+1
2016-01-31Merge pull request #2520 from sperling/profilerJan Kotas11-52/+79
2016-01-31Enabling profiling on Unix/OS X.Andreas Strid11-52/+79
2016-01-31Introduce central location for turning FEATURE_EVENT_TRACE on/offJan Kotas1-2/+2
2016-01-29Fix for x86 checked build error.Eugene Rozenfeld1-1/+1
2016-01-28Merge pull request #2893 from swaroop-sridhar/redirectJan Kotas1-3/+4
2016-01-28Fix an assert failure in GCStress testingSwaroop Sridhar1-3/+4
2016-01-27Merge pull request #2885 from dotnet-bot/from-tfsJan Kotas1-16/+34
2016-01-27Update license headersdotnet-bot746-3002/+2247
2016-01-27Don't run finalizers on shutdown, provide Unloading eventdotnet-bot1-16/+34
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-26Merge pull request #2815 from steveharter/FixSanitizerClrStartupSteve Harter1-4/+4
2016-01-26Merge pull request #2863 from janvorli/fix-exception-in-prestub-using-holderJan Kotas2-1/+29
2016-01-26Merge pull request #2859 from jkotas/gc-updateJan Kotas2-13/+6
2016-01-26Fix exception in PreStubWorkerJan Vorlicek2-1/+29
2016-01-26Update GC from CoreRTJan Kotas2-13/+6
2016-01-25Merge pull request #2855 from adityamandaleeka/fixDasmAssertAditya Mandaleeka1-1/+2
2016-01-25Move assert under COREDISTOOLS ifdef.Aditya Mandaleeka1-1/+2
2016-01-25Change isDelegateCall to be LIMITED_METHOD_CONTRACTMichelle McDaniel1-1/+1
2016-01-25Clang sanitizer fixes to remove incorrect function type 'void *(*)()'Steve Harter1-4/+4
2016-01-24Revert "Generate P/Invoke transitions for CoreRT."Jan Kotas2-5/+11
2016-01-24Merge pull request #2817 from pgavlin/CoreRTPInvokeKyungwoo Lee2-11/+5