rust/compiler/rustc_target/src
Nikita Popov 092643a266 Explicitly mark x86-interrupt ABI argument as byval
The first argument to an x86-interrupt ABI function was implicitly
treated as byval prior to LLVM 12. Since LLVM 12, it has to be
marked as such explicitly: 2e0e03c6a0
2021-02-28 10:19:44 +01:00
..
abi Explicitly mark x86-interrupt ABI argument as byval 2021-02-28 10:19:44 +01:00
asm New pass to deduplicate blocks 2021-02-21 21:51:54 +01:00
spec Support LLVM 12 in rustc 2021-02-28 10:19:44 +01:00
lib.rs Stabilize str_split_once 2021-02-09 23:17:11 -05:00