about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/back/write.rs
AgeCommit message (Expand)AuthorLines
2021-03-19coverage bug fixes and optimization supportRich Kadel-1/+1
2021-03-18Upgrade memmap to memmap2 in other crates.Camille GILLOT-1/+1
2021-03-09Remove hir::Crate::attrs.Camille GILLOT-6/+4
2021-02-25Set codegen thread namesWesley Wiser-47/+77
2021-02-23Auto merge of #82127 - tgnottingham:tune-ahead-of-time-codegen, r=varkorbors-9/+64
2021-02-23Auto merge of #82102 - nagisa:nagisa/fix-dwo-name, r=davidtwcobors-1/+1
2021-02-21rustc_codegen_ssa: remove unneeded wrapping of return type of execute_copy_fr...Matthias Krüger-4/+4
2021-02-15rustc_codegen_ssa: tune codegen according to available concurrencyTyson Nottingham-9/+64
2021-02-14Don't fail to remove files if they are missingSimonas Kazlauskas-7/+7
2021-02-14Set path of the compile unit to the source directorySimonas Kazlauskas-1/+1
2021-01-28rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo`Alex Crichton-2/+18
2020-12-16cg_llvm: implement split dwarf supportDavid Wood-2/+22
2020-12-16cg_ssa: introduce `TargetMachineFactoryFn` aliasDavid Wood-12/+4
2020-11-12rustc_target: Mark UEFI targets as `is_like_windows`/`is_like_msvc`Vadim Petrochenkov-0/+2
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-7/+7
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-9/+9
2020-10-15Rename target_pointer_width to pointer_width and turn it into an u32est31-2/+2
2020-10-15Rollup merge of #77739 - est31:remove_unused_code, r=petrochenkov,varkorYuki Okushi-2/+0
2020-10-14Remove unused code from rustc_codegen_*est31-2/+0
2020-10-14Rollup merge of #77795 - bjorn3:codegen_backend_interface_refactor, r=oli-obkDylan DPC-14/+0
2020-10-13Replace absolute paths with relative onesest31-1/+1
2020-10-12Remove dump_incremental_databjorn3-9/+0
2020-10-10Move finalize_session_directory call out of cg_llvmbjorn3-5/+0
2020-09-09Add `-Z combine_cgu` flagVictor Ding-12/+47
2020-08-30mv compiler to compiler/mark-0/+1859