about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src
AgeCommit message (Expand)AuthorLines
2022-07-07Auto merge of #95573 - cjgillot:lower-query, r=michaelwoeristerbors-8/+12
2022-07-07Auto merge of #99014 - Dylan-DPC:rollup-n84y0jk, r=Dylan-DPCbors-39/+71
2022-07-07Rollup merge of #98930 - tmiasko:pub-basic-blocks, r=oli-obkDylan DPC-1/+1
2022-07-07Rollup merge of #98901 - davidtwco:split-dwarf-incr-workproduct, r=michaelwoe...Dylan DPC-38/+70
2022-07-07Auto merge of #98675 - eddyb:cg-array-literal, r=nikicbors-1/+6
2022-07-07Move `dominators` from Body to BasicBlocksTomasz Miąsko-1/+1
2022-07-06Allow to create definitions inside the query system.Camille GILLOT-8/+12
2022-07-06Rollup merge of #96935 - thomcc:atomicptr-strict-prov, r=dtolnayGuillaume Gomez-3/+1
2022-07-06ssa: abort if dwarf packaging failsDavid Wood-0/+1
2022-07-06ssa: remove dwo of metadata and allocator moduleDavid Wood-14/+18
2022-07-06incr: cache dwarf objects in work productsDavid Wood-24/+51
2022-07-06Update TypeVisitor pathsAlan Egerton-2/+2
2022-07-05Auto merge of #96862 - oli-obk:enum_cast_mir, r=RalfJungbors-75/+12
2022-07-05Prefer trace level instrumentation for the new noisy instrument attributesOli Scherer-2/+2
2022-07-05Add a helper method with an explicit name instead of hand rolling a match 3xOli Scherer-3/+3
2022-07-02import all necessary parts of rustc_metadata::fsYoshiki Matsuda-3/+4
2022-07-02fix a typoYoshiki Matsuda-1/+1
2022-07-02move emit_metadata to rustc_metadata::fsYoshiki Matsuda-29/+6
2022-07-02Auto merge of #91743 - cjgillot:enable_mir_inlining_inline_all, r=oli-obkbors-0/+1
2022-07-01cleanup mir visitor for `rustc::pass_by_value`lcnr-3/+3
2022-07-01Allow arithmetic and certain bitwise ops on AtomicPtrThom Chiovoloni-3/+1
2022-06-30Recover when failing to normalize closure signature.Camille GILLOT-0/+1
2022-06-30Auto merge of #98377 - davidv1992:add-lifetimes-to-argument-temporaries, r=ol...bors-2/+16
2022-06-30Change enum->int casts to not go through MIR casts.Oli Scherer-70/+8
2022-06-29rustc_codegen_ssa: use `project_index`, not `project_field`, for array literals.Eduard-Mihai Burtescu-1/+6
2022-06-29Some tracing cleanupsOli Scherer-5/+4
2022-06-29Rollup merge of #97423 - m-ou-se:memory-ordering-intrinsics, r=tmiaskoDylan DPC-32/+27
2022-06-28Reduce usage of Symbol in the linker codebjorn3-60/+55
2022-06-28Avoid unnecessary string interning for const_strbjorn3-5/+3
2022-06-28Rename/restructure memory ordering intrinsics.Mara Bos-32/+27
2022-06-25Improved naming for copied constant arguments vector.David Venhoek-7/+7
2022-06-24Rollup merge of #98214 - petrochenkov:islike, r=compiler-errorsYuki Okushi-2/+2
2022-06-24Rollup merge of #97633 - mkroening:object-osabi, r=petrochenkovYuki Okushi-5/+14
2022-06-23Rollup merge of #98355 - hoodmane:emscripten-no-default, r=petrochenkovMichael Goulet-1/+1
2022-06-23Session object: Set OS/ABIMartin Kröning-1/+9
2022-06-22Added llvm lifetime annotations to function call argument temporaries.David Venhoek-2/+16
2022-06-21Update Emscripten's no_default_libraries handlingHood Chatham-1/+1
2022-06-21Auto merge of #98098 - bjorn3:archive_refactor, r=michaelwoeristerbors-24/+21
2022-06-21Auto merge of #95576 - DrMeepster:box_erasure, r=oli-obkbors-30/+8
2022-06-19Rollup merge of #98146 - hoodmane:remove-memory-init-flag, r=petrochenkovDylan DPC-2/+0
2022-06-19Remove the source archive functionality of ArchiveWriterbjorn3-3/+3
2022-06-19Fix "Remove src_files and remove_file"bjorn3-3/+4
2022-06-18ENH Move --memory-init-file flag from EmLinker to asmjs target specHood Chatham-2/+0
2022-06-19Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-seMatthias Krüger-1/+1
2022-06-18Rollup merge of #98150 - hoodmane:emscripten-g4, r=sbc100Yuki Okushi-2/+2
2022-06-18rustc_target: Remove some redundant target propertiesVadim Petrochenkov-2/+2
2022-06-17Replace -g4 with -gsource-mapHood Chatham-2/+2
2022-06-17Auto merge of #98160 - nnethercote:mv-finish-out-of-Encoder, r=bjorn3bors-1/+1
2022-06-16Move/rename `lazy::{OnceCell, Lazy}` to `cell::{OnceCell, LazyCell}`Maybe Waffle-1/+1
2022-06-16Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi...Matthias Krüger-1/+1