| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-07 | some clippy fixes | Marijn Schouten | -3/+3 | |
| 2025-05-31 | intrinsic-test: Reverse `has_constraints()` condition | Tsukasa OI | -1/+1 | |
| It seems it returns true when *no* constraints are found, opposite to the expected behavior of the function name. This commit reverses condition as the name suggests. | ||||
| 2025-05-31 | intrinsic-test: Modernization of the coding style | Tsukasa OI | -75/+66 | |
| It modernizes the coding style of the crate intrinsic-test by fixing Clippy warnings. Clippy: rust version 1.89.0-nightly (6f6971078 2025-05-28) Number of Fixed Warnings: 36/36 | ||||
| 2025-05-27 | fix: code cleanup and renaming | Madhav Madhusoodanan | -48/+51 | |
| 2025-05-27 | fix: moved common code (that required no architecture-specific | Madhav Madhusoodanan | -215/+243 | |
| modifications) outside the IntrinsicDefinition trait | ||||
| 2025-05-27 | fix: moved f16 formatting code to common module | Madhav Madhusoodanan | -0/+15 | |
| 2025-05-27 | Fix: removed BaseIntrinsicTypeDefinition + code cleanup | Madhav Madhusoodanan | -143/+32 | |
| 1. Removed default implementation of traits that are compulsorily implemented 2. Replaced BaseIntrinsicTypeDefinition with Deref<Target = IntrinsicType> | ||||
| 2025-05-27 | feat: merging changes related to f16 formatting | Madhav Madhusoodanan | -3/+13 | |
| 2025-05-27 | moved more code generation functionality to `common` | Madhav Madhusoodanan | -1/+190 | |
| 2025-05-27 | fix: aarch64_be issues wthin compilation | Madhav Madhusoodanan | -7/+10 | |
| 2025-05-27 | feat: made constraint common | Madhav Madhusoodanan | -26/+34 | |
| 2025-05-27 | chore: file renaming | Madhav Madhusoodanan | -14/+13 | |
| 2025-05-27 | code cleanup | Madhav Madhusoodanan | -4/+4 | |
| 2025-05-27 | Added dynamic dispatch for easier management of `<arch>ArchitectureTest` structs | Madhav Madhusoodanan | -1/+3 | |
| 2025-05-27 | moved the C compilation commands into a struct for easier handling | Madhav Madhusoodanan | -0/+152 | |
| 2025-05-27 | Removed aarch64-be specific execution command for rust test files | Madhav Madhusoodanan | -23/+8 | |
| 2025-05-27 | renamed `a64_only` data member in `Intrinsic` to `arch_tags` | Madhav Madhusoodanan | -2/+2 | |
| 2025-05-27 | Added a macro to simplify <Arch>IntrinsicType definitions | Madhav Madhusoodanan | -0/+56 | |
| 2025-05-27 | introduced generic types and code refactor | Madhav Madhusoodanan | -0/+693 | |
| 2025-05-27 | maintaining special list of targets which need different execution command | Madhav Madhusoodanan | -5/+11 | |
| 2025-05-27 | fixed `too many files open` issue | Madhav Madhusoodanan | -9/+14 | |
| 2025-05-27 | chore: code consolidation | Madhav Madhusoodanan | -139/+131 | |
| 2025-05-27 | chore: separated common logic within file creations, compile_c, compile_rust ↵ | Madhav Madhusoodanan | -0/+338 | |
| and compare_outputs | ||||
| 2025-05-27 | chore: Added `ProcessedCli` to extract the logic to pre-process CLI struct args | Madhav Madhusoodanan | -11/+65 | |
| 2025-05-27 | Chore: Added `SupportedArchitectureTest` trait which must be implemented for ↵ | Madhav Madhusoodanan | -0/+59 | |
| different architectures. Next steps: Move the existing ARM-specific implementation into one that fits well with this trait. | ||||
| 2025-05-27 | Feat: Moved majority of the code to `arm` module. | Madhav Madhusoodanan | -0/+127 | |
| Reasoning: 1. Majority of code assumes the usage of `Intrinsic` and related types, which is derived from the JSON structure of the ARM intrinsics JSON source file 2. Further commits will start with extracting common parts of the code (eg: Create C/Rust file, Build C/Rust file, etc) | ||||
