about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
AgeCommit message (Expand)AuthorLines
2024-04-12do not add prolog for variadic naked functionsGuy Shefy-0/+7
2024-04-12make CLI linker features influence the linker flavorRémy Rakic-2/+27
2024-04-12remove some unnecessary lifetimesRémy Rakic-23/+19
2024-04-12Rollup merge of #123827 - petrochenkov:searchdirs, r=NadrierilMatthias Krüger-15/+12
2024-04-11use [N x i8] for alloca typesErik Desjardins-7/+7
2024-04-12linker: Avoid some allocations in search directory iterationVadim Petrochenkov-15/+12
2024-04-11Add load/store helpers that take `PlaceValue`Scott McMurray-10/+17
2024-04-11Put `PlaceValue` into `OperandValue::Ref`, rather than 3 tuple fieldsScott McMurray-51/+52
2024-04-11Make `PlaceRef` hold a `PlaceValue` for the non-layout fields (like `OperandR...Scott McMurray-88/+138
2024-04-10Add `/System/iOSSupport` to the library search path on Mac CatalystMads Marquart-0/+10
2024-04-10visionOS: Fix logic for finding the SDK rootMads Marquart-3/+4
2024-04-09Update ar_archive_writer to 0.2.0bjorn3-9/+2
2024-04-09Put the `NONTEMPORAL` case firstScott McMurray-6/+7
2024-04-09Remove my `scalar_copy_backend_type` optimization attemptScott McMurray-82/+29
2024-04-09Auto merge of #123272 - saethlin:reachable-mono-cleanup, r=cjgillotbors-5/+4
2024-04-08Actually create ranged int types in the type system.Oli Scherer-0/+10
2024-04-07Only collect mono items from reachable blocksBen Kimock-5/+4
2024-04-07Auto merge of #123221 - pacak:cache_emit, r=fmease,jieyouxubors-4/+45
2024-04-06Put checks that detect UB under their own flag below debug_assertionsBen Kimock-1/+1
2024-04-06Save/restore more items in cache with incremental compilationMichael Baikov-4/+45
2024-04-06Rollup merge of #123467 - dpaoliello:archcoff, r=wesleywiserMatthias Krüger-1/+5
2024-04-05Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwcoGuillaume Gomez-1/+7
2024-04-05Ignore `-C strip` on MSVCicedrocket-42/+35
2024-04-04MSVC targets should use COFF as their archive formatDaniel Paoliello-1/+5
2024-04-03Rollup merge of #122964 - joboet:pointer_expose, r=AmanieuMatthias Krüger-1/+1
2024-04-03Rollup merge of #122619 - erikdesjardins:cast, r=compiler-errorsMatthias Krüger-3/+29
2024-04-03rename `expose_addr` to `expose_provenance`joboet-1/+1
2024-04-02Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=AmanieuJacob Pratt-1/+1
2024-04-02Auto merge of #123385 - matthiaskrgr:rollup-v69vjbn, r=matthiaskrgrbors-51/+37
2024-04-02Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwcobors-0/+31
2024-04-02Improve the `build_shift_expr_rhs` commentScott McMurray-4/+7
2024-03-30De-LLVM the unchecked shifts [MCP#693]Scott McMurray-51/+34
2024-03-29Rollup merge of #123188 - klensy:clippy-me2, r=NilstriebMatthias Krüger-6/+6
2024-03-29Auto merge of #122671 - Mark-Simulacrum:const-panic-msg, r=Nilstriebbors-4/+2
2024-03-28and few moreklensy-6/+6
2024-03-25Rollup merge of #122842 - pacak:explicit_name, r=michaelwoeristerMatthias Krüger-1/+1
2024-03-24Rollup merge of #122937 - Zalathar:unbox, r=oli-obkMatthias Krüger-7/+7
2024-03-23Add+Use `mir::BinOp::Cmp`Scott McMurray-0/+31
2024-03-23Rollup merge of #122879 - maurer:callsite-instances, r=workingjubileeJubilee-15/+39
2024-03-23Fixed bad formattingAdam Gastineau-4/+2
2024-03-23Fixed builds with modified libcAdam Gastineau-3/+3
2024-03-23CFI: Use Instance at callsitesMatthew Maurer-15/+39
2024-03-23refactor check_{lang,library}_ub: use a single intrinsic, put policy into lib...Ralf Jung-2/+1
2024-03-23Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obkbors-2/+90
2024-03-23rename MIR int2ptr casts to match library nameRalf Jung-1/+1
2024-03-23Unbox and unwrap the contents of `StatementKind::Coverage`Zalathar-7/+7
2024-03-22Auto merge of #122852 - compiler-errors:raw-ptr, r=lcnrbors-15/+7
2024-03-22Auto merge of #122580 - saethlin:compiler-builtins-can-panic, r=pnkfelixbors-11/+57
2024-03-22Programmatically convert some of the pat ctorsMichael Goulet-3/+3
2024-03-22Ty::new_ref and Ty::new_ptr stop using TypeAndMutMichael Goulet-8/+3