rust/compiler/rustc_target/src
bors 0b6f079e49 Auto merge of #91224 - couchand:2021-11/avr-asm, r=Amanieu
Support AVR for inline asm!

A first pass at support for the AVR platform in inline `asm!`.  Passes the initial compiler tests, have not yet done more complete verification.

In particular, the register classes could use a lot more fleshing out, this draft PR so far only includes the most basic.

cc `@Amanieu` `@dylanmckay`
2021-12-07 14:23:01 +00:00
..
abi fix sparc64 ABI for aggregates with floating point members 2021-12-01 10:03:45 +01:00
asm Implement inline asm! for AVR platform 2021-12-06 01:02:49 -05:00
spec Auto merge of #91284 - t6:freebsd-riscv64, r=Amanieu 2021-12-06 03:51:05 +00:00
lib.rs Use IntoIterator for array impl everywhere. 2021-12-04 19:40:33 +01:00
tests.rs Emit warnings for unused fields in custom targets. 2021-06-17 21:48:02 +02:00