Skip to content

[stdlib][SR-2239][5.0] Implement AAPCS64 variable argument list support. #21885

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 29, 2019

Conversation

drodriguez
Copy link
Contributor

Use the already existing support for x86_64 and s390 to implement AAPCS64 __VaListBuilder. The parts where each implementation differ are the x86_64 header, and the order of the general and vector registers.

This change brings in one commit the changes introduced in #20862 and in #21237.

Resolves SR-2239.

/cc @bob-wilson

Use the already existing support for x86_64 and s390 to implement
AAPCS64 __VaListBuilder. The parts where each implementation differ are
the x86_64 header, and the order of the general and vector registers.

This change brings in one commit the changes introduced in swiftlang#20862 and in swiftlang#21237.
@drodriguez drodriguez requested a review from a team as a code owner January 15, 2019 22:00
Copy link
Contributor

@bob-wilson bob-wilson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks OK to me.

@drodriguez
Copy link
Contributor Author

Sorry to bother again. I saw the first beta being released today, and I was wondering if this was left aside for a reason, or it is still intended to be merged in 5.0. BTW: I cannot start the tests myself.

@jrose-apple
Copy link
Contributor

cc @rjmccall

@swift-ci Please test

@bob-wilson
Copy link
Contributor

I'm planning to merge this next week -- holding off for a few days to avoid any extra risk as we're wrapping up the ABI changes.

@bob-wilson bob-wilson merged commit 3a78644 into swiftlang:swift-5.0-branch Jan 29, 2019
@drodriguez drodriguez deleted the aapcs64-valist-5 branch July 16, 2019 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants