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
/
abi.rs
Age
Commit message (
Expand
)
Author
Lines
2022-02-06
apply noundef explicitly in all cases instead of relying on dereferenceable i...
Erik Desjardins
-4
/
+0
2022-02-05
Apply noundef attribute to &T, &mut T, Box<T>, bool
Erik Desjardins
-1
/
+5
2021-12-16
Remove `in_band_lifetimes` from `rustc_codegen_llvm`
LegionMammal978
-11
/
+11
2021-12-02
Auto merge of #91003 - psumbera:sparc64-abi, r=nagisa
bors
-7
/
+15
2021-12-01
fix sparc64 ABI for aggregates with floating point members
Petr Sumbera
-7
/
+15
2021-11-23
Feat: make cg_ssa get_param borrow the builder mutable
rdambrosio
-1
/
+1
2021-11-05
Remove some minor checks for LLVM < 12
Josh Stone
-10
/
+4
2021-10-01
Fix clippy lints
Guillaume Gomez
-1
/
+1
2021-09-12
Auto merge of #88759 - Amanieu:panic_in_drop, r=nagisa,eddyb
bors
-1
/
+6
2021-09-11
Apply noreturn and nounwind LLVM attributes to callsites
Amanieu d'Antras
-1
/
+6
2021-09-09
rename `is_valid_for` to `is_valid`
Andreas Liljeqvist
-1
/
+1
2021-09-09
Make `abi::Abi` `Copy` and remove a *lot* of refs
Andreas Liljeqvist
-2
/
+2
2021-09-09
Add methods for checking for full ranges to `Scalar` and `WrappingRange`
Andreas Liljeqvist
-5
/
+2
2021-09-02
rustc_target: move `LayoutOf` to `ty::layout`.
Eduard-Mihai Burtescu
-1
/
+2
2021-08-05
Remove the `decl` arg from `FnAbi::llvm_type`
Josh Stone
-6
/
+6
2021-08-05
Prepare call/invoke for opaque pointers
Josh Stone
-5
/
+9
2021-03-21
Enable mutable noalias by default for LLVM 12
Nikita Popov
-12
/
+10
2021-03-21
Convert -Z mutable-noalias to Optional<bool>
Nikita Popov
-1
/
+1
2021-03-21
Move decision aboute noalias into codegen_llvm
Nikita Popov
-18
/
+49
2021-02-28
Support LLVM 12 in rustc
Nikita Popov
-3
/
+14
2021-02-14
Replace const_cstr with cstr crate
Xidorn Quan
-1
/
+1
2021-02-02
Add a new ABI to support cmse_nonsecure_call
Hugues de Valon
-1
/
+13
2020-11-21
Rename prefix_chunk to prefix_chunk_size
bjorn3
-1
/
+1
2020-11-21
Remove StructRet arg attr
bjorn3
-3
/
+6
2020-11-21
Replace ByVal attribute with on_stack field for Indirect
bjorn3
-42
/
+79
2020-11-21
Replace ZExt and SExt flags with ArgExtension enum
bjorn3
-1
/
+19
2020-08-30
mv compiler to compiler/
mark
-0
/
+502