| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-10-17 | Automatically enable cross-crate inlining for small functions | Ben Kimock | -4/+4 | |
| 2023-05-22 | Create a structure to define the features from to_llvm_features. | Jamie Cunliffe | -5/+5 | |
| Rather than returning an array of features from to_llvm_features, return a structure that contains the dependencies. This also contains metadata on how the features depend on each other to allow for the correct enabling and disabling. | ||||
| 2023-05-22 | Make v8a match optional in the test feature list. | Jamie Cunliffe | -4/+8 | |
| 2023-05-22 | Only disable folded features when it makes sense. | Jamie Cunliffe | -0/+25 | |
| Some features that are tied together only make sense to be folded together when enabling the feature. For example on AArch64 sve and neon are tied together, however it doesn't make sense to disable neon when disabling sve. | ||||
