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
/
compiler
/
rustc_codegen_cranelift
Age
Commit message (
Expand
)
Author
Lines
2024-11-25
Fix clobber_abi in RV32E and RV64E inline assembly
Taiki Endo
-3
/
+8
2024-11-24
Make s390x non-clobber-only vector register support unstable
Taiki Endo
-2
/
+6
2024-11-23
Add simd_relaxed_fma intrinsic
Caleb Zulawski
-1
/
+2
2024-11-23
remove remaining references to `Reveal`
lcnr
-26
/
+32
2024-11-20
reduce false positives of tail-expr-drop-order from consumed values
Ding Xiang Fei
-0
/
+2
2024-11-20
Auto merge of #133212 - lcnr:questionable-uwu, r=compiler-errors
bors
-4
/
+8
2024-11-19
`InterpCx` store `TypingEnv` instead of a `ParamEnv`
lcnr
-1
/
+5
2024-11-19
move `fn is_item_raw` to `TypingEnv`
lcnr
-3
/
+3
2024-11-19
Explicitly disable llvm tools for cranelift
Jieyou Xu
-0
/
+5
2024-11-18
Auto merge of #132460 - lcnr:questionable-uwu, r=compiler-errors
bors
-42
/
+55
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-42
/
+55
2024-11-18
remove pointless cold_path impl in interpreter
Ralf Jung
-0
/
+1
2024-11-17
Likely unlikely fix
Jiri Bobek
-5
/
+4
2024-11-09
Add a default implementation for CodegenBackend::link
bjorn3
-25
/
+0
2024-11-09
Merge commit '1fa693ca4462fc1f790693464cf765ad693616af' into sync_cg_clif-202...
bjorn3
-26
/
+52
2024-11-08
remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi...
Ralf Jung
-19
/
+64
2024-11-07
remove 'platform-intrinsic' ABI leftovers
Ralf Jung
-2
/
+2
2024-11-03
Auto merge of #132526 - bjorn3:sync_cg_clif-2024-11-02, r=bjorn3
bors
-264
/
+165
2024-11-02
Rename target triple to target tuple in many places in the compiler
Noratrieb
-2
/
+2
2024-11-02
Merge commit '5b1246bb4bed72fd0bb8fa497d8e5ed2c7f3515c' into sync_cg_clif-202...
bjorn3
-264
/
+165
2024-11-01
Move versioned LLVM target creation to rustc_codegen_ssa
Mads Marquart
-1
/
+4
2024-10-29
cg_clif: `rustc_abi::Abi` => `BackendRepr`
Jubilee Young
-53
/
+62
2024-10-27
cg_clif: Rename LayoutS to LayoutData
Jubilee Young
-1
/
+1
2024-10-26
Rollup merge of #132168 - fee1-dead-contrib:fxclean, r=compiler-errors
Matthias Krüger
-1
/
+0
2024-10-26
Effects cleanup
Deadbeef
-1
/
+0
2024-10-25
Re-do recursive const stability checks
Ralf Jung
-3
/
+5
2024-10-22
Rename Receiver -> LegacyReceiver
Adrian Taylor
-5
/
+5
2024-10-19
Fix tests
Michael Goulet
-4
/
+9
2024-10-17
Allow dropping dyn principal
Michael Goulet
-1
/
+3
2024-10-11
intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semantics
Jed Brown
-1
/
+4
2024-10-08
cg_clif: Factor out rustc_target::abi
Jubilee Young
-1
/
+3
2024-10-06
various fixes for `naked_asm!` implementation
Folkert de Vries
-1
/
+10
2024-10-04
Use wide pointers consistenly across the compiler
Urgau
-9
/
+9
2024-09-30
Relax a debug assertion in codegen
Michael Goulet
-14
/
+3
2024-09-29
fix cranelift CI
Ralf Jung
-13
/
+0
2024-09-25
Add a debug assertion in codegen that unsize casts of the same principal trai...
Michael Goulet
-1
/
+16
2024-09-24
be even more precise about "cast" vs "coercion"
Lukas Markeffsky
-5
/
+6
2024-09-24
unify dyn* coercions with other pointer coercions
Lukas Markeffsky
-1
/
+5
2024-09-23
Check vtable projections for validity in miri
Michael Goulet
-4
/
+4
2024-09-23
Rustfmt
bjorn3
-8
/
+5
2024-09-23
Revert change to apply_patches to fix panic
bjorn3
-1
/
+6
2024-09-23
Merge commit '6d35b4c9a04580366fd800692a5b5db79d766530' into sync_cg_clif-202...
bjorn3
-347
/
+487
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-99
/
+77
2024-09-21
add `C-cmse-nonsecure-entry` ABI
Folkert de Vries
-0
/
+3
2024-09-20
Do not unnecessarily eval consts in codegen
Michael Goulet
-11
/
+15
2024-09-17
Use associative type defaults in `{Layout,FnAbi}OfHelpers`.
Nicholas Nethercote
-8
/
+0
2024-09-14
simd_shuffle: require index argument to be a vector
Ralf Jung
-27
/
+13
2024-09-09
Fix the examples in cg_clif
Scott McMurray
-8
/
+8
2024-09-09
Auto merge of #128939 - bjorn3:windows_cg_clif_component, r=albertlarsan68
bors
-1
/
+1
2024-08-30
introduce `PrettyPrintMirOptions` for cosmetic MIR dump options
Rémy Rakic
-2
/
+3
[prev]
[next]