| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-10-08 | Implement the instruction_set attribute | xd009642 | -1/+5 | |
| 2020-10-04 | Move target feature whitelist from cg_llvm to cg_ssa | bjorn3 | -5/+3 | |
| These target features have to be supported or at least emulated by alternative codegen backends anyway as they are used by common crates. By moving this list to cg_ssa, other codegen backends don't have to copy this code. | ||||
| 2020-09-30 | Add support for cmse_nonsecure_entry attribute | Hugues de Valon | -0/+3 | |
| 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-08-30 | mv compiler to compiler/ | mark | -0/+397 | |
