about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/va_arg.rs
AgeCommit message (Expand)AuthorLines
2021-01-27Add big-endian support for AArch64 va_argAmanieu d'Antras-4/+8
2021-01-06Prefer enum Endian in rustc_target::TargetLzu Tao-3/+3
2020-11-08rustc_target: Rename some target options to avoid tautologyVadim Petrochenkov-2/+2
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-4/+4
2020-10-25Properly define va_arg and va_list for aarch64-apple-darwinJake Goulding-2/+2
2020-10-24Switch from tuple matching to match guardsJake Goulding-9/+7
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-4/+4
2020-09-26Remove unused #[allow(...)] statements from compiler/est31-1/+0
2020-08-30mv compiler to compiler/mark-0/+206