-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Enable AVR as a Tier 3 target upstream #69478
Merged
Merged
Commits on Jun 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 690bb8a - Browse repository at this point
Copy the full SHA 690bb8aView commit details -
[AVR] Fix debug printing of function pointers
This commit fixes debug printing of function pointers on AVR. AVR does not support `addrspacecast` instructions, and so this patch modifies libcore so that a `ptrtoint` IR instruction is used and the address space cast is avoided.
Configuration menu - View commit details
-
Copy full SHA for 91bff8c - Browse repository at this point
Copy the full SHA 91bff8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13edc57 - Browse repository at this point
Copy the full SHA 13edc57View commit details -
[AVR] Raise and link to a tracking issue for the
avr-interrupt
call……ing convention Also fix the order of the feature gate to fix the tidy errors.
Configuration menu - View commit details
-
Copy full SHA for edc344e - Browse repository at this point
Copy the full SHA edc344eView commit details -
Patch generated with `./x.py test --stage 1 src/test/ui/feature-gates --bless`.
Configuration menu - View commit details
-
Copy full SHA for e369cf6 - Browse repository at this point
Copy the full SHA e369cf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4a041c - Browse repository at this point
Copy the full SHA b4a041cView commit details -
[AVR] Remove AVR-specific logic from libstd
It is not possible to compile libstd for AVR anyway.
Configuration menu - View commit details
-
Copy full SHA for 8ba9cbd - Browse repository at this point
Copy the full SHA 8ba9cbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f0652f - Browse repository at this point
Copy the full SHA 1f0652fView commit details -
[AVR] Update ABI type classification logic to match the the AVR-Clang…
… ABI This patch brings the AVR calling convention argument classification logic in line with AVR Clang's behaviour. AVR-Clang currently uses the `clang::DefaultABIInfo` ABI implementation. This calling convention promotes all aggregates to indirect, no matter their size. It is also unnecessary to perform any integer width extension for AVR as the minimum argument size matches the minimum describable size of abi::Primitive::Int - 8 bits. At some point in the future, an AVR-GCC compatible argument classification implementation should be adopted in both Clang and Rust.
Configuration menu - View commit details
-
Copy full SHA for 0340359 - Browse repository at this point
Copy the full SHA 0340359View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.