| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-09-30 | Add support for cmse_nonsecure_entry attribute | Hugues de Valon | -0/+6 | |
| This patch adds support for the LLVM cmse_nonsecure_entry attribute. This is a target-dependent attribute that only has sense for the thumbv8m Rust targets. You can find more information about this attribute here: https://developer.arm.com/documentation/ecm0359818/latest/ Signed-off-by: Hugues de Valon <hugues.devalon@arm.com> | ||||
| 2020-09-30 | Update LLVM and add Unsupported diagnostic | Hugues de Valon | -0/+3 | |
| Secure entry functions do not support if arguments are passed on the stack. An "unsupported" diagnostic will be emitted by LLVM if that is the case. This commits adds support in Rust for that diagnostic so that an error will be output if that is the case! Signed-off-by: Hugues de Valon <hugues.devalon@arm.com> | ||||
| 2020-09-20 | Remove MMX from Rust | Mateusz MikuĊa | -1/+0 | |
| 2020-09-09 | Move `rustllvm` into `rustc_llvm` | Vadim Petrochenkov | -2/+2 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+2946 | |
