This is an archive of the discontinued LLVM Phabricator instance.

clang: Add ARCTargetInfo
ClosedPublic

Authored by tatyana-krasnukha on Oct 10 2018, 11:45 AM.

Details

Summary

This patch is an updated version of D43089 with changes in arguments classifying. If a calling convention item is not specified by ARC ABI, it follows Itanium C++ ABI.

Diff Detail

Repository
rC Clang

Event Timeline

rjmccall accepted this revision.Oct 10 2018, 9:01 PM

Thanks, LGTM.

This revision is now accepted and ready to land.Oct 10 2018, 9:01 PM

Minor change: remove splitting big numeric arguments on 32-bit integers. Backend lowering code does this work.

This revision was automatically updated to reflect the committed changes.