summaryrefslogtreecommitdiff
path: root/src/vm/fcall.h
AgeCommit message (Expand)AuthorFilesLines
2019-05-23Delete FEATURE_TESTHOOK (#24746)Jan Kotas1-2/+0
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-2/+2
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-9/+2
2018-11-05Adding some new functions to System.Math and System.MathF (#20788)Tanner Gooding1-0/+7
2018-10-31Clean up string literal implicit const casting and some two-phase lookup nits...Jeremy Koritzinsky1-2/+2
2018-04-17Unix/x64 ABI cleanupCarol Eidt1-6/+0
2018-02-03Fix failfast stacktrace (#15895)Sung Yoon Whang1-0/+12
2017-03-30[x86/Linux] Use CDECL instead of STDCALL (#10410)Jonghyun Park1-1/+1
2017-03-15Clean up fcall.h (#10158)Jonghyun Park1-67/+68
2017-03-03Fixing the FCALL 'common gotchas' comment to clarify that it applies to all t...Tanner Gooding1-4/+7
2016-03-09Delete dead codeJan Kotas1-1/+1
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-20Fix typo outter → outerJon Hanna1-2/+2
2015-10-20Implementation of System V ABI struct passing.Lubomir Litchev1-2/+1
2015-09-08Fix managed exception dispatchingJan Vorlicek1-0/+2
2015-03-20Workaround for DECIMAL calling convention in FCallsJan Kotas1-0/+2
2015-03-03Introduce FC_TypedByRef for passing TypedReferences as FCall argumentsJan Kotas1-0/+8
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1371