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_llvm
/
src
/
intrinsic.rs
Age
Commit message (
Expand
)
Author
Lines
2022-06-18
rustc_target: Remove some redundant target properties
Vadim Petrochenkov
-1
/
+1
2022-06-14
Add llvm.type.checked.load intrinsic
flip1995
-0
/
+10
2022-05-27
Finish bumping stage0
Mark Rousskov
-2
/
+2
2022-05-05
Allow unused rules in some places in the compiler, library and tools
est31
-0
/
+2
2022-04-12
add simd_arith_offset intrinsics
Ralf Jung
-0
/
+21
2022-04-05
Mark scalar layout unions so that backends that do not support partially init...
Oli Scherer
-1
/
+1
2022-04-03
Replace every `String` in Target(Options) with `Cow<'static, str>`
Loïc BRANSTETT
-1
/
+1
2022-04-02
make memcmp return a value of c_int_width instead of i32
David Morrison
-1
/
+4
2022-03-30
Spellchecking some comments
Yuri Astrakhan
-1
/
+1
2022-03-07
Clarify `Layout` interning.
Nicholas Nethercote
-7
/
+7
2022-02-24
Introduce Bx::switch_to_block
bjorn3
-50
/
+44
2022-02-20
Remove build_sibling_block
bjorn3
-16
/
+26
2022-02-19
Adopt let else in more places
est31
-6
/
+4
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-2
/
+2
2022-01-24
Merge add_handler into catch_switch
bjorn3
-3
/
+2
2022-01-18
Rollup merge of #92425 - calebzulawski:simd-cast, r=workingjubilee
Matthias Krüger
-9
/
+21
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-2
/
+1
2022-01-09
eplace usages of vec![].into_iter with [].into_iter
Lucas Kent
-1
/
+1
2022-01-04
Add simd_as intrinsic
Caleb Zulawski
-5
/
+5
2022-01-04
Allow isize/usize in simd_cast
Caleb Zulawski
-4
/
+16
2021-12-16
Remove `in_band_lifetimes` from `rustc_codegen_llvm`
LegionMammal978
-16
/
+19
2021-12-03
LLVM codgen support for unwinding inline assembly
cynecx
-0
/
+2
2021-11-14
Remove workaround for the forward progress handling in LLVM
Andreas Jonson
-9
/
+0
2021-11-10
Add comment regarding bit order
Caleb Zulawski
-0
/
+3
2021-11-06
Fix off-by-one error uncovered by std::simd tests
Caleb Zulawski
-2
/
+2
2021-11-06
Allow simd_select_bitmask to take byte arrays
Caleb Zulawski
-20
/
+31
2021-11-06
Allow simd_bitmask to return byte arrays
Caleb Zulawski
-12
/
+35
2021-10-25
Add LLVM CFI support to the Rust compiler
Ramon de C Valle
-0
/
+8
2021-10-07
Rollup merge of #89298 - gcohara:issue89193, r=workingjubilee
Guillaume Gomez
-8
/
+25
2021-10-01
Fix clippy lints
Guillaume Gomez
-4
/
+4
2021-09-27
Issue 89193
George O'Hara
-8
/
+25
2021-09-22
Avoid a couple of Symbol::as_str calls in cg_llvm
bjorn3
-6
/
+9
2021-09-19
Auto merge of #88575 - eddyb:fn-abi-queries, r=nagisa
bors
-2
/
+2
2021-09-19
Rollup merge of #88855 - calebzulawski:feature/simd_shuffle, r=nagisa
Yuki Okushi
-4
/
+21
2021-09-18
Querify `fn_abi_of_{fn_ptr,instance}`.
Eduard-Mihai Burtescu
-1
/
+1
2021-09-18
ty::layout: replicate `layout_of` setup for `fn_abi_of_{fn_ptr,instance}`.
Eduard-Mihai Burtescu
-2
/
+2
2021-09-11
Allow simd_shuffle to accept vectors of any length
Caleb Zulawski
-4
/
+21
2021-09-09
Make `abi::Abi` `Copy` and remove a *lot* of refs
Andreas Liljeqvist
-1
/
+1
2021-09-02
rustc_target: move `LayoutOf` to `ty::layout`.
Eduard-Mihai Burtescu
-2
/
+2
2021-08-22
Fix typos “an”→“a” and a few different ones that appeared in the sa...
Frank Steffahn
-1
/
+1
2021-08-22
Fix more “a”/“an” typos
Frank Steffahn
-1
/
+1
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-08-12
Implement `black_box` using intrinsic
Gary Guo
-0
/
+26
2021-08-05
Remove the `decl` arg from `FnAbi::llvm_type`
Josh Stone
-1
/
+1
2021-08-05
Prepare call/invoke for opaque pointers
Josh Stone
-94
/
+80
2021-08-04
Prepare inbounds_gep for opaque pointers
Tomasz Miąsko
-4
/
+12
2021-07-09
Pass type when creating load
Nikita Popov
-8
/
+11
2021-07-08
Adjust the threshold to look at the ABI, not just the size
Scott McMurray
-12
/
+24
2021-07-08
Stop generating `alloca`s+`memcmp` for simple array equality
Scott McMurray
-0
/
+26
2021-06-30
Add support for leaf fn frame pointer elimination
Simonas Kazlauskas
-1
/
+1
[next]