about summary refs log tree commit diff
path: root/library/stdarch/crates/intrinsic-test/src/arm/mod.rs
AgeCommit message (Expand)AuthorLines
2025-05-31intrinsic-test: Modernization of the coding styleTsukasa OI-5/+8
2025-05-27fix: code cleanup and renamingMadhav Madhusoodanan-4/+4
2025-05-27Fix: removed BaseIntrinsicTypeDefinition + code cleanupMadhav Madhusoodanan-3/+5
2025-05-27feat: merging changes related to f16 formattingMadhav Madhusoodanan-1/+2
2025-05-27moved more code generation functionality to `common`Madhav Madhusoodanan-15/+47
2025-05-27feat: made constraint commonMadhav Madhusoodanan-3/+1
2025-05-27chore: file renamingMadhav Madhusoodanan-2/+2
2025-05-27Added dynamic dispatch for easier management of `<arch>ArchitectureTest` structsMadhav Madhusoodanan-3/+3
2025-05-27renamed `a64_only` data member in `Intrinsic` to `arch_tags`Madhav Madhusoodanan-1/+1
2025-05-27introduced generic types and code refactorMadhav Madhusoodanan-5/+6
2025-05-27added target field within `IntrinsicType` to perform target level checking cl...Madhav Madhusoodanan-2/+2
2025-05-27rename struct for naming consistencyMadhav Madhusoodanan-2/+2
2025-05-27chore: code consolidationMadhav Madhusoodanan-2/+2
2025-05-27chore: separated common logic within file creations, compile_c, compile_rust ...Madhav Madhusoodanan-18/+10
2025-05-27chore: Added `ProcessedCli` to extract the logic to pre-process CLI struct argsMadhav Madhusoodanan-596/+69
2025-05-27Chore: Added `SupportedArchitectureTest` trait which must be implemented for ...Madhav Madhusoodanan-44/+1
2025-05-27Feat: Moved majority of the code to `arm` module.Madhav Madhusoodanan-0/+665