about summary refs log tree commit diff
path: root/tests/codegen
AgeCommit message (Expand)AuthorLines
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-31706/+0
2025-07-22Rename `tests/assembly` into `tests/assembly-llvm`Guillaume Gomez-1/+1
2025-07-22Rollup merge of #144080 - jieyouxu:realign, r=BoxyUwU许杰友 Jieyou Xu (Joe)-31/+40
2025-07-22Rollup merge of #142097 - ZuseZ4:offload-host1, r=oli-obk许杰友 Jieyou Xu (Joe)-0/+80
2025-07-20Ban projecting into SIMD types [MCP838]Scott McMurray-31/+0
2025-07-20So many test updates x_xScott McMurray-515/+132
2025-07-19Split repeat-operand codegen testScott McMurray-11/+28
2025-07-19Allow `Rvalue::Repeat` to return true in `rvalue_creates_operand` tooScott McMurray-0/+39
2025-07-19Auto merge of #143784 - scottmcm:enums-again-new-ex2, r=dianqkbors-10/+539
2025-07-18add gpu offload codegen host side testManuel Drehwald-0/+80
2025-07-19Mitigate `#[align]` name resolution ambiguity regression with a renameJieyou Xu-31/+40
2025-07-18Rollup merge of #143293 - folkertdev:naked-function-kcfi, r=compiler-errorsMatthias Krüger-0/+47
2025-07-17Rollup merge of #143880 - Enselic:fn-parameters-on-different-lines-debuginfo,...Matthias Krüger-0/+22
2025-07-16add `codegen_instance_attrs` queryFolkert de Vries-6/+6
2025-07-16fix `-Zsanitizer=kcfi` on `#[naked]` functionsFolkert de Vries-0/+47
2025-07-14tests: Test line debuginfo for linebreaked function parametersMartin Nordholts-0/+22
2025-07-12Simplify codegen for niche-encoded variant testsScott McMurray-35/+26
2025-07-11More discriminant codegen testsScott McMurray-0/+538
2025-07-11Rollup merge of #143718 - scottmcm:ub-transmute-is-ub, r=WaffleLapkinMatthias Krüger-17/+20
2025-07-10Add `BuilderMethods::unreachable_nonterminator`Scott McMurray-21/+20
2025-07-10Auto merge of #143721 - tgross35:rollup-sjdfp6r, r=tgross35bors-1/+1
2025-07-10Rollup merge of #143270 - TimNN:fix-enum-match, r=nikicTrevor Gross-1/+1
2025-07-10Auto merge of #143696 - oli-obk:constable-type-id2, r=RalfJungbors-3/+3
2025-07-09Make UB transmutes really UB in LLVMScott McMurray-9/+13
2025-07-09Auto merge of #143502 - scottmcm:aggregate-simd, r=oli-obkbors-9/+135
2025-07-09Add opaque TypeId handles for CTFEOli Scherer-3/+3
2025-07-07Let `rvalue_creates_operand` return true for *all* `Rvalue::Aggregate`sScott McMurray-9/+135
2025-07-06Skip `align` tests on wasmJules Bertholet-0/+4
2025-07-06Add FIXME for gen et alJules Bertholet-0/+1
2025-07-06Test `async fn`Jules Bertholet-0/+7
2025-07-06Support `#[align(…)]` on fns in `extern` blocksJules Bertholet-0/+14
2025-07-04Rollup merge of #143410 - scottmcm:redo-transmute-again, r=RalfJung,workingju...Jubilee-49/+27
2025-07-04Address PR feedbackScott McMurray-7/+7
2025-07-03Allow all MIR `Aggregate`s to take the operand path (if layout permits)Scott McMurray-8/+223
2025-07-03Block SIMD in transmute_immediate; delete `OperandValueKind`Scott McMurray-42/+20
2025-07-02Rollup merge of #143194 - folkertdev:fix-single-element-simd-bitcast, r=worki...Matthias Krüger-10/+45
2025-07-01Remove support for dyn*Michael Goulet-9/+0
2025-07-01tests/codegen/enum/enum-match.rs: accept negative range attributeTim Neumann-1/+1
2025-06-30fix bitcast of single-element SIMD vectorsFolkert de Vries-10/+45
2025-06-29inherit `#[align]` from trait method prototypesFolkert de Vries-17/+65
2025-06-24Rollup merge of #142768 - scottmcm:avoid-unneeded-bitcast, r=WaffleLapkinJubilee-0/+45
2025-06-24Error on invalid signatures for interrupt ABIsFolkert de Vries-4/+2
2025-06-23fix `-Zmin-function-alignment` without attributesFolkert de Vries-4/+6
2025-06-22Auto merge of #142508 - Mark-Simulacrum:skip-noop-drop-glue, r=fee1-deadbors-5/+9
2025-06-22Fix tests to drop now-skipped codegenMark Rousskov-5/+9
2025-06-21remove asm_goto feature annotation, for it is now stabilizedTshepang Mbambo-1/+0
2025-06-21Rollup merge of #142597 - folkertdev:abi-cannot-be-called, r=workingjubileeMatthias Krüger-8/+14
2025-06-20error on calls to ABIs that cannot be calledFolkert de Vries-8/+14
2025-06-20Rollup merge of #140920 - RalfJung:target-feature-unification, r=nnethercote,...Trevor Gross-5/+35
2025-06-19Avoid a bitcast FFI call in transmutingScott McMurray-0/+45