summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2015-03-06Merge remote-tracking branch 'upstream/master' into dacglobals1Mike McLaughlin1-7/+7
2015-03-06Add a fourth parameter to the DEFINE_DACVAR macro that is the actual fully qu...Mike McLaughlin18-25/+37
2015-03-05Fix register usage in ResolveWorkerChainLookupAsmStubJan Kotas1-7/+7
2015-03-04Merge pull request #391 from jkotas/umthunkJan Kotas1-18/+19
2015-03-04Merge pull request #392 from jkotas/TypedReferenceJan Kotas5-8/+16
2015-03-03Introduce FC_TypedByRef for passing TypedReferences as FCall argumentsJan Kotas5-8/+16
2015-03-03Fix RBP-relative offsets in UMThunkStubJan Kotas1-18/+19
2015-03-03Fix copy&paste typo in JIT_MemCpy helperJan Kotas1-1/+1
2015-03-03Merge pull request #381 from jkotas/unwindingJan Kotas3-5/+3
2015-03-02Delete host authentication enforcementJan Kotas1-70/+2
2015-03-02Correct set_cfa_register argumentsJan Kotas2-4/+3
2015-03-02Delete initial .cfi_def_cfa_offsetJan Kotas1-1/+0
2015-03-02Merge pull request #364 from pgavlin/LLDBCMakePat Gavlin1-1/+1
2015-03-02va_list portability fix in JIT_NewMDArr helperJan Kotas1-8/+5
2015-03-02Merge pull request #365 from jkotas/gcfixesJan Kotas1-0/+2
2015-03-02Merge pull request #367 from jkotas/RBP-chainsJan Kotas4-54/+41
2015-03-02Merge pull request #372 from kangaroo/osx-release-fixJan Kotas1-1/+1
2015-03-02Update assembly helpers to use regular RBP framesJan Kotas4-54/+41
2015-02-28Exception handling needs a full context here to restore properlyGeoff Norton1-1/+1
2015-02-28Apples assembler requires .cfi_startproc after the symbolsGeoff Norton1-1/+1
2015-02-28Fix definitions of preserved regs in GCInfo to match Unix calling conventionJan Kotas1-0/+2
2015-02-27Improve LLDB probing and fix a small bug in umthunkstub.S.Pat Gavlin1-1/+1
2015-02-27Merge remote-tracking branch 'upstream/master' into managedehSergiy Kuryata15-70/+421
2015-02-27Implement basic support for managed exception handling.Sergiy Kuryata3-4/+281
2015-02-26Merge pull request #346 from kangaroo/issue-345Jan Kotas4-36/+72
2015-02-26Fixup precode alignment issues were sorted on OSX a while backGeoff Norton1-2/+0
2015-02-26Implement ExternalMethodFixupStub, VirtualMethodFixupStub and StubDispatchFix...Geoff Norton4-36/+72
2015-02-25Delete dead codeJan Kotas1-5/+0
2015-02-25Merge pull request #337 from kangaroo/issue-324Jan Kotas4-21/+211
2015-02-26Implement TheUMEntryPrestub and UMThunkStub for UNIX ABIGeoff Norton4-21/+211
2015-02-25Allow users to specify a no GC region (on behalf of maonis)Jan Kotas3-0/+43
2015-02-25FI from $/DevDiv/FXMain to $/DevDiv/FX/Product/ProjectK **FI_LABEL=22625.00**dotnet-bot4-4/+93
2015-02-23Merge remote-tracking branch 'upstream/master' into soscommand1Mike McLaughlin4-14/+22
2015-02-21Merge pull request #317 from janvorli/fix-cfi-annotationJan Kotas2-10/+18
2015-02-21Fix warnings generated when building with Clang on Linux.Pat Gavlin2-4/+4
2015-02-21Fix cfi annotation for NDirectImportThunk and JIT_RareDisableHelperJan Vorlicek2-10/+18
2015-02-20Merge remote-tracking branch 'upstream/master' into soscommand1Mike McLaughlin6-31/+0
2015-02-20Delete dead codeJan Kotas6-31/+0
2015-02-19Merge branch 'master' into soscommand1Mike McLaughlin6-88/+122
2015-02-18Reflect CR feedbackJan Vorlicek4-40/+59
2015-02-17Merge branch 'master' into unix_issue177Geoff Norton10-102/+42
2015-02-17Refactor linux libunwind to work on osxGeoff Norton2-20/+22
2015-02-16Implement native stack unwinding for LinuxJan Vorlicek6-54/+67
2015-02-15Merge remote-tracking branch 'upstream/master' into soscommand1Mike McLaughlin10-102/+42
2015-02-13Fix x86 build breakJan Kotas1-3/+3
2015-02-13Fixed comments, replaced references to Evanesco with ARMJan Kotas4-12/+12
2015-02-13Simplify platform ifdefsJan Kotas7-91/+31
2015-02-12Merge branch 'master' into soscommand1mikem83618-32/+64
2015-02-12These changes are the beginning of the SOS for coreclr under lldb. It isn't f...mikem83611-2/+2
2015-02-12Small fixes to enable AltJit support on UNIX.Pat Gavlin1-1/+1