about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/back/write.rs
AgeCommit message (Expand)AuthorLines
2023-10-09Remove cgu_reuse_tracker from Sessionbjorn3-2/+0
2023-10-09Remove an LTO dependent cgu_reuse_tracker.set_actual_reuse callbjorn3-4/+0
2023-09-25Pass name of object file to LLVM so it can correctly emit S_OBJNAMEFlorian Schmiderer-1/+8
2023-09-08Add missing Debuginfo to PDB debug file on windows.Florian Schmiderer-0/+7
2023-08-09rustc: Move `crate_types` from `Session` to `GlobalCtxt`Vadim Petrochenkov-9/+11
2023-07-31Rollup merge of #113717 - cuishuang:master, r=NilstriebMatthias Krüger-1/+1
2023-07-31remove repetitive wordscui fliter-1/+1
2023-07-31Clean up `generate_lto_work`.Nicholas Nethercote-22/+23
2023-07-31Fix LLVM thread names on Windows.Nicholas Nethercote-3/+3
2023-07-31Introduce `running_with_any_token` closure.Nicholas Nethercote-7/+10
2023-07-31Use standard Rust capitalization rules for names containing "LTO".Nicholas Nethercote-9/+9
2023-07-31Tweak structure of the message loop.Nicholas Nethercote-17/+20
2023-07-31Tweak a loop condition.Nicholas Nethercote-7/+11
2023-07-31Move `maybe_start_llvm_timer`'s body into `spawn_work`.Nicholas Nethercote-26/+18
2023-07-31Remove `CodegenContext::worker`.Nicholas Nethercote-24/+12
2023-07-31Give the coordinator thread a name.Nicholas Nethercote-3/+4
2023-07-31Remove an unnecessary `pub`.Nicholas Nethercote-1/+1
2023-07-31Rename `MainThreadWorkerState`.Nicholas Nethercote-25/+25
2023-07-31Rename things related to the main thread's operations.Nicholas Nethercote-30/+46
2023-07-31Add some assertions.Nicholas Nethercote-0/+4
2023-07-31Add comments to `WorkItemResult`.Nicholas Nethercote-4/+14
2023-07-31Inline and remove `submit_pre_codegened_module_to_llvm`.Nicholas Nethercote-13/+0
2023-07-30inline format!() args up to and including rustc_codegen_llvmMatthias Krüger-2/+2
2023-07-25Use a builder instead of boolean/option argumentsOli Scherer-1/+1
2023-07-21Rollup merge of #113723 - khei4:khei4/llvm-stats, r=oli-obk,nikicMatthias Krüger-0/+4
2023-07-19On nightly, dump ICE backtraces to diskEsteban Küber-1/+1
2023-07-16rustc_llvm: Add a `-Z print-llvm-stats` option to expose LLVM statistics.Patrick Walton-0/+4
2023-07-02Auto merge of #113040 - Kobzol:llvm-remark-streamer, r=tmiaskobors-0/+16
2023-07-02Add `rustc` option to output LLVM optimization remarks to YAML filesJakub Beránek-0/+16
2023-06-26Tweak thread names for CGU processing.Nicholas Nethercote-21/+42
2023-06-22Remove unused fields from `CodegenContext`.Nicholas Nethercote-12/+0
2023-06-22Introduce `CodegenState`.Nicholas Nethercote-20/+29
2023-06-22Add comments to `Message` and `WorkItem`.Nicholas Nethercote-8/+22
2023-06-22Simplify `Message`.Nicholas Nethercote-64/+44
2023-06-22Move `Message::CodegenItem` to a separate type.Nicholas Nethercote-10/+11
2023-06-21Inline and remove `WorkItem::start_profiling` and `execute_work_item`.Nicholas Nethercote-34/+22
2023-06-14Introduce a minimum CGU size in non-incremental builds.Nicholas Nethercote-3/+3
2023-06-09Auto merge of #111626 - pjhades:output, r=b-naberbors-5/+18
2023-06-06Write to stdout if `-` is given as output fileJing Peng-5/+18
2023-06-04Removed use of iteration through a HashMap/HashSet in rustc_incremental and r...Andrew Xie-4/+4
2023-05-29Use `Cow` in `{D,Subd}iagnosticMessage`.Nicholas Nethercote-1/+1
2023-05-06Rollup merge of #110985 - Amanieu:normalize_asm_spans, r=b-naberMatthias Krüger-3/+9
2023-05-06Fix spans in LLVM-generated inline asm errorsAmanieu d'Antras-3/+9
2023-05-03Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote-1/+1
2023-04-17Spelling - compilerJosh Soref-1/+1
2023-03-28[fix] don't panic on failure to acquire jobserver tokenDaniil Belov-2/+2
2023-03-22rustc: Remove unused `Session` argument from some attribute functionsVadim Petrochenkov-2/+3
2023-01-30session: diagnostic migration lint on more fnsDavid Wood-2/+6
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-7/+7
2023-01-11Fix some typos in code comments.Cedric-9/+9