summaryrefslogtreecommitdiff
path: root/src/vm/clrtocomcall.cpp
AgeCommit message (Collapse)AuthorFilesLines
2019-04-05Enable return buffers on Windows ARM64 for struct-returning member functions ↵Jeremy Koritzinsky1-1/+1
(#23625) * Enable return buffers on Windows ARM64 for struct-returning member functions. Fixes #23577. * Update comment to match new condition. * Enable byref return on all Windows (excluding arm64 HFA. Add more test cases for ThisCall. * On x86, if we have a normalized return value in an instance method, get back the actual type so that we correctly marshal it via a return buffer. * Fix param ordering. * Clean up based on PR feedback. * Fix accidental variable shadowing.
2018-10-23Add support for IDispatch in CoreCLRAaron Robinson1-0/+316
Reduce some TypeInfo API cruft Throw exception on non-Windows ABIs for value types
2018-06-03Warnings cleanup (#18260)Robin Sue1-1/+0
* Cleanup all disabled warnings that do not trigger * Fix warning about line continuation in single line comment * Eliminiate all unreferenced local variables and reenable warning
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-234/+0
2016-01-27Update license headersdotnet-bot1-4/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1182
[tfs-changeset: 1407945]