about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/back/write.rs
AgeCommit message (Expand)AuthorLines
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
2022-12-28Explicitly pass in which crate type to use to each_linked_rlibbjorn3-1/+1
2022-12-20Remove wrapper functions for some unstable optionsNilstrieb-1/+1
2022-11-27Prefer doc comments over `//`-comments in compilerMaybe Waffle-9/+9
2022-11-09Add constructor for `Diagnostic` that takes `Vec<(DiagnosticMessage, Style)>`SLASHLogin-2/+1
2022-11-09Add `replace_args` method for `rustc_errors::diagnostic::Diagnostic`SLASHLogin-3/+1
2022-11-09Delay diagnostic translation in `rustc_codegen_ssa`SLASHLogin-9/+18
2022-10-23Allow LTO for dylibsbjorn3-9/+9
2022-10-12Rollup merge of #102623 - davidtwco:translation-eager, r=compiler-errorsDylan DPC-2/+5
2022-10-10errors: use `HashMap` to store diagnostic argsDavid Wood-2/+5
2022-10-07UPDATE - resolve fixme and emit errors via HandlerJhonny Bill Mena-13/+6
2022-10-07UPDATE - migrate write.rs to new diagnostics infraJhonny Bill Mena-22/+19
2022-10-06Remove `-Ztime` option.Nicholas Nethercote-1/+1
2022-09-18Remove -Znew-llvm-pass-managerJosh Stone-2/+0
2022-08-26translations(rustc_session): migrate check_expected_reuseLuis Cardoso-1/+1
2022-08-15errors: move translation logic into moduleDavid Wood-9/+11
2022-08-05Auto merge of #100035 - workingjubilee:merge-functions, r=nikicbors-2/+5
2022-08-05Enable function merging when opt is for sizeJubilee Young-2/+5
2022-07-27Also wait on other threads if a WorkerFatalError occursNikita Popov-5/+5
2022-07-27Reliably signal coordinator thread on panic during ongoing codegenNikita Popov-22/+39
2022-07-14rustc: add ability to output regular LTO bitcode modulesZiv Dunkelman-0/+2
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-22/+21
2022-07-06incr: cache dwarf objects in work productsDavid Wood-24/+51
2022-06-16Support lint expectations for `--force-warn` lints (RFC 2383)xFrednet-1/+1
2022-06-06Make saved_file field of WorkProduct non-optionalbjorn3-23/+19
2022-06-06Factor Option out of copy_cgu_workproduct_to_incr_comp_cache_dir callbjorn3-6/+6
2022-06-06Avoid an unnecessary clone for copy_cgu_workproduct_to_incr_comp_cache_dir callsbjorn3-2/+2
2022-04-30Let LtoModuleCodegen::optimize take self by valuebjorn3-1/+1