about summary refs log tree commit diff
path: root/tests/codegen
AgeCommit message (Expand)AuthorLines
2024-06-15Auto merge of #122613 - Zalathar:profiler, r=nnethercotebors-7/+8
2024-06-14Auto merge of #125347 - tesuji:needtests, r=nikicbors-0/+195
2024-06-14Use `-Zno-profiler-runtime` instead of `//@ needs-profiler-support`Zalathar-7/+8
2024-06-12Auto merge of #126319 - workingjubilee:rollup-lendnud, r=workingjubileebors-9/+12
2024-06-12Require any function with a tait in its signature to actually constrain a hid...Oli Scherer-63/+73
2024-06-11Make issue-122805.rs big endian compatibleNikita Popov-9/+12
2024-06-11Fix tests for 32 bits targetsLzu Tao-5/+5
2024-06-09Rollup merge of #125963 - workingjubilee:remove-hashes-from-codegen-tests, r=...许杰友 Jieyou Xu (Joe)-6/+6
2024-06-09Apply suggestions from code reviewLzu Tao-49/+33
2024-06-09add codegen test for #36010Lzu Tao-0/+29
2024-06-09add codegen test for #68667Lzu Tao-0/+17
2024-06-09add codegen test for #74938Lzu Tao-0/+15
2024-06-09add codegen test for #93036Lzu Tao-0/+18
2024-06-09add codegen test for #109328Lzu Tao-0/+17
2024-06-09add codegen test for #110797Lzu Tao-0/+27
2024-06-09Add codegen test for #111508Lzu Tao-0/+22
2024-06-09add codegen test for #112509Lzu Tao-0/+17
2024-06-09add codegen test for #113757Lzu Tao-0/+19
2024-06-09add codegen test for issue-118392, 71096Lzu Tao-0/+11
2024-06-09add codegen test for #120440Lzu Tao-0/+19
2024-06-08simd packed types: update outdated check, extend codegen testRalf Jung-4/+19
2024-06-07Fix codegen testOli Scherer-3/+3
2024-06-06Rollup merge of #125220 - ferrocene:hoverbear/repair-riscv64-codegen-tests, r...Jubilee-15/+33
2024-06-05Repair several riscv64gc-unknown-linux-gnu codegen testsAna Hobden-15/+33
2024-06-05Also support generic constantsOli Scherer-0/+11
2024-06-05Don't walk the bodies of free constants for reachability.Oli Scherer-1/+1
2024-06-05add reachability test for const bodiesOli Scherer-0/+6
2024-06-04Use FileCheck to parameterize codegen tests over hashesJubilee Young-6/+6
2024-06-02Test codegen for repr(packed,simd) -> repr(simd)Jubilee Young-0/+44
2024-06-02Rollup merge of #125311 - calebzulawski:repr-packed-simd-intrinsics, r=workin...Jubilee-0/+44
2024-06-02Test codegen for repr(packed,simd)Jubilee Young-0/+44
2024-06-02Auto merge of #124294 - tspiteri:ilog-first-iter, r=the8472bors-0/+20
2024-05-31Run rustfmt on `tests/codegen/`.Nicholas Nethercote-1334/+1447
2024-05-29Rollup merge of #124655 - Darksonn:fixed-x18, r=lqd,estebankMatthias Krüger-0/+22
2024-05-29Rollup merge of #125226 - madsmtm:fix-mac-catalyst-tests, r=workingjubilee许杰友 Jieyou Xu (Joe)-9/+8
2024-05-29Rollup merge of #124251 - scottmcm:unop-ptr-metadata, r=oli-obk许杰友 Jieyou Xu (Joe)-0/+36
2024-05-28Add an intrinsic for `ptr::metadata`Scott McMurray-0/+36
2024-05-28Auto merge of #122662 - Mark-Simulacrum:optional-drop, r=bjorn3bors-0/+16
2024-05-28Bless codegen testOli Scherer-21/+23
2024-05-28Make more of the test suite run on Mac CatalystMads Marquart-9/+8
2024-05-27Omit non-needs_drop drop_in_place in vtablesMark Rousskov-0/+16
2024-05-23Rollup merge of #125222 - Oneirical:fifth, r=jieyouxuMatthias Krüger-0/+21
2024-05-22rewrite and rename issue-46239Oneirical-0/+21
2024-05-21Auto merge of #125298 - tesuji:arrcmp, r=nikicbors-0/+18
2024-05-21Add codegen test for array comparision optLzu Tao-0/+18
2024-05-20add codegen test for issue 120493Joshua Wong-0/+22
2024-05-18Rollup merge of #125184 - scottmcm:fix-thin-ptr-ice, r=jieyouxuMatthias Krüger-0/+23
2024-05-16Fix ICE in non-operand `aggregate_raw_ptr` instrinsic codegenScott McMurray-0/+23
2024-05-16Fix assertion when attempting to convert `f16` and `f128` with `as`Trevor Gross-3/+393
2024-05-11Unify `Rvalue::Aggregate` paths in cg_ssaScott McMurray-1/+1