-
Notifications
You must be signed in to change notification settings - Fork 273
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
remove cmsis module; add acle module #557
Merged
Merged
Commits on Feb 13, 2019
-
remove cmsis module; add acle module
ACLE (ARM C Language Extensions) is more general (supports ARMv4 to ARMv8) than CMSIS (ARMv7-M and ARMv7-R)
Configuration menu - View commit details
-
Copy full SHA for 066eba0 - Browse repository at this point
Copy the full SHA 066eba0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 342786c - Browse repository at this point
Copy the full SHA 342786cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 503f9f7 - Browse repository at this point
Copy the full SHA 503f9f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b077652 - Browse repository at this point
Copy the full SHA b077652View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6672dd - Browse repository at this point
Copy the full SHA b6672ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5422324 - Browse repository at this point
Copy the full SHA 5422324View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5973346 - Browse repository at this point
Copy the full SHA 5973346View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3f0f28 - Browse repository at this point
Copy the full SHA b3f0f28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25961be - Browse repository at this point
Copy the full SHA 25961beView commit details -
acle/barrier: use llvm.{arm,aarch64}.{dmb,dsb,isb} instead of asm!
also make these available on architectures that don't have a dedicated DMB / DSB / ISB instruction addresses rust-lang#557 (comment)
Configuration menu - View commit details
-
Copy full SHA for 74ddada - Browse repository at this point
Copy the full SHA 74ddadaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d91daff - Browse repository at this point
Copy the full SHA d91daffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d81519 - Browse repository at this point
Copy the full SHA 0d81519View commit details
Commits on Feb 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 50b5126 - Browse repository at this point
Copy the full SHA 50b5126View commit details -
Configuration menu - View commit details
-
Copy full SHA for b14287e - Browse repository at this point
Copy the full SHA b14287eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81ad620 - Browse repository at this point
Copy the full SHA 81ad620View commit details -
acle/dsp: note the difference between LLVM's +dsp and ACLE's __ARM_FE…
…ATURE_DSP addresses rust-lang#557 (comment)
Configuration menu - View commit details
-
Copy full SHA for fa0deb3 - Browse repository at this point
Copy the full SHA fa0deb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3822ef - Browse repository at this point
Copy the full SHA b3822efView commit details -
Configuration menu - View commit details
-
Copy full SHA for e67cf23 - Browse repository at this point
Copy the full SHA e67cf23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53f320e - Browse repository at this point
Copy the full SHA 53f320eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbfd8d0 - Browse repository at this point
Copy the full SHA cbfd8d0View commit details
Commits on Feb 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4cb6d8c - Browse repository at this point
Copy the full SHA 4cb6d8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f73e69f - Browse repository at this point
Copy the full SHA f73e69fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2e2edd - Browse repository at this point
Copy the full SHA c2e2eddView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8ecff9 - Browse repository at this point
Copy the full SHA f8ecff9View commit details
Commits on Feb 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b4836bf - Browse repository at this point
Copy the full SHA b4836bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 660ead1 - Browse repository at this point
Copy the full SHA 660ead1View commit details -
Update crates/core_arch/src/acle/simd32.rs
Co-Authored-By: japaric <jorge@japaric.io>
Configuration menu - View commit details
-
Copy full SHA for 608fdd7 - Browse repository at this point
Copy the full SHA 608fdd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a30a06 - Browse repository at this point
Copy the full SHA 3a30a06View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3d8449 - Browse repository at this point
Copy the full SHA f3d8449View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d1bb44 - Browse repository at this point
Copy the full SHA 9d1bb44View commit details -
Configuration menu - View commit details
-
Copy full SHA for a36e20e - Browse repository at this point
Copy the full SHA a36e20eView 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.