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
/
va_arg.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-25
Rename `is_like_osx` to `is_like_darwin`
Mads Marquart
-1
/
+1
2024-12-03
Teach rust core about Xtensa VaListImpl and add a custom lowering of vaarg fo...
Brian J. Tarricone
-2
/
+111
2024-11-03
compiler: Directly use rustc_abi in codegen
Jubilee Young
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-17
Rename supertraits of `CodegenMethods`.
Nicholas Nethercote
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-8
/
+7
2024-03-06
Add arm64ec-pc-windows-msvc target
Daniel Paoliello
-1
/
+1
2024-02-26
introduce and use ptradd/inbounds_ptradd instead of gep
Erik Desjardins
-23
/
+15
2024-02-26
remove struct_gep, use manual layout calculations for va_arg
Erik Desjardins
-32
/
+62
2023-07-29
cg_llvm: remove pointee types and pointercast/bitcast-of-ptr
Erik Desjardins
-22
/
+13
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-1
/
+1
2022-12-19
Implement va_list and va_arg for s390x FFI
Ulrich Weigand
-0
/
+84
2022-02-24
Introduce Bx::switch_to_block
bjorn3
-25
/
+21
2022-02-20
Remove build_sibling_block
bjorn3
-8
/
+12
2021-12-16
Remove `in_band_lifetimes` from `rustc_codegen_llvm`
LegionMammal978
-10
/
+10
2021-10-01
Fix clippy lints
Guillaume Gomez
-5
/
+5
2021-09-02
rustc_target: move `LayoutOf` to `ty::layout`.
Eduard-Mihai Burtescu
-2
/
+2
2021-08-05
Replace hard-coded field indexes with lookup on aarch64 non-macos.
Hans Kratz
-5
/
+8
2021-08-04
Fix va_args calling on aarch64 non-macos/ios.
Hans Kratz
-4
/
+4
2021-08-04
Prepare inbounds_gep for opaque pointers
Tomasz Miąsko
-2
/
+2
2021-08-04
Prepare gep for opaque pointers
Tomasz Miąsko
-2
/
+2
2021-08-04
Prepare struct_gep for opaque pointers
Tomasz Miąsko
-3
/
+4
2021-07-09
Pass type when creating load
Nikita Popov
-9
/
+12
2021-01-27
Add big-endian support for AArch64 va_arg
Amanieu d'Antras
-4
/
+8
2021-01-06
Prefer enum Endian in rustc_target::Target
Lzu Tao
-3
/
+3
2020-11-08
rustc_target: Rename some target options to avoid tautology
Vadim Petrochenkov
-2
/
+2
2020-11-08
Collapse all uses of `target.options.foo` into `target.foo`
Vadim Petrochenkov
-4
/
+4
2020-10-25
Properly define va_arg and va_list for aarch64-apple-darwin
Jake Goulding
-2
/
+2
2020-10-24
Switch from tuple matching to match guards
Jake Goulding
-9
/
+7
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-4
/
+4
2020-09-26
Remove unused #[allow(...)] statements from compiler/
est31
-1
/
+0
2020-08-30
mv compiler to compiler/
mark
-0
/
+206