summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src
AgeCommit message (Expand)AuthorLines
2022-05-13Auto merge of #96930 - ayrtonm:mips32-tmp-file, r=petrochenkovbors-10/+18
2022-05-11Add `unsigned_offset_from` on pointersScott McMurray-7/+14
2022-05-10Fix e_flags for 32-bit MIPS targets in generated object fileAyrton-10/+18
2022-05-05Auto merge of #91779 - ridwanabdillahi:natvis, r=michaelwoeristerbors-11/+83
2022-05-04Stabilize `bool::then_some`Josh Triplett-1/+0
2022-05-03Add support for a new attribute `#[debugger_visualizer]` to support embedding...ridwanabdillahi-11/+83
2022-05-03Auto merge of #96601 - tmiasko:ssa-rpo, r=davidtwcobors-2/+2
2022-05-03Rollup merge of #96587 - bjorn3:refactor_backend_write, r=michaelwoeristerYuki Okushi-30/+15
2022-05-02Auto merge of #96436 - petrochenkov:nowhole2, r=wesleywiserbors-44/+8
2022-05-01Use reverse postorder in `non_ssa_locals`Tomasz Miąsko-2/+2
2022-04-30Merge new_metadata into codegen_allocatorbjorn3-15/+4
2022-04-30Remove config parameter of optimize_fat and avoid interior mutability for modulebjorn3-5/+3
2022-04-30Let LtoModuleCodegen::optimize take self by valuebjorn3-9/+8
2022-04-30Rename run_lto_pass_manager to optimize_fat and remove thin parameterbjorn3-6/+5
2022-04-30Auto merge of #96500 - SparrowLii:rpo, r=tmiaskobors-1/+0
2022-04-30Eliminate duplication of RPO calculation for mirSparrowLii-1/+0
2022-04-29Auto merge of #96474 - SparrowLii:langcall, r=lcnrbors-29/+14
2022-04-29Rollup merge of #96523 - nbdd0121:windows, r=petrochenkovDylan DPC-0/+23
2022-04-29Auto merge of #96444 - nbdd0121:used2, r=petrochenkovbors-2/+77
2022-04-28Add `@feat.00` symbol to symbols.o for COFFGary Guo-0/+23
2022-04-28use tcx.require_lang_item() insteadSparrowLii-12/+5
2022-04-28Rollup merge of #96432 - SparrowLii:dbg_scope, r=davidtwcoDylan DPC-9/+3
2022-04-27Use decorated names for linked_symbols on WindowsGary Guo-2/+77
2022-04-27Eliminate duplication of building panic langcall in codegenSparrowLii-24/+16
2022-04-26linker: Generate `symbols.o` for dylibsVadim Petrochenkov-2/+2
2022-04-26linker: Stop using whole-archive on dependencies of dylibsVadim Petrochenkov-42/+6
2022-04-26not need `Option` for `dbg_scope`SparrowLii-9/+3
2022-04-25Auto merge of #95604 - nbdd0121:used2, r=petrochenkovbors-56/+240
2022-04-25Stop exporting rust_eh_personality and friends from cdylibGary Guo-15/+9
2022-04-24Fix MSVC hang issueGary Guo-0/+6
2022-04-21Auto merge of #95612 - davidtwco:split-debuginfo-in-bootstrap, r=Mark-Simulacrumbors-1/+1
2022-04-19Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkovDylan DPC-15/+2
2022-04-18Conditionally export msan symbols only if they are definedGary Guo-2/+10
2022-04-18Refactor exported_symbols and linked_symbols for code reuseGary Guo-44/+26
2022-04-18Synthesis object file for `#[used]` and exported symbolsGary Guo-8/+172
2022-04-18Add `SymbolExportInfo`Gary Guo-21/+51
2022-04-18ssa: don't pack debuginfo on windows not only msvcDavid Wood-1/+1
2022-04-17Stop using CRATE_DEF_INDEX.Camille GILLOT-15/+2
2022-04-17Auto merge of #96010 - eduardosm:Unique-on-top-of-NonNull, r=m-ou-se,tmiaskobors-2/+6
2022-04-15Add codegen for global_asm! sym operandsAmanieu d'Antras-6/+30
2022-04-14Add additional `extract_field` / `project_field` to take into account extra l...Eduardo Sánchez Muñoz-2/+6
2022-04-13Auto merge of #95968 - davidtwco:translation-lazy-fallback, r=oli-obkbors-1/+1
2022-04-13Auto merge of #95656 - cjgillot:no-id-hashing-mode, r=Aaron1011bors-6/+1
2022-04-13errors: lazily load fallback fluent bundleDavid Wood-1/+1
2022-04-12Remove NodeIdHashingMode.Camille GILLOT-6/+1
2022-04-11Add new `MutatatingUseContext`s for deinit and `SetDiscriminant`Jakob Degen-0/+2
2022-04-11Add new `Deinit` statement kindJakob Degen-0/+6
2022-04-08check_doc_keyword: don't alloc string for emptiness checkklensy-4/+4
2022-04-05Auto merge of #94527 - oli-obk:undef_scalars, r=nagisa,erikdesjardinbors-18/+23
2022-04-05Mark scalar layout unions so that backends that do not support partially init...Oli Scherer-18/+23