-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
stage2 ARM: more instructions, return values, parameters #6255
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
Conversation
0b8b044 to
ce94667
Compare
cf18456 to
4a29789
Compare
4a29789 to
927a763
Compare
|
I'll add some testcases for basic parameters, return types and non-leaf functions. After that, I'll mark this ready for review. |
82c45ce to
221d267
Compare
|
Seems like some conflicts appeared. I'll rebase and resolve those. |
Non-leaf functions now work. Combined with simple parameters and return types, this allows more complicated programs than Hello World to be correctly compiled.
221d267 to
6d0ac9f
Compare
6d0ac9f to
fb58fb2
Compare
andrewrk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really nice work @joachimschmidt557. Thanks for being patient with my big breaking changes.
Adding some more stuff to stage2 ARM backend