| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-09-30 | Update LLVM and add Unsupported diagnostic | Hugues de Valon | -0/+7 | |
| 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-09 | Add `-Z combine_cgu` flag | Victor Ding | -3/+28 | |
| Introduce a compiler option to let rustc combines all regular CGUs into a single one at the end of compilation. Part of Issue #64191 | ||||
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+2484 | |
