| Age | Commit message (Expand) | Author | Lines |
| 2020-10-21 | rustc_codegen_llvm: expose DILocation to rustc_codegen_ssa. | Eduard-Mihai Burtescu | -90/+77 |
| 2020-10-21 | rustc_codegen_llvm: avoid converting between DILocation and Value. | Eduard-Mihai Burtescu | -9/+12 |
| 2020-10-21 | rustc_codegen_llvm: move DISubprogram creation to a dbg_scope_fn method. | Eduard-Mihai Burtescu | -34/+40 |
| 2020-10-21 | rustc_codegen_llvm: create `DIFile`s from just `SourceFile`s. | Eduard-Mihai Burtescu | -25/+16 |
| 2020-10-18 | Auto merge of #78047 - khyperia:set_span_mut, r=bjorn3 | bors | -1/+1 |
| 2020-10-17 | Make set_span take mut self | khyperia | -1/+1 |
| 2020-10-17 | Auto merge of #77685 - jackh726:binder-map, r=lcnr | bors | -13/+14 |
| 2020-10-17 | Rollup merge of #77961 - glandium:embed-bitcode, r=nagisa | Dylan DPC | -2/+2 |
| 2020-10-16 | Review comments | Jack Huey | -3/+2 |
| 2020-10-16 | Use map_bound(_ref) instead of Binder::bind when possible | Jack Huey | -12/+14 |
| 2020-10-16 | Auto merge of #77972 - Mark-Simulacrum:side-effect-loop, r=nagisa | bors | -5/+5 |
| 2020-10-15 | Prevent miscompilation in trivial loop {} | Mark Rousskov | -5/+5 |
| 2020-10-15 | Remove rustc_session::config::Config | est31 | -1/+0 |
| 2020-10-15 | Replace target.target with target and target.ptr_width with target.pointer_width | est31 | -62/+59 |
| 2020-10-15 | Rename target_pointer_width to pointer_width and turn it into an u32 | est31 | -4/+4 |
| 2020-10-15 | Set .llvmbc and .llvmcmd sections as allocatable | Mike Hommey | -2/+2 |
| 2020-10-15 | Rollup merge of #77739 - est31:remove_unused_code, r=petrochenkov,varkor | Yuki Okushi | -5/+0 |
| 2020-10-14 | Add support for SHA256 source file hashing for LLVM 11+. | Arlo Siemsen | -0/+2 |
| 2020-10-14 | Remove unused code from rustc_codegen_* | est31 | -5/+0 |
| 2020-10-14 | Rollup merge of #77795 - bjorn3:codegen_backend_interface_refactor, r=oli-obk | Dylan DPC | -61/+14 |
| 2020-10-14 | Rollup merge of #77765 - amshafer:master, r=petrochenkov | Dylan DPC | -4/+2 |
| 2020-10-13 | Add a target option for selecting a DWARF version | Austin Shafer | -4/+2 |
| 2020-10-13 | Replace absolute paths with relative ones | est31 | -1/+1 |
| 2020-10-13 | Auto merge of #76830 - Artoria2e5:tune, r=nagisa | bors | -6/+37 |
| 2020-10-12 | Remove dump_incremental_data | bjorn3 | -3/+0 |
| 2020-10-11 | Auto merge of #76859 - Aaron1011:fix/llvm-cgu-reuse, r=davidtwco,nikic | bors | -192/+75 |
| 2020-10-10 | Auto merge of #77337 - lzutao:asm-mips64, r=Amanieu | bors | -1/+4 |
| 2020-10-10 | Move llvm_util::time_trace_profiler_finish call to join_codegen | bjorn3 | -6/+6 |
| 2020-10-10 | Use fixed type for CodegenResults | bjorn3 | -22/+4 |
| 2020-10-10 | Move finalize_session_directory call out of cg_llvm | bjorn3 | -4/+0 |
| 2020-10-10 | Move save_work_product_index call out of cg_llvm | bjorn3 | -10/+4 |
| 2020-10-09 | Move supported_target_features query provider to cg_ssa | bjorn3 | -20/+4 |
| 2020-10-08 | Implement the instruction_set attribute | xd009642 | -1/+5 |
| 2020-10-06 | Let backends access span information | khyperia | -1/+3 |
| 2020-10-05 | Updates to experimental coverage counter injection | Rich Kadel | -0/+1 |
| 2020-10-05 | Pass tune-cpu to LLVM | Mingye Wang | -6/+37 |
| 2020-10-04 | Rollup merge of #77521 - bjorn3:target_feature_whitelist, r=lcnr | Jonas Schievink | -154/+4 |
| 2020-10-04 | Rollup merge of #77504 - Amanieu:select_simd_bitmask, r=ecstatic-morse | Jonas Schievink | -3/+7 |
| 2020-10-04 | Add asm! support for mips64 | Lzu Tao | -1/+4 |
| 2020-10-04 | Move target feature whitelist from cg_llvm to cg_ssa | bjorn3 | -154/+4 |
| 2020-10-03 | Support vectors with fewer than 8 elements for simd_select_bitmask | Amanieu d'Antras | -3/+7 |
| 2020-10-02 | Implement Make `handle_alloc_error` default to panic (for no_std + liballoc) | Harald Hoyer | -2/+46 |
| 2020-09-30 | Add support for cmse_nonsecure_entry attribute | Hugues de Valon | -0/+9 |
| 2020-09-30 | Update LLVM and add Unsupported diagnostic | Hugues de Valon | -0/+10 |
| 2020-09-27 | Rollup merge of #76839 - lzutao:mips-asm, r=Amanieu | Jonas Schievink | -0/+25 |
| 2020-09-27 | Add MIPS asm! support | Lzu Tao | -0/+25 |
| 2020-09-26 | Rollup merge of #77211 - est31:remove_unused_allow, r=oli-obk | Ralf Jung | -5/+0 |
| 2020-09-26 | Rollup merge of #77161 - est31:swich_len_already_trusted, r=petrochenkov | Ralf Jung | -3/+1 |
| 2020-09-26 | Remove unused #[allow(...)] statements from compiler/ | est31 | -5/+0 |
| 2020-09-25 | Address review comment | marmeladema | -4/+10 |