about summary refs log tree commit diff
path: root/compiler/rustc_target/src/abi/call/bpf.rs
AgeCommit message (Collapse)AuthorLines
2024-10-11compiler: Empty out rustc_target::abiJubilee Young-31/+0
2024-09-03Add `warn(unreachable_pub)` to `rustc_target`.Nicholas Nethercote-1/+1
2022-08-26Change `FnAbi::args` to a boxed slice.Nicholas Nethercote-1/+1
2021-05-29BPF: abi: extend args/ret to 32 bitsAlessandro Decina-3/+3
Let LLVM extend to 64 bits when alu32 is not enabled
2021-05-23Add BPF targetAlessandro Decina-0/+31
This change adds the bpfel-unknown-none and bpfeb-unknown-none targets which can be used to generate little endian and big endian BPF