about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/back/write.rs
AgeCommit message (Expand)AuthorLines
2021-10-06Enable AutoFDO.Michael Benfield-0/+4
2021-09-30Move EncodedMetadata to rustc_metadata.Camille GILLOT-1/+1
2021-07-06Move LinkerInfo into CrateInfobjorn3-6/+1
2021-07-01Rename all_crate_nums query to crates and remove useless wrapperbjorn3-1/+1
2021-06-04Move crate_name field from OngoingCodegen to CrateInfobjorn3-5/+1
2021-06-04Move windows_subsystem field from CodegenResults to CrateInfobjorn3-14/+0
2021-05-12Use () for codegen queries.Camille GILLOT-3/+3
2021-05-12Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillotbors-1/+2
2021-05-08Explicitly register GCOV profiling pass as wellNikita Popov-13/+9
2021-05-08Explicitly register instrprof passNikita Popov-6/+2
2021-05-08Make -Z new-llvm-pass-manager an Option<bool>Nikita Popov-1/+1
2021-05-02Pass target_cpu to LinkerInfo::new instead of link_binarybjorn3-1/+2
2021-04-14Fix typos in rustc_codegen_ssa/src/back/write.rs.Edd Barrett-2/+2
2021-04-05Rollup merge of #82483 - tmiasko:option-from-str, r=matthewjasperDylan DPC-1/+1
2021-04-03Auto merge of #83682 - bjorn3:mmap_wrapper, r=cjgillotbors-1/+2
2021-04-03Move SanitizerSet to rustc_targetSimonas Kazlauskas-2/+2
2021-03-30Add an Mmap wrapper to rustc_data_structuresbjorn3-1/+2
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-03-09Use FromStr trait for number option parsingTomasz Miąsko-1/+1
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