summaryrefslogtreecommitdiff
path: root/src/vm/eetwain.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-06-12Fix unwinding of funclet with no epilog on x86/Linux (#17458)Igor Kulaychuk1-14/+5
2018-05-24Typo (#18122)John Doe1-1/+1
2018-04-12Fix for 17398. (#17501)Eugene Rozenfeld1-11/+31
2018-03-30GC info fix: correctly adjust argCntCarol Eidt1-7/+18
2018-03-26Fix funclet unwinding on x86 Linux (#17144)Igor Kulaychuk1-1/+20
2018-02-14Fix ARM/ARM64 hijacking in tail calls (#16039)Jan Vorlicek1-0/+19
2017-06-15[x86/Linux] Enable gcMarkFilterVarsPinned (WIN64EXCEPTIONS) (#11281)Hanjoung Lee1-1/+34
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-4/+4
2017-04-25[x86/Linux] Do not report untracked from filters (#11195)Hanjoung Lee1-46/+54
2017-04-13[x86/Linux] Fix ResumeEsp before resume (#10749)Jonghyun Park1-0/+48
2017-04-11Use hasPartialArgInfo instead of isPartialArgInfoJonghyun Park1-10/+10
2017-04-07[x86/Linux] Use GCInfo for funclet unwindingJonghyun Park1-12/+27
2017-04-04[x86/Linux] Fix crash when GC triggered inside funclets (#10188)Hanjoung Lee1-0/+20
2017-04-04[x86/Linux] Correctly unwind esp frames (#10685)Jonghyun Park1-1/+4
2017-03-07[x86/Linux] Fix incorrect FP values (#9975)Hanjoung Lee1-16/+2
2017-03-01[x86/Linux] Correct GetStackParameterSize on Funclet (#9849)Jonghyun Park1-0/+8
2017-02-23[x86/Linux] Initial patch for EH funclet (#9601)Hanjoung Lee1-5/+26
2017-02-22[x86/Linux] Fix framepointer while unwinding (#9678)SaeHie Park1-1/+9
2017-02-17[x86/Linux] Fix GetCallerSp (#9384)Jonghyun Park1-1/+2
2017-02-08Clean up GetAddrOfSecurityObject (#9423)Jonghyun Park1-7/+5
2017-02-08Clean up EECodeManager::GetInstance (#9424)Jonghyun Park1-7/+5
2017-02-08Clean up EECodeManager::GetGSCookieAddr (#9425)Jonghyun Park1-7/+4
2017-02-08Clean up EECodeManager::GetReturnKind (#9426)Jonghyun Park1-6/+3
2017-02-08Clean up EECodeManager::GetFunctionSize (#9427)Jonghyun Park1-6/+3
2017-02-08Clean up EECodeManager::GetParamContextType (#9428)Jonghyun Park1-11/+8
2017-02-08Clean up EECodeManager::GetExactGenericsToken (#9429)Jonghyun Park1-7/+2
2017-02-08Clean up EECodeManager::GetParamTypeArg (#9430)Jonghyun Park1-6/+5
2017-02-08Clean up EnumGcRefs (#9412)Jonghyun Park1-22/+7
2017-02-07Clean up methods for USE_GC_INFO_DECODER (#9394)Jonghyun Park1-11/+3
2017-02-03[x86/Linux] Clean up non-WIN64EXCEPTIONS code: (#9305)Jonghyun Park1-13/+1
2017-02-02[x86/Linux] Do NOT use QuickUnwindStackFrame (#9299)Jonghyun Park1-1/+3
2017-02-02Clean up GetAddrOfSecurityObjectFromCachedInfo (#9291)Jonghyun Park1-5/+3
2017-02-02[x86/Linux] Do NOT use GSCookie on Funclet (#9290)Jonghyun Park1-5/+7
2017-02-02[x86/Linux] Do NOT use pXXX fields (#9121)Jonghyun Park1-42/+65
2017-02-01[x86/Linux] Get Frame Pointer from CallerSp (#9235)Jonghyun Park1-1/+9
2017-02-01[x86/Linux] Update pCurrentContextPointers properly in EnsureCallerContextIsV...Jonghyun Park1-6/+2
2017-01-31Enable EECodeManager::GetGSCookieAddr when CROSSGEN_COMPILE is not defined (#...Jonghyun Park1-1/+3
2017-01-27Enable IsInPrologOrEpilog only if GC Info Decoder is not used (#9136)Jonghyun Park1-5/+2
2017-01-26Extract GetStackParameterSize from ESPIncrOnReturn (#9135)Jonghyun Park1-3/+8
2017-01-24Simplify #ifdef related with UnwindStackFrame (#9052)Jonghyun Park1-14/+10
2017-01-24Clean up #else in EECodeManager::FixContext (#9048)Jonghyun Park1-6/+3
2017-01-24Clean up LeaveFinally/LeaveCatch (#9050)Jonghyun Park1-13/+2
2017-01-23Rename Esp in x86 REGDISPLAY as SP (#9070)Jonghyun Park1-25/+25
2017-01-23Clean up #else in EECodeManager::GetAmbientSP (#9049)Jonghyun Park1-6/+2
2017-01-19[x86/Linux] Do NOT use Shadow SP (#8913)Jonghyun Park1-1/+3
2017-01-18[x86/Linux] Port RtlVirtualUnwind (#8911)Jonghyun Park1-15/+28
2017-01-11[x86/Linux] Fix WIN64EXCEPTIONS build error (#8629)Jonghyun Park1-2/+7
2016-09-14Implement GcInfo v2 for X86Swaroop Sridhar1-84/+125
2016-08-13Fixup a few contractsJan Kotas1-15/+9
2016-08-05Implement GcInfo v2Swaroop Sridhar1-15/+9