index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
stdarch
/
crates
/
intrinsic-test
/
src
/
common
Age
Commit message (
Expand
)
Author
Lines
2025-09-12
intrinsic-test: Make Clippy happy
Tsukasa OI
-1
/
+1
2025-09-07
move target-specific definitions into constants
Folkert de Vries
-24
/
+5
2025-09-07
move `build_c_file` and `build_rust_file` into `SupportedArchitectureTest`
Folkert de Vries
-3
/
+142
2025-09-07
remove `trait IntrinsicDefinition`
Folkert de Vries
-38
/
+28
2025-09-07
move `print_result_c` into the trait
Folkert de Vries
-7
/
+8
2025-09-07
move more constants into `SupportedArchitectureTest`
Folkert de Vries
-3
/
+13
2025-09-07
move platform headers into `SupportedArchitectureTest`
Folkert de Vries
-0
/
+2
2025-09-07
move `compare_outputs` implementation into `SupportedArchitectureTest` defini...
Folkert de Vries
-4
/
+27
2025-08-05
use `IntoIterator` for the `add_flags` methods
Folkert de Vries
-7
/
+8
2025-08-05
chore: moved chunk_info to `common` and code cleanup
Madhav Madhusoodanan
-0
/
+7
2025-08-05
feat: cleaned the IntrinsicType struct and associated functions.
Madhav Madhusoodanan
-7
/
+0
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
-4
/
+8
2025-07-27
feat: updated Argument<T> type for functional compatibility with other
Madhav Madhusoodanan
-27
/
+9
2025-07-19
generate arrays of type-erased function pointers
Folkert de Vries
-64
/
+73
2025-07-19
split rust code into crates
Folkert de Vries
-22
/
+62
2025-07-19
combine rust files into one compilation
Folkert de Vries
-179
/
+150
2025-07-18
Merge pull request #1862 from folkertdev/combine-c-files
Amanieu d'Antras
-213
/
+196
2025-07-18
`intrinsic-test`: combine C files for more efficient compilation
Folkert de Vries
-213
/
+196
2025-07-18
Merge pull request #1878 from madhav-madhusoodanan/intrinsic-test-box-removin...
Folkert de Vries
-2
/
+4
2025-07-18
improve cpp compiler execution
Folkert de Vries
-97
/
+67
2025-07-16
Implemented DerefMut for ArmIntrinsicTest
Madhav Madhusoodanan
-2
/
+4
2025-07-16
Modified Typekind to group the Signed and Unsigned version of types.
Madhav Madhusoodanan
-22
/
+62
2025-07-09
run rust programs with the runner
Folkert de Vries
-70
/
+67
2025-07-07
some clippy fixes
Marijn Schouten
-3
/
+3
2025-05-31
intrinsic-test: Reverse `has_constraints()` condition
Tsukasa OI
-1
/
+1
2025-05-31
intrinsic-test: Modernization of the coding style
Tsukasa OI
-75
/
+66
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
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
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
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
2025-05-27
Feat: Moved majority of the code to `arm` module.
Madhav Madhusoodanan
-0
/
+127