about summary refs log tree commit diff
path: root/library/stdarch/crates/intrinsic-test/src/arm
AgeCommit message (Expand)AuthorLines
2025-05-31intrinsic-test: Use `c_prefix` to generate type namesTsukasa OI-1/+1
2025-05-31intrinsic-test: Modernization of the coding styleTsukasa OI-20/+25
2025-05-27fix: code cleanup and renamingMadhav Madhusoodanan-6/+6
2025-05-27fix: moved common code (that required no architecture-specificMadhav Madhusoodanan-53/+0
2025-05-27fix: moved f16 formatting code to common moduleMadhav Madhusoodanan-10/+1
2025-05-27Fix: removed BaseIntrinsicTypeDefinition + code cleanupMadhav Madhusoodanan-9/+17
2025-05-27feat: merging changes related to f16 formattingMadhav Madhusoodanan-3/+92
2025-05-27moved more code generation functionality to `common`Madhav Madhusoodanan-285/+111
2025-05-27fix: aarch64_be issues wthin compilationMadhav Madhusoodanan-1/+1
2025-05-27feat: made constraint commonMadhav Madhusoodanan-87/+44
2025-05-27chore: file renamingMadhav Madhusoodanan-10/+10
2025-05-27code cleanupMadhav Madhusoodanan-19/+19
2025-05-27Added dynamic dispatch for easier management of `<arch>ArchitectureTest` structsMadhav Madhusoodanan-3/+3
2025-05-27moved the C compilation commands into a struct for easier handlingMadhav Madhusoodanan-55/+41
2025-05-27renamed `a64_only` data member in `Intrinsic` to `arch_tags`Madhav Madhusoodanan-2/+2
2025-05-27Added a macro to simplify <Arch>IntrinsicType definitionsMadhav Madhusoodanan-42/+3
2025-05-27introduced generic types and code refactorMadhav Madhusoodanan-830/+305
2025-05-27Updated `Argument::from_c` to remove `ArgPrep` specific argumentMadhav Madhusoodanan-7/+31
2025-05-27added target field within `IntrinsicType` to perform target level checking cl...Madhav Madhusoodanan-12/+26
2025-05-27test commit to check if `load_Values_c` can be dissociated from target logicMadhav Madhusoodanan-24/+32
2025-05-27rename struct for naming consistencyMadhav Madhusoodanan-2/+2
2025-05-27fixed `too many files open` issueMadhav Madhusoodanan-15/+22
2025-05-27chore: code consolidationMadhav Madhusoodanan-21/+12
2025-05-27chore: separated common logic within file creations, compile_c, compile_rust ...Madhav Madhusoodanan-397/+163
2025-05-27chore: Added `ProcessedCli` to extract the logic to pre-process CLI struct argsMadhav Madhusoodanan-596/+601
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/+1720