summaryrefslogtreecommitdiff
path: root/src/vm/callingconvention.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-18Fix missing TransitionBlock methods (#33134)submit/tizen_5.5/20200623.003918accepted/tizen/5.5/unified/20200623.152349JUNG DONG-HEON1-3/+0
2020-06-18Implement instantiating and unboxing through portable stublinker code… (#106)JUNG DONG-HEON1-7/+49
2019-04-16Arm64 vector ABI (#23675)Carol Eidt1-16/+27
2019-02-24Fix comparison and narrowing errors reported by GCCAdeel1-1/+1
2019-02-01Preserve Vector Arg registers on Arm64 (#22257)Carol Eidt1-3/+4
2019-01-31Fix for missing GC ref map record on ARM64 for the X8 register (#22309)Tomáš Rylek1-0/+10
2018-10-31Make the check for a struct fitting in a register check for either managed or...Jeremy Koritzinsky1-9/+7
2018-10-16Fix resetting of m_hasArgLocDescForStructInRegs (#20450)David Wrighton1-1/+1
2018-10-11Enable BSTR Field Marshaller for x-plat (#20264)Luqun Lou1-2/+1
2018-09-03Deal with cross-bitness compilation warnings Pt.2 (#19781)Egor Chesakov1-3/+3
2018-08-07Make VM-side changes for ARM64 Windows calling convention.Aditya Mandaleeka1-5/+59
2018-04-17Unix/x64 ABI cleanupCarol Eidt1-30/+28
2018-02-26Replace sizeof(void*)-like expressions with TARGET_POINTER_SIZE macroEgor Chesakov1-7/+7
2017-04-19For Reflection invoke, use ArgLocDescjashook1-10/+33
2017-03-15[x86/Linux] Fix IL_STUB_PInvoke with RetBuf (#10144)Hanjoung Lee1-0/+11
2016-11-03Do not use FP registers when soft-fp ABI is used (#7869)Jonghyun Park1-0/+4
2016-06-21Arm64:return buffer arg should be passed in x8Rahul Kumar1-4/+19
2016-06-09Allows the use of IsHFA only when FEATURE_HFA is enabledJonghyun Park1-0/+2
2016-06-04Fix for #5275 Delegate Invocation On ARM Soft FP (#5362)papaslavik1-0/+2
2016-05-02Fix handling of FP args on stack in the ArgIterator (#4729)Jan Vorlicek1-1/+2
2016-03-09Delete dead codeJan Kotas1-5/+1
2016-02-02Merge pull request #2860 from LLITCHEV/gc-stressLubomir Litchev1-0/+1
2016-02-01Fix for bugs related to clasifying System.TypedReference.Lubomir Litchev1-0/+1
2016-01-27Update license headersdotnet-bot1-4/+3
2015-10-22Fix obsolete commentJan Vorlicek1-1/+1
2015-10-22Fix floatingpoint register offsets in TransitionBlock for UnixJan Vorlicek1-2/+2
2015-10-20Implementation of System V ABI struct passing.Lubomir Litchev1-45/+230
2015-09-25Fix a few issues reported by cppcheckKoundinya Veluri1-0/+1
2015-07-27[aarch64] Initial aarch64/linux bring upGeoff Norton1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1508