summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2015-09-16Fix for GH issue 410 - https://github.com/dotnet/coreclr/issues/410Gaurav Khanna6-29/+56
2015-09-16Merge pull request #1564 from dotnet-bot/from-tfsJan Kotas2-68/+111
2015-09-15Use out-of-proc libunwind to unwind native stack from DACEugene1-1/+25
2015-09-14Fix build break on ARM.Wes Haggard1-1/+1
2015-09-14This fixes the case of 64bit (to be in sync with Arm/Arm64) failures when, du...Gaurav Khanna2-68/+111
2015-09-13Improve the invalid cast message generated by unboxMike Danes1-5/+6
2015-09-11Merge pull request #1533 from janvorli/fix-native-unwind-issueJan Vorlicek1-1/+10
2015-09-11Fix null reference exception handling in JIT_WriteBarrierJan Vorlicek1-1/+10
2015-09-10Merge pull request #1499 from kouvel/TryGetRawMetadataKoundinya Veluri3-0/+38
2015-09-09Add AssemblyExtensions.TryGetRawMetadata to the System.Reflection.Metadata na...Koundinya Veluri3-0/+38
2015-09-09Merge pull request #1520 from sergey-raevskiy/clarify-commentJan Kotas1-1/+1
2015-09-09Clarify commentsergey-raevskiy1-1/+1
2015-09-08Fix missing uses of the INSTALL_MANAGED_EXCEPTION_DISPATCHERJan Vorlicek4-4/+39
2015-09-08Merge pull request #1496 from janvorli/fix-exception-memleakJan Vorlicek3-24/+43
2015-09-08Merge pull request #1514 from janvorli/fix-managed-exception-dispatch-way-2Jan Vorlicek8-6/+24
2015-09-08Fix managed exception dispatchingJan Vorlicek8-6/+24
2015-09-04Fix memory leak from managed exceptionsJan Vorlicek3-24/+43
2015-09-04Remove thread affinity and critical region stuff for UnixJan Vorlicek8-20/+93
2015-08-27Merge pull request #1449 from Priya91/longpath-binderLakshmi Priya4-6/+6
2015-08-27Replace missed MAX_PATH defines with new defines in vm.Lakshmi Priya Sekar4-6/+6
2015-08-26Merge pull request #1435 from Priya91/longpath-binderLakshmi Priya36-147/+147
2015-08-26Fix corner case of GC stack walking during exception handlingJan Vorlicek2-15/+39
2015-08-25Merge pull request #1371 from adityamandaleeka/gcsuspension_2Aditya Mandaleeka7-572/+833
2015-08-25Replace MAX_PATH with new defines in vm.Lakshmi Priya Sekar36-147/+147
2015-08-25[amd64] Implement the pinvoke stubs for unixGeoff Norton3-15/+131
2015-08-24Detect whether we interrupted an epilog properlyAditya Mandaleeka1-1/+2
2015-08-21Remove Binder assertion for BindByWhereRefAndrew Schwartzmeyer1-8/+0
2015-08-20Use volatile stores for values read by DACJan Kotas1-1/+2
2015-08-19Add config switch for thread suspension injection in clrconfigvalues.hAditya Mandaleeka1-0/+4
2015-08-14Add build-time check for existence of pthread_sigqueue and fix minorAditya Mandaleeka4-38/+29
2015-08-14Fix typo "retrive" and "retrieved" to "retrieve" and "retrieved"Jon Hanna8-10/+10
2015-08-13There was a testcase failing (Interop\WinRT\Exception\ManagedClientNativeServ...Bryan Arant3-3/+3
2015-08-13Remove temporary ifdef and refactor/simplifyAditya Mandaleeka15-85/+80
2015-08-13Enable FEATURE_HIJACK on 64-bit LinuxAditya Mandaleeka9-286/+290
2015-08-13Implement GC Suspension for UnixAditya Mandaleeka11-338/+604
2015-08-13Fix GC issues during exception handling on UnixJan Vorlicek2-25/+87
2015-08-07Fix BPMD SOS command for ReadyToRunJan Kotas1-0/+9
2015-08-06Merge pull request #1354 from jkotas/vs2015-rtmJan Kotas1-2/+2
2015-08-06Merge pull request #1357 from benpye/arm64-release-fixJan Kotas1-1/+1
2015-08-06Fix ARM64 compile breakBen Pye1-1/+1
2015-08-05Fix build breaks on VS2015 RTMJan Kotas1-2/+2
2015-08-05Merge pull request #1349 from dotnet-bot/from-tfsJan Kotas1-10/+6
2015-08-04Pick up security cookie definition from CRT headersJan Kotas1-10/+6
2015-08-04Fix crash when using OpenCover with mscorlibJan Kotas1-1/+1
2015-08-04Enable the Windows x86 buildMike Danes4-26/+69
2015-08-03Allow x86 version of prebuilt mscoree.h to be used for all architecturesJan Kotas1-1/+1
2015-08-03Merge pull request #1333 from dotnet-bot/from-tfsJan Kotas2-1/+8
2015-07-31Merge pull request #1285 from benpye/linux-arm-stack-unwindingJan Vorlicek3-34/+39
2015-07-31Modify unwinder to provide RtlVirtualUnwind.Ben Pye3-34/+39
2015-07-31[aarch64] Correct the checking of return class type to check against CORINFO_...Geoff Norton1-1/+1