| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-02-21 | Simplify gating of BPF w registers behind the alu32 target feature | Amanieu d'Antras | -26/+12 | |
| This is already handled by supported_types(). | ||||
| 2022-02-18 | asm: Allow the use of r8-r14 as clobbers on Thumb1 | Amanieu d'Antras | -0/+1 | |
| Previously these were entirely disallowed, except for r11 which was allowed by accident. | ||||
| 2022-01-17 | Pass target_features set instead of has_feature closure | bjorn3 | -2/+3 | |
| This avoids unnecessary monomorphizations in codegen backends | ||||
| 2022-01-17 | Use Symbol for target features in asm handling | bjorn3 | -4/+5 | |
| This saves a couple of Symbol::intern calls | ||||
| 2021-05-23 | Add support for BPF inline assembly | Alessandro Decina | -0/+129 | |
