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
/
arm
Age
Commit message (
Expand
)
Author
Lines
2025-05-31
intrinsic-test: Use `c_prefix` to generate type names
Tsukasa OI
-1
/
+1
2025-05-31
intrinsic-test: Modernization of the coding style
Tsukasa OI
-20
/
+25
2025-05-27
fix: code cleanup and renaming
Madhav Madhusoodanan
-6
/
+6
2025-05-27
fix: moved common code (that required no architecture-specific
Madhav Madhusoodanan
-53
/
+0
2025-05-27
fix: moved f16 formatting code to common module
Madhav Madhusoodanan
-10
/
+1
2025-05-27
Fix: removed BaseIntrinsicTypeDefinition + code cleanup
Madhav Madhusoodanan
-9
/
+17
2025-05-27
feat: merging changes related to f16 formatting
Madhav Madhusoodanan
-3
/
+92
2025-05-27
moved more code generation functionality to `common`
Madhav Madhusoodanan
-285
/
+111
2025-05-27
fix: aarch64_be issues wthin compilation
Madhav Madhusoodanan
-1
/
+1
2025-05-27
feat: made constraint common
Madhav Madhusoodanan
-87
/
+44
2025-05-27
chore: file renaming
Madhav Madhusoodanan
-10
/
+10
2025-05-27
code cleanup
Madhav Madhusoodanan
-19
/
+19
2025-05-27
Added dynamic dispatch for easier management of `<arch>ArchitectureTest` structs
Madhav Madhusoodanan
-3
/
+3
2025-05-27
moved the C compilation commands into a struct for easier handling
Madhav Madhusoodanan
-55
/
+41
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
-42
/
+3
2025-05-27
introduced generic types and code refactor
Madhav Madhusoodanan
-830
/
+305
2025-05-27
Updated `Argument::from_c` to remove `ArgPrep` specific argument
Madhav Madhusoodanan
-7
/
+31
2025-05-27
added target field within `IntrinsicType` to perform target level checking cl...
Madhav Madhusoodanan
-12
/
+26
2025-05-27
test commit to check if `load_Values_c` can be dissociated from target logic
Madhav Madhusoodanan
-24
/
+32
2025-05-27
rename struct for naming consistency
Madhav Madhusoodanan
-2
/
+2
2025-05-27
fixed `too many files open` issue
Madhav Madhusoodanan
-15
/
+22
2025-05-27
chore: code consolidation
Madhav Madhusoodanan
-21
/
+12
2025-05-27
chore: separated common logic within file creations, compile_c, compile_rust ...
Madhav Madhusoodanan
-397
/
+163
2025-05-27
chore: Added `ProcessedCli` to extract the logic to pre-process CLI struct args
Madhav Madhusoodanan
-596
/
+601
2025-05-27
Chore: Added `SupportedArchitectureTest` trait which must be implemented for ...
Madhav Madhusoodanan
-44
/
+1
2025-05-27
Feat: Moved majority of the code to `arm` module.
Madhav Madhusoodanan
-0
/
+1720