index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_codegen_ssa
/
src
/
back
/
write.rs
Age
Commit message (
Expand
)
Author
Lines
2022-03-01
Querify `global_backend_features`
Simonas Kazlauskas
-1
/
+2
2022-02-23
rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".
Eduard-Mihai Burtescu
-1
/
+1
2022-02-23
rustc_errors: add `downgrade_to_delayed_bug` to `Diagnostic` itself.
Eduard-Mihai Burtescu
-1
/
+1
2022-02-09
Ensure that queries only return Copy types.
Camille GILLOT
-2
/
+2
2022-01-14
Remove LLVMRustMarkAllFunctionsNounwind
Amanieu d'Antras
-3
/
+1
2022-01-06
sess/cg: re-introduce split dwarf kind
David Wood
-1
/
+7
2021-12-20
Load new pass manager plugins only if the new pm is actually used
Axel Cohen
-5
/
+1
2021-12-13
Fix conditions for using legacy or new pm plugins
Axel Cohen
-1
/
+5
2021-12-13
Use the existing llvm-plugins option for both legacy and new pm registration
Axel Cohen
-4
/
+2
2021-12-13
Add a codegen option to allow loading LLVM pass plugins
Axel Cohen
-0
/
+4
2021-12-09
Remove redundant [..]s
est31
-2
/
+2
2021-12-07
Use object crate for .rustc metadata generation
Nikita Popov
-14
/
+5
2021-11-08
Don't abort compilation after giving a lint error
Joshua Nelson
-1
/
+1
2021-11-05
Initialize LLVM time trace profiler on each code generation thread
Tomasz Miąsko
-51
/
+51
2021-10-06
Enable AutoFDO.
Michael Benfield
-0
/
+4
2021-09-30
Move EncodedMetadata to rustc_metadata.
Camille GILLOT
-1
/
+1
2021-07-06
Move LinkerInfo into CrateInfo
bjorn3
-6
/
+1
2021-07-01
Rename all_crate_nums query to crates and remove useless wrapper
bjorn3
-1
/
+1
2021-06-04
Move crate_name field from OngoingCodegen to CrateInfo
bjorn3
-5
/
+1
2021-06-04
Move windows_subsystem field from CodegenResults to CrateInfo
bjorn3
-14
/
+0
2021-05-12
Use () for codegen queries.
Camille GILLOT
-3
/
+3
2021-05-12
Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot
bors
-1
/
+2
2021-05-08
Explicitly register GCOV profiling pass as well
Nikita Popov
-13
/
+9
2021-05-08
Explicitly register instrprof pass
Nikita Popov
-6
/
+2
2021-05-08
Make -Z new-llvm-pass-manager an Option<bool>
Nikita Popov
-1
/
+1
2021-05-02
Pass target_cpu to LinkerInfo::new instead of link_binary
bjorn3
-1
/
+2
2021-04-14
Fix typos in rustc_codegen_ssa/src/back/write.rs.
Edd Barrett
-2
/
+2
2021-04-05
Rollup merge of #82483 - tmiasko:option-from-str, r=matthewjasper
Dylan DPC
-1
/
+1
2021-04-03
Auto merge of #83682 - bjorn3:mmap_wrapper, r=cjgillot
bors
-1
/
+2
2021-04-03
Move SanitizerSet to rustc_target
Simonas Kazlauskas
-2
/
+2
2021-03-30
Add an Mmap wrapper to rustc_data_structures
bjorn3
-1
/
+2
2021-03-19
coverage bug fixes and optimization support
Rich Kadel
-1
/
+1
2021-03-18
Upgrade memmap to memmap2 in other crates.
Camille GILLOT
-1
/
+1
2021-03-09
Remove hir::Crate::attrs.
Camille GILLOT
-6
/
+4
2021-03-09
Use FromStr trait for number option parsing
Tomasz Miąsko
-1
/
+1
2021-02-25
Set codegen thread names
Wesley Wiser
-47
/
+77
2021-02-23
Auto merge of #82127 - tgnottingham:tune-ahead-of-time-codegen, r=varkor
bors
-9
/
+64
2021-02-23
Auto merge of #82102 - nagisa:nagisa/fix-dwo-name, r=davidtwco
bors
-1
/
+1
2021-02-21
rustc_codegen_ssa: remove unneeded wrapping of return type of execute_copy_fr...
Matthias Krüger
-4
/
+4
2021-02-15
rustc_codegen_ssa: tune codegen according to available concurrency
Tyson Nottingham
-9
/
+64
2021-02-14
Don't fail to remove files if they are missing
Simonas Kazlauskas
-7
/
+7
2021-02-14
Set path of the compile unit to the source directory
Simonas Kazlauskas
-1
/
+1
2021-01-28
rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo`
Alex Crichton
-2
/
+18
2020-12-16
cg_llvm: implement split dwarf support
David Wood
-2
/
+22
2020-12-16
cg_ssa: introduce `TargetMachineFactoryFn` alias
David Wood
-12
/
+4
2020-11-12
rustc_target: Mark UEFI targets as `is_like_windows`/`is_like_msvc`
Vadim Petrochenkov
-0
/
+2
2020-11-08
Collapse all uses of `target.options.foo` into `target.foo`
Vadim Petrochenkov
-7
/
+7
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-9
/
+9
2020-10-15
Rename target_pointer_width to pointer_width and turn it into an u32
est31
-2
/
+2
2020-10-15
Rollup merge of #77739 - est31:remove_unused_code, r=petrochenkov,varkor
Yuki Okushi
-2
/
+0
[next]