about summary refs log tree commit diff
path: root/tests/codegen/issues
AgeCommit message (Expand)AuthorLines
2024-06-19Give inlining bonuses to things that optimize outScott McMurray-1/+5
2024-06-14Auto merge of #125347 - tesuji:needtests, r=nikicbors-0/+176
2024-06-11Make issue-122805.rs big endian compatibleNikita Popov-9/+12
2024-06-11Fix tests for 32 bits targetsLzu Tao-4/+4
2024-06-09Apply suggestions from code reviewLzu Tao-41/+25
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-05-31Run rustfmt on `tests/codegen/`.Nicholas Nethercote-89/+58
2024-05-28Make more of the test suite run on Mac CatalystMads Marquart-1/+1
2024-04-24Fix tests and blessGary Guo-1/+0
2024-04-24Auto merge of #122053 - erikdesjardins:alloca, r=nikicbors-2/+2
2024-04-22Stabilize generic `NonZero`.Markus Reiter-1/+0
2024-04-12remove alloca type from issue-105386-ub-in-debuginfoErik Desjardins-1/+1
2024-04-11use [N x i8] for alloca typesErik Desjardins-2/+2
2024-04-10Update 122805 test for PR 123185Scott McMurray-10/+29
2024-04-08Limited to little endian targetKai Luo-0/+1
2024-04-07Add the test case for #122805DianQK-0/+35
2024-03-17Update the minimum external LLVM to 17Josh Stone-1/+0
2024-02-27test merging of multiple match branches that access fields of the same offsetErik Desjardins-0/+44
2024-02-26always use gep inbounds i8 (ptradd) for field offsetsErik Desjardins-2/+2
2024-02-26Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obkbors-2/+2
2024-02-25Use generic `NonZero` in tests.Markus Reiter-11/+11
2024-02-25fix use of platform_intrinsics in testsRalf Jung-2/+2
2024-02-23Ignore less tests in debug buildsBen Kimock-12/+0
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-74/+74
2024-01-23Remove uses of no-system-llvmNikita Popov-3/+0
2024-01-06Add assume into `NonZeroIntX::get`AngelicosPhosphoros-0/+83
2023-12-11add more niches to rawvecThe 8472-8/+20
2023-12-04use `assume(idx < self.len())` in `[T]::get_unchecked`bendn-0/+13
2023-11-21Update the minimum external LLVM to 16.Dario Nieuwenhuis-8/+0
2023-09-21adjust how closure/generator types and rvalues are printedRalf Jung-2/+2
2023-09-06Address feedbackDavid Koloski-8/+4
2023-09-06Add regression test for LLVM 17-rc3 miscompileDavid Koloski-0/+50
2023-08-15Cherry-pick test for issue #114312DianQK-0/+27
2023-07-27CHECK only for opaque ptrJosh Stone-14/+14
2023-07-27Update the minimum external LLVM to 15Josh Stone-8/+2
2023-06-11cg_llvm: use index-based loop in write_operand_repeatedlyErik Desjardins-0/+12
2023-06-03Rollup merge of #111878 - ferrocene:pa-codegen-tests, r=Mark-SimulacrumMatthias Krüger-2/+2
2023-05-31Enable ScalarReplacementOfAggregatesBen Kimock-3/+4
2023-05-23codegen: allow the dso_local attributePietro Albini-2/+2
2023-05-22Auto merge of #111634 - marc0246:arc-new-uninit-bloat, r=thomccbors-0/+28
2023-05-16Fix duplicate `arcinner_layout_for_value_layout` callsmarc0246-0/+28