about summary refs log tree commit diff
path: root/src/librustc_codegen_ssa/back/write.rs
AgeCommit message (Expand)AuthorLines
2020-05-04Auto merge of #71754 - alexcrichton:no-bitcode-in-cache, r=nnethercotebors-21/+6
2020-05-02cleanup: `config::CrateType` -> `CrateType`Vadim Petrochenkov-7/+6
2020-05-01Rename `bitcode-in-rlib` option to `embed-bitcode`Alex Crichton-2/+2
2020-05-01Don't copy bytecode files into the incr. comp. cache.Nicholas Nethercote-21/+6
2020-04-30Auto merge of #70175 - Amanieu:remove_nlp, r=pnkfelixbors-2/+2
2020-04-29Auto merge of #71528 - alexcrichton:no-more-bitcode, r=nnethercotebors-29/+3
2020-04-29Store LLVM bitcode in object files, not compressedAlex Crichton-29/+3
2020-04-29Remove Session::no_landing_pads()Amanieu d'Antras-2/+2
2020-04-26codegen_llvm: Simplify logic for relaxing PIC into PIEVadim Petrochenkov-1/+1
2020-04-25Rollup merge of #71364 - Amanieu:zprofile_compiler_builtins, r=cramertjDylan DPC-5/+18
2020-04-22Add a new option `-Cbitcode-in-rlib`.Nicholas Nethercote-1/+2
2020-04-20Ignore -Zprofile when building compiler_builtinsAmanieu d'Antras-5/+18
2020-04-19Replace uses of `parse_opt_*` with `parse_*` where possible.Nicholas Nethercote-1/+1
2020-04-11Rollup merge of #70644 - nnethercote:clean-up-ModuleConfig-init, r=Mark-Simul...Dylan DPC-162/+140
2020-04-07Use assoc integer constants in librustc_*Linus Färnstrand-1/+1
2020-04-01Rename `modules_config` as `regular_config`.Nicholas Nethercote-4/+4
2020-04-01Improve `ModuleConfig` initialization.Nicholas Nethercote-152/+137
2020-04-01Remove some dead code.Nicholas Nethercote-7/+0
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-4/+4
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-4/+4
2020-03-27Remove `no_integrated_as` mode.Nicholas Nethercote-65/+1
2020-03-26Introduce `EmitObj`.Nicholas Nethercote-32/+49
2020-03-25Remove `TargetOptions::embed_bitcode`.Nicholas Nethercote-9/+8
2020-03-24Rollup merge of #70289 - nnethercote:refactor-codegen, r=eddybMazdak Farrokhzad-17/+22
2020-03-23Combine `ModuleConfig::embed_bitcode{,_marker}`.Nicholas Nethercote-14/+22
2020-03-22don't create variable bindings just to return the bound value immediately (cl...Matthias Krüger-4/+2
2020-03-19Remove unused `ModuleConfig::emit_lto_bc` field.Nicholas Nethercote-3/+0
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-4/+4
2020-03-14Update `krate_attrs` and `get_module`John Kåre Alsaker-2/+2
2020-03-06fix various typosMatthias Krüger-1/+1
2020-03-04Don't use "if let" bindings to only check a value and not actually bind anyth...Matthias Krüger-1/+1
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-1/+1
2020-02-28simplify condition in start_executing_work()Matthias Krüger-5/+5
2020-02-28use is_empty() instead of len() == x to determine if structs are empty.Matthias Krüger-6/+6
2020-02-12Add support for new pass managerNikita Popov-0/+3
2020-02-10self-profile: Support arguments for generic_activities.Michael Woerister-6/+13
2020-01-23Make ExportedSymbols type more local because it's not supposed to beMichael Woerister-1/+5
2020-01-20Make sure that all upstream generics get re-exported from Rust dylibs.Michael Woerister-2/+2
2020-01-11Auto merge of #67458 - pnkfelix:fix-66530-by-propagating-fatal-error-from-wor...bors-8/+18
2020-01-09Label unmarked timeJohn Kåre Alsaker-2/+7
2020-01-09Change -Z time event naming scheme and make them generic activitiesJohn Kåre Alsaker-1/+1
2020-01-08Remove `-Z continue-parse-after-error`Vadim Petrochenkov-1/+0
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-1/+1
2020-01-05Use self profile infrastructure for -Z time and -Z time-passesJohn Kåre Alsaker-32/+19
2020-01-04canonicalize FxHash{Map,Set} importsMazdak Farrokhzad-1/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-3/+3
2019-12-30When a codegen worker has a FatalError, propagate it instead of ICE'ing.Felix S. Klock II-8/+18
2019-12-22Format the worldMark Rousskov-292/+275
2019-12-03Move cgu_reuse_tracker to librustc_sessionMark Rousskov-1/+1
2019-12-03Decouple CguReuseTracker from SessionMark Rousskov-1/+1