| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-12 | intrinsic-test: Make Clippy happy | Tsukasa OI | -2/+2 | |
| 2025-09-07 | move target-specific definitions into constants | Folkert de Vries | -38/+36 | |
| 2025-09-07 | move `build_c_file` and `build_rust_file` into `SupportedArchitectureTest` | Folkert de Vries | -143/+143 | |
| 2025-09-07 | remove `trait IntrinsicDefinition` | Folkert de Vries | -54/+28 | |
| 2025-09-07 | move `print_result_c` into the trait | Folkert de Vries | -83/+75 | |
| 2025-09-07 | move `print_result_c` into the inner intrinsic type | Folkert de Vries | -22/+30 | |
| 2025-09-07 | move more constants into `SupportedArchitectureTest` | Folkert de Vries | -28/+53 | |
| 2025-09-07 | move platform headers into `SupportedArchitectureTest` | Folkert de Vries | -2/+5 | |
| 2025-09-07 | move `compare_outputs` implementation into `SupportedArchitectureTest` ↵ | Folkert de Vries | -40/+47 | |
| definition | ||||
| 2025-08-05 | use `IntoIterator` for the `add_flags` methods | Folkert de Vries | -10/+11 | |
| 2025-08-05 | chore: moved chunk_info to `common` and code cleanup | Madhav Madhusoodanan | -35/+34 | |
| 2025-08-05 | feat: cleaned the IntrinsicType struct and associated functions. | Madhav Madhusoodanan | -27/+26 | |
| Changes: 1. Removed `from_c` from the IntrinsicType definition. 2. Moved the `from_c` arm-specific definition to an ArmIntrinsicType-specific impl block | ||||
| 2025-08-03 | feat: Added another variant of the Constraint enum | Madhav Madhusoodanan | -6/+13 | |
| 2025-07-27 | chore: handling the case where --generate-only flag is passed | Madhav Madhusoodanan | -24/+37 | |
| 2025-07-27 | feat: updated Argument<T> type for functional compatibility with other | Madhav Madhusoodanan | -30/+32 | |
| architectures too | ||||
| 2025-07-25 | Merge pull request #1863 from folkertdev/combine-rust-files | Sayantan Chakraborty | -258/+294 | |
| `intrinsic-test`: combine rust files for faster compilation | ||||
| 2025-07-23 | remove unused deps | klensy | -2/+0 | |
| 2025-07-22 | remove `lazy_static` dependency from `intrinsic-test` | Folkert de Vries | -1/+0 | |
| we use `std::sync::LazyLock` now. | ||||
| 2025-07-19 | generate arrays of type-erased function pointers | Folkert de Vries | -83/+73 | |
| 2025-07-19 | split rust code into crates | Folkert de Vries | -38/+79 | |
| so that we get more parallelism out of cargo | ||||
| 2025-07-19 | combine rust files into one compilation | Folkert de Vries | -194/+199 | |
| 2025-07-18 | Merge pull request #1862 from folkertdev/combine-c-files | Amanieu d'Antras | -230/+259 | |
| `intrinsic-test`: combine C files for faster compilation | ||||
| 2025-07-18 | `intrinsic-test`: combine C files for more efficient compilation | Folkert de Vries | -230/+259 | |
| 2025-07-18 | Merge pull request #1878 from ↵ | Folkert de Vries | -12/+19 | |
| madhav-madhusoodanan/intrinsic-test-box-removing-and-more `intrinsic-test`: Implemented DerefMut for ArmIntrinsicTest | ||||
| 2025-07-18 | improve cpp compiler execution | Folkert de Vries | -144/+92 | |
| 2025-07-18 | pass the whole config to C compiler construction | Folkert de Vries | -29/+29 | |
| 2025-07-16 | Implemented DerefMut for ArmIntrinsicTest | Madhav Madhusoodanan | -12/+19 | |
| More details: 1. Moved the return type of IntrinsicType::from_c to Rust<Self, String> from Result<Box<Self>, String> | ||||
| 2025-07-16 | Merge pull request #1875 from sayantn/sde-update | Amanieu d'Antras | -3/+3 | |
| Bump CI versions | ||||
| 2025-07-16 | Bump versions in CI | sayantn | -3/+3 | |
| - `clang-19` -> `clang-20` in ARM - `gcc-14.2` -> `gcc-14.3` in AArch64-BE - `gcc-14` ->`gcc-15` in LA64 - `riscv-gnu-v2025.01.20` -> `riscv-gnu-v2025.07.03` in Risc-V 32 - `wasmtime-v18.0.2` -> `wasmtime-v34.0.1` | ||||
| 2025-07-16 | Modified Typekind to group the Signed and Unsigned version of types. | Madhav Madhusoodanan | -31/+72 | |
| 2025-07-09 | run rust programs with the runner | Folkert de Vries | -74/+69 | |
| 2025-07-08 | add extra log messages to track setup | Folkert de Vries | -0/+3 | |
| 2025-07-07 | some clippy fixes | Marijn Schouten | -3/+3 | |
| 2025-07-07 | Update README.md | kilavvy | -1/+1 | |
| - Update ui.md - Update type-alias-impl-trait.md - Update README.md | ||||
| 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: Use `c_prefix` to generate type names | Tsukasa OI | -1/+1 | |
| To make the type names to test correct, this commit replaces occurrences of `rust_prefix` to `c_prefix` where necessary. | ||||
| 2025-05-31 | intrinsic-test: Modernization of the coding style | Tsukasa OI | -95/+91 | |
| 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 | -54/+57 | |
| 2025-05-27 | fix: moved common code (that required no architecture-specific | Madhav Madhusoodanan | -268/+243 | |
| modifications) outside the IntrinsicDefinition trait | ||||
| 2025-05-27 | fix: moved f16 formatting code to common module | Madhav Madhusoodanan | -10/+16 | |
| 2025-05-27 | Fix: removed BaseIntrinsicTypeDefinition + code cleanup | Madhav Madhusoodanan | -152/+49 | |
| 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 | -7/+105 | |
| 2025-05-27 | moved more code generation functionality to `common` | Madhav Madhusoodanan | -286/+301 | |
| 2025-05-27 | fix: aarch64_be issues wthin compilation | Madhav Madhusoodanan | -8/+11 | |
| 2025-05-27 | feat: made constraint common | Madhav Madhusoodanan | -113/+78 | |
| 2025-05-27 | chore: file renaming | Madhav Madhusoodanan | -25/+24 | |
| 2025-05-27 | code cleanup | Madhav Madhusoodanan | -23/+23 | |
| 2025-05-27 | Added dynamic dispatch for easier management of `<arch>ArchitectureTest` structs | Madhav Madhusoodanan | -13/+16 | |
| 2025-05-27 | moved the C compilation commands into a struct for easier handling | Madhav Madhusoodanan | -55/+193 | |
| 2025-05-27 | Removed aarch64-be specific execution command for rust test files | Madhav Madhusoodanan | -23/+8 | |
