about summary refs log tree commit diff
path: root/tests/codegen/issues
AgeCommit message (Expand)AuthorLines
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
2023-05-12Stop checking for the absense of something that doesn't existScott McMurray-6/+24
2023-04-28fix codegen testThe 8472-3/+6
2023-04-27bless testsThe 8472-21/+9
2023-04-12Auto merge of #109895 - nikic:llvm-16-tests, r=cuviperbors-0/+118
2023-04-11Make test compatible with 32-bitNikita Popov-1/+1
2023-04-11Add ignore-debug to two testsNikita Popov-0/+2
2023-04-03Add codegen tests for issues fixed by LLVM 16Nikita Popov-0/+116
2023-04-03make 32bit ignore more accuratePietro Albini-5/+1
2023-03-23A MIR transform that checks pointers are alignedBen Kimock-0/+1
2023-03-20Also move the auxiliary fileScott McMurray-0/+13
2023-03-20mv tests/codegen/issue-* tests/codegen/issues/Scott McMurray-0/+1061
2023-03-12Add a codegen test to confirm this fixes 73258Scott McMurray-0/+38
2023-03-12Add a codegen test to confirm this fixes 106369Scott McMurray-0/+15