about summary refs log tree commit diff
path: root/library/stdarch/crates/intrinsic-test/src/common
AgeCommit message (Expand)AuthorLines
2025-07-16Modified Typekind to group the Signed and Unsigned version of types.Madhav Madhusoodanan-22/+62
2025-07-09run rust programs with the runnerFolkert de Vries-70/+67
2025-07-07some clippy fixesMarijn Schouten-3/+3
2025-05-31intrinsic-test: Reverse `has_constraints()` conditionTsukasa OI-1/+1
2025-05-31intrinsic-test: Modernization of the coding styleTsukasa OI-75/+66
2025-05-27fix: code cleanup and renamingMadhav Madhusoodanan-48/+51
2025-05-27fix: moved common code (that required no architecture-specificMadhav Madhusoodanan-215/+243
2025-05-27fix: moved f16 formatting code to common moduleMadhav Madhusoodanan-0/+15
2025-05-27Fix: removed BaseIntrinsicTypeDefinition + code cleanupMadhav Madhusoodanan-143/+32
2025-05-27feat: merging changes related to f16 formattingMadhav Madhusoodanan-3/+13
2025-05-27moved more code generation functionality to `common`Madhav Madhusoodanan-1/+190
2025-05-27fix: aarch64_be issues wthin compilationMadhav Madhusoodanan-7/+10
2025-05-27feat: made constraint commonMadhav Madhusoodanan-26/+34
2025-05-27chore: file renamingMadhav Madhusoodanan-14/+13
2025-05-27code cleanupMadhav Madhusoodanan-4/+4
2025-05-27Added dynamic dispatch for easier management of `<arch>ArchitectureTest` structsMadhav Madhusoodanan-1/+3
2025-05-27moved the C compilation commands into a struct for easier handlingMadhav Madhusoodanan-0/+152
2025-05-27Removed aarch64-be specific execution command for rust test filesMadhav Madhusoodanan-23/+8
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-0/+56
2025-05-27introduced generic types and code refactorMadhav Madhusoodanan-0/+693
2025-05-27maintaining special list of targets which need different execution commandMadhav Madhusoodanan-5/+11
2025-05-27fixed `too many files open` issueMadhav Madhusoodanan-9/+14
2025-05-27chore: code consolidationMadhav Madhusoodanan-139/+131
2025-05-27chore: separated common logic within file creations, compile_c, compile_rust ...Madhav Madhusoodanan-0/+338
2025-05-27chore: Added `ProcessedCli` to extract the logic to pre-process CLI struct argsMadhav Madhusoodanan-11/+65
2025-05-27Chore: Added `SupportedArchitectureTest` trait which must be implemented for ...Madhav Madhusoodanan-0/+59
2025-05-27Feat: Moved majority of the code to `arm` module.Madhav Madhusoodanan-0/+127