| Age | Commit message (Expand) | Author | Lines |
| 2020-09-09 | Move `rustllvm` into `rustc_llvm` | Vadim Petrochenkov | -3857/+0 |
| 2020-08-22 | Write coverage filenames in Version3 format | Josh Stone | -7/+9 |
| 2020-08-14 | Auto merge of #75416 - richkadel:llvm-coverage-map-gen-5.3, r=richkadel | bors | -0/+5 |
| 2020-08-14 | LLVM IR coverage encoding aligns closer to Clang's | Rich Kadel | -0/+5 |
| 2020-08-12 | Remove ArchiveKind::Other | Mark Rousskov | -1/+0 |
| 2020-08-12 | Remove CodeGenOptLevel::Other | Mark Rousskov | -1/+0 |
| 2020-08-12 | Remove AsmDialect::Other | Mark Rousskov | -1/+0 |
| 2020-08-12 | Remove FileType::Other | Mark Rousskov | -1/+0 |
| 2020-08-11 | Remove SynchronizationScope::Other | Mark Rousskov | -1/+0 |
| 2020-07-25 | Fixed coverage map issues; better aligned with LLVM APIs | Rich Kadel | -59/+7 |
| 2020-07-17 | Generating the coverage map | Rich Kadel | -1/+117 |
| 2020-07-11 | Rollup merge of #73715 - MaulingMonkey:pr-natvis-tuples, r=Amanieu | Manish Goregaokar | -0/+8 |
| 2020-06-25 | Prepare for LLVM 11 | Josh Stone | -43/+134 |
| 2020-06-24 | debuginfo: Define int/float types in terms of MSVC-recognized types. | MaulingMonkey | -0/+8 |
| 2020-06-19 | Rollup merge of #73347 - tmiasko:incompatible-sanitizers, r=nikic | Manish Goregaokar | -6/+7 |
| 2020-06-19 | Rollup merge of #73011 - richkadel:llvm-count-from-mir-pass, r=tmandry | Ralf Jung | -0/+6 |
| 2020-06-17 | add blank line bw sections
| asrar | -1/+1 |
| 2020-06-16 | trim whitespace | root | -3/+3 |
| 2020-06-16 | break long line for formatting | root | -1/+5 |
| 2020-06-16 | add header for rust specific feature | root | -2/+1 |
| 2020-06-15 | [WIP] injects llvm intrinsic instrprof.increment for coverage reports | Rich Kadel | -0/+6 |
| 2020-06-14 | Add rust features to print target features | asrar | -0/+3 |
| 2020-06-14 | Diagnose use of incompatible sanitizers | Tomasz Miąsko | -6/+7 |
| 2020-06-12 | Auto merge of #69478 - avr-rust:avr-support-upstream, r=jonas-schievink | bors | -0/+7 |
| 2020-06-09 | Handle assembler warnings properly | Amanieu d'Antras | -1/+46 |
| 2020-06-09 | [AVR] Add AVR platform support | Jake Goulding | -0/+7 |
| 2020-05-29 | Improve inline asm error diagnostics | Amanieu d'Antras | -4/+27 |
| 2020-05-21 | rustllvm: Fix warnings about unused function parameters | Vadim Petrochenkov | -6/+3 |
| 2020-05-18 | Implement asm! codegen | Amanieu d'Antras | -0/+6 |
| 2020-05-17 | Auto merge of #72248 - petrochenkov:codemodel, r=Amanieu | bors | -5/+7 |
| 2020-05-16 | rustc_target: Stop using "string typing" for code models | Vadim Petrochenkov | -5/+7 |
| 2020-05-14 | Consistently use LLVM lifetime markers during codegen | Tomasz Miąsko | -2/+2 |
| 2020-05-09 | Rollup merge of #71234 - maurer:init-array, r=cuviper | Ralf Jung | -1/+3 |
| 2020-04-29 | Auto merge of #71528 - alexcrichton:no-more-bitcode, r=nnethercote | bors | -0/+28 |
| 2020-04-29 | Use .init_array rather than .ctors | Matthew Maurer | -1/+3 |
| 2020-04-29 | Store LLVM bitcode in object files, not compressed | Alex Crichton | -0/+28 |
| 2020-04-26 | codegen_llvm: `RelocMode` -> `RelocModel` | Vadim Petrochenkov | -9/+9 |
| 2020-04-26 | rustc_target: Stop using "string typing" for relocation models | Vadim Petrochenkov | -4/+1 |
| 2020-04-14 | Update the minimum external LLVM to 8 | Josh Stone | -45/+2 |
| 2020-04-02 | Add hash of source files in debug info | Arlo Siemsen | -2/+27 |
| 2020-03-19 | Update CreateMemSet() usage for LLVM 10 | Nikita Popov | -0/+5 |
| 2020-03-19 | Fix timeTraceProfilerInitialize for LLVM 10 | Nikita Popov | -1/+5 |
| 2020-03-11 | librustc_codegen_llvm: Use slices instead of 0-terminated strings | Tomasz Miąsko | -21/+26 |
| 2020-03-09 | Use slices in preference to 0-terminated strings | Tomasz Miąsko | -59/+87 |
| 2020-03-05 | Change DIBuilderCreateEnumerator signature to match LLVM 9 | Tomasz Miąsko | -4/+4 |
| 2020-03-03 | Invoke OptimizerLastEPCallbacks in PreLinkThinLTO | Tomasz Miąsko | -2/+10 |
| 2020-02-13 | Auto merge of #69144 - Dylan-DPC:rollup-apt6zjj, r=Dylan-DPC | bors | -2/+2 |
| 2020-02-13 | add selfprofiling for new llvm passmanager | Andreas Jonson | -1/+64 |
| 2020-02-13 | Enable use after scope detection in the new LLVM pass manager | Tomasz Miąsko | -2/+2 |
| 2020-02-12 | Rollup merge of #67954 - nikic:new-pm, r=nagisa | Dylan DPC | -1/+251 |