| Age | Commit message (Expand) | Author | Lines |
| 2021-06-06 | Auto merge of #84171 - ricobbe:raw-dylib-via-llvm, r=petrochenkov | bors | -0/+52 |
| 2021-06-06 | Auto merge of #79608 - alessandrod:bpf, r=nagisa | bors | -0/+9 |
| 2021-06-04 | Add first cut of functionality for #58713: support for #[link(kind = "raw-dyl... | Richard Cobbe | -0/+52 |
| 2021-06-04 | rustc: Store metadata-in-rlibs in object files | Alex Crichton | -35/+0 |
| 2021-05-24 | Update cc | Chris Denton | -1/+1 |
| 2021-05-23 | Add BPF target | Alessandro Decina | -0/+9 |
| 2021-05-21 | Auto merge of #85416 - durin42:llvm-catchup-may-2021, r=nagisa | bors | -1/+12 |
| 2021-05-17 | PassWrapper: update for LLVM change D102093 | Augie Fackler | -1/+12 |
| 2021-05-14 | Auto merge of #85190 - mati865:update-cc, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-05-12 | update cc crate | Mateusz Mikuła | -1/+1 |
| 2021-05-08 | Support -C passes in NewPM | Nikita Popov | -2/+12 |
| 2021-05-08 | Explicitly register GCOV profiling pass as well | Nikita Popov | -1/+11 |
| 2021-05-08 | Explicitly register instrprof pass | Nikita Popov | -1/+11 |
| 2021-04-29 | Replace llvm::sys::fs::F_None with llvm::sys::fs::OF_None | Fangrui Song | -3/+3 |
| 2021-04-22 | RustWrapper: work around unification of diagnostic handlers | Augie Fackler | -1/+11 |
| 2021-04-17 | Don't set `fast`(-math) for certain simd ops | Simonas Kazlauskas | -2/+4 |
| 2021-04-09 | Categorize and explain target features support | Matt Ickstadt | -18/+15 |
| 2021-04-03 | Manually set dso_local when its valid to do so | Simonas Kazlauskas | -0/+4 |
| 2021-03-25 | Auto merge of #83387 - cuviper:min-llvm-10, r=nagisa | bors | -101/+1 |
| 2021-03-24 | LLVMWrapper: attractive nuisance macros | Augie Fackler | -7/+0 |
| 2021-03-22 | All supported LLVM versions have MSP430AsmPrinter | Josh Stone | -18/+1 |
| 2021-03-22 | cleanup: add some comments per review feedback | Augie Fackler | -0/+6 |
| 2021-03-22 | Update the minimum external LLVM to 10 | Josh Stone | -83/+0 |
| 2021-03-19 | fix: I meant LLVM version 13, not 12 | Augie Fackler | -3/+3 |
| 2021-03-16 | llvm-wrapper: pass std::string instead of StringRef | Augie Fackler | -0/+7 |
| 2021-03-16 | llvm-wrapper: add alignment argument to CreateAtomicCmpXchg | Augie Fackler | -0/+6 |
| 2021-03-16 | llvm-wrapper: adapt to function signature change of thinLTOResolvePrevailingI... | Augie Fackler | -1/+6 |
| 2021-03-14 | Auto merge of #83044 - kubo39:set-llvm-code-model, r=nikic | bors | -0/+8 |
| 2021-03-12 | Add support for storing code model to LLVM module IR | Hiroki Noda | -0/+8 |
| 2021-03-12 | Support merge_functions option in NewPM since LLVM >= 12 | Hiroki Noda | -2/+6 |
| 2021-03-03 | Schedule ThinLTOBuffer passes again after sanitizer passes | Nikita Popov | -1/+6 |
| 2021-03-01 | Mark pure asm as willreturn | Nikita Popov | -0/+3 |
| 2021-03-01 | Don't directly expose coverage::CounterMappingRegion via FFI | Nikita Popov | -2/+22 |
| 2021-02-28 | Support LLVM 12 in rustc | Nikita Popov | -26/+146 |
| 2021-02-07 | HWASan support | Tri Vo | -0/+29 |
| 2021-02-02 | Add a new ABI to support cmse_nonsecure_call | Hugues de Valon | -0/+8 |
| 2021-01-14 | Use probe-stack=inline-asm in LLVM 11+ | Erik Desjardins | -0/+2 |
| 2021-01-13 | Remove the unused context from CreateDebugLocation | Josh Stone | -4/+2 |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -1/+1 |
| 2020-12-16 | llvm: update ffi bindings for split dwarf | David Wood | -6/+25 |
| 2020-12-11 | use strip_prefix over slicing (clippy::manual_strip) | Matthias Krüger | -18/+18 |
| 2020-12-01 | Auto merge of #78684 - devsnek:inline-asm-wasm, r=Amanieu | bors | -1/+2 |
| 2020-12-01 | Add wasm32 support to inline asm | Gus Caplan | -1/+2 |
| 2020-11-25 | Improved version check | Rich Kadel | -3/+2 |
| 2020-11-24 | Check for LLVM 11+ when using `-Z instrument-coverage` | Rich Kadel | -0/+8 |
| 2020-11-23 | Upgrades the coverage map to Version 4 | Rich Kadel | -17/+32 |
| 2020-11-12 | fully exploited the dropped support of LLVM 8 | DevJPM | -46/+2 |
| 2020-11-03 | Rollup merge of #77950 - arlosi:sha256, r=eddyb | Mara Bos | -0/+5 |
| 2020-11-01 | Auto merge of #78531 - cuviper:unwrap-metadata, r=tmandry | bors | -1/+1 |
| 2020-10-29 | rustc_llvm: unwrap LLVMMetadataRef before casting | Josh Stone | -1/+1 |