| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-10-23 | Repace use of `static_nobundle` with `native_link_modifiers` | Mateusz Mikuła | -2/+2 | |
| This fixes warning when building Rust and running tests: ``` warning: library kind `static-nobundle` has been superseded by specifying `-bundle` on library kind `static`. Try `static:-bundle` warning: `rustc_llvm` (lib) generated 2 warnings (1 duplicate) ``` | ||||
| 2021-09-17 | compiler/rustc_llvm: Enable M68k LLVM target | John Paul Adrian Glaubitz | -0/+1 | |
| 2021-06-26 | Cross compiling rustc_llvm on Darwin requires zlib. | Marcus Calhoun-Lopez | -1/+1 | |
| 2021-05-23 | Add BPF target | Alessandro Decina | -0/+1 | |
| This change adds the bpfel-unknown-none and bpfeb-unknown-none targets which can be used to generate little endian and big endian BPF | ||||
| 2021-03-22 | All supported LLVM versions have MSP430AsmPrinter | Josh Stone | -14/+0 | |
| 2020-12-11 | use strip_prefix over slicing (clippy::manual_strip) | Matthias Krüger | -18/+18 | |
| 2020-10-08 | Simplify some code in rustc_llvm/build.rs now that LLVM 8 is required | est31 | -6/+3 | |
| LLVM 8 is required since 8506bb006040cf8e8cb004202706c81e62ddacee so this is safe to do. | ||||
| 2020-09-09 | Move `rustllvm` into `rustc_llvm` | Vadim Petrochenkov | -0/+322 | |
