about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
AgeCommit message (Expand)AuthorLines
2024-02-17Rollup merge of #121209 - nnethercote:infallible-join_codegen, r=bjorn3Matthias Krüger-2/+2
2024-02-17Rollup merge of #121085 - davidtwco:always-eager-diagnostics, r=nnethercoteMatthias Krüger-1/+1
2024-02-17Make `CodegenBackend::join_codegen` infallible.Nicholas Nethercote-2/+2
2024-02-16Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkinbors-9/+14
2024-02-15Auto merge of #121142 - GuillaumeGomez:rollup-5qmksjw, r=GuillaumeGomezbors-0/+4
2024-02-15Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoeristerbors-4/+3
2024-02-15errors: only eagerly translate subdiagnosticsDavid Wood-1/+1
2024-02-14Implicitly enable evex512 if avx512 is enabledNikita Popov-0/+4
2024-02-14clean up potential_query_instability with FxIndexMap and UnordMapyukang-4/+3
2024-02-12Rollup merge of #120965 - ChrisDenton:sahf, r=michaelwoeristerMatthias Krüger-0/+1
2024-02-12Teach llvm backend how to fall back to default bodiesOli Scherer-9/+14
2024-02-12Add lahfsahf and prfchw target featureChris Denton-0/+1
2024-02-11is_closure_likeMichael Goulet-1/+1
2024-02-10Remove unnecessary `#![feature(min_specialization)]`Zalathar-1/+0
2024-02-09Rollup merge of #120844 - compiler-errors:async-di, r=oli-obkMatthias Krüger-1/+4
2024-02-09Rollup merge of #120354 - lukas-code:metadata-normalize, r=lcnrMatthias Krüger-4/+2
2024-02-09Build DebugInfo for coroutine-closureMichael Goulet-1/+4
2024-02-09Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwcoMatthias Krüger-2/+0
2024-02-07Rollup merge of #119162 - heiher:direct-access-external-data, r=petrochenkovGuillaume Boisseau-10/+15
2024-02-06Rollup merge of #120502 - clubby789:remove-ffi-returns-twice, r=compiler-errorsMatthias Krüger-4/+0
2024-02-06Rollup merge of #120631 - saethlin:invalid-target-ice, r=compiler-errorsMatthias Krüger-8/+14
2024-02-06Add CoroutineClosure to TyKind, AggregateKind, UpvarArgsMichael Goulet-1/+1
2024-02-06Invert diagnostic lints.Nicholas Nethercote-2/+0
2024-02-05old solver: improve normalization of `Pointee::Metadata`Lukas Markeffsky-4/+2
2024-02-04Auto merge of #120624 - matthiaskrgr:rollup-3gvcl20, r=matthiaskrgrbors-4/+13
2024-02-03Emit a diagnostic for invalid target optionsBen Kimock-8/+14
2024-02-03Rollup merge of #120484 - Teapot4195:issue-120480-fix, r=compiler-errorsMatthias Krüger-4/+13
2024-02-03`Diagnostic` cleanupsNicholas Nethercote-1/+1
2024-01-31Rollup merge of #120495 - clubby789:remove-amdgpu-kernel, r=oli-obkNadrieril-2/+0
2024-01-30Remove `ffi_returns_twice` featureclubby789-4/+0
2024-01-30Remove the `abi_amdgpu_kernel` featureclubby789-2/+0
2024-01-30add missing potential_query_instability for keys and values in hashmapyukang-0/+1
2024-01-29Avoid ICE when is_val_statically_known is not of a supported typeAlex Huang-4/+13
2024-01-27Auto merge of #120062 - davidtwco:llvm-data-layout-check, r=wesleywiserbors-29/+18
2024-01-25Remove unused featuresclubby789-2/+0
2024-01-25Auto merge of #119911 - NCGThompson:is-statically-known, r=oli-obkbors-0/+18
2024-01-19Add new intrinsic `is_constant` and optimize `pow`Catherine Flores-0/+18
2024-01-19LLVM 18 x86 data layout updateMatthew Maurer-0/+8
2024-01-18llvm: simplify data layout checkDavid Wood-29/+18
2024-01-16Add unstable `-Z direct-access-external-data` cmdline flag for `rustc`WANG Rui-10/+15
2024-01-12Revert "Auto merge of #113923 - DianQK:restore-no-builtins-lto, r=pnkfelix"DianQK-4/+12
2024-01-12Revert "Auto merge of #118568 - DianQK:no-builtins-symbols, r=pnkfelix"DianQK-1/+1
2024-01-11coverage: Add enums to accommodate other kinds of coverage mappingsZalathar-25/+39
2024-01-11Change how `force-warn` lint diagnostics are recorded.Nicholas Nethercote-1/+1
2024-01-10Rename consuming chaining methods on `DiagnosticBuilder`.Nicholas Nethercote-3/+3
2024-01-10Rename `{create,emit}_warning` as `{create,emit}_warn`.Nicholas Nethercote-6/+6
2024-01-09Rollup merge of #117744 - quininer:add-z-sync-uw, r=bjorn3Matthias Krüger-4/+6
2024-01-08Use chaining in `DiagnosticBuilder` construction.Nicholas Nethercote-8/+6
2024-01-05Auto merge of #119621 - compiler-errors:rollup-5mxtvuk, r=compiler-errorsbors-6/+6
2024-01-05Rollup merge of #119538 - nnethercote:cleanup-errors-5, r=compiler-errorsMichael Goulet-6/+6