about summary refs log tree commit diff
path: root/tests/codegen
AgeCommit message (Expand)AuthorLines
2024-04-11Rollup merge of #122470 - tgross35:f16-f128-step4-libs-min, r=AmanieuLeón Orell Valerian Liehr-0/+258
2024-04-10Add basic library support for `f16` and `f128`Trevor Gross-0/+258
2024-04-10Auto merge of #123185 - scottmcm:more-typed-copy, r=compiler-errorsbors-37/+60
2024-04-10Update 122805 test for PR 123185Scott McMurray-10/+29
2024-04-10Rollup merge of #123612 - kxxt:riscv-target-abi, r=jieyouxu,nikic,DianQKMatthias Krüger-0/+20
2024-04-09Remove my `scalar_copy_backend_type` optimization attemptScott McMurray-27/+31
2024-04-09Set target-abi module flag for RISC-V targetskxxt-0/+20
2024-04-09Auto merge of #122387 - DianQK:re-enable-early-otherwise-branch, r=cjgillotbors-0/+26
2024-04-08Auto merge of #123645 - matthiaskrgr:rollup-yd8d7f1, r=matthiaskrgrbors-0/+119
2024-04-08Rollup merge of #123564 - scottmcm:step-by-div-zero, r=joboetMatthias Krüger-0/+26
2024-04-08Rollup merge of #122781 - nikic:ppc-abi-fix, r=cuviperMatthias Krüger-0/+93
2024-04-08Auto merge of #120614 - DianQK:simplify-switch-int, r=cjgillotbors-2/+2
2024-04-08Auto merge of #120131 - oli-obk:pattern_types_syntax, r=compiler-errorsbors-0/+23
2024-04-08Actually create ranged int types in the type system.Oli Scherer-0/+23
2024-04-08Add test case for #119014DianQK-0/+26
2024-04-08Transforms match into an assignment statementDianQK-2/+2
2024-04-08Add invariant to VecDeque::pop_* that len < cap if pop successfulPhilippe-Cholet-0/+67
2024-04-08Limited to little endian targetKai Luo-0/+1
2024-04-08Fix argument ABI for overaligned structs on ppc64leNikita Popov-0/+93
2024-04-07Auto merge of #123561 - saethlin:str-unchecked-sub-index, r=scottmcmbors-0/+28
2024-04-07Auto merge of #123555 - DianQK:update-llvm-18, r=cuviperbors-0/+35
2024-04-07Add the test case for #122805DianQK-0/+35
2024-04-06Don't emit divide-by-zero panic paths in `StepBy::len`Scott McMurray-0/+26
2024-04-06Use unchecked_sub in str indexingBen Kimock-0/+28
2024-04-06Put checks that detect UB under their own flag below debug_assertionsBen Kimock-0/+28
2024-04-06Rollup merge of #123525 - maurer:no-id-dyn2, r=compiler-errorsMatthias Krüger-21/+21
2024-04-05CFI: Don't rewrite ty::Dynamic directlyMatthew Maurer-21/+21
2024-04-05Rollup merge of #123487 - rcvalle:rust-cfi-restore-typeid-for-instance, r=com...Guillaume Gomez-2/+2
2024-04-04CFI: Restore typeid_for_instance default behaviorRamon de C Valle-2/+2
2024-04-04Port issue-7349 to a codegen test许杰友 Jieyou Xu (Joe)-0/+33
2024-04-04Auto merge of #123052 - maurer:addr-taken, r=compiler-errorsbors-2/+2
2024-04-03Rollup merge of #122619 - erikdesjardins:cast, r=compiler-errorsMatthias Krüger-6/+302
2024-04-03Auto merge of #122225 - DianQK:nits-120268, r=cjgillotbors-24/+43
2024-04-02Auto merge of #123385 - matthiaskrgr:rollup-v69vjbn, r=matthiaskrgrbors-2/+47
2024-04-02Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwcobors-0/+47
2024-04-02CFI: Switch sense of type erasure flagMatthew Maurer-2/+2
2024-03-30De-LLVM the unchecked shifts [MCP#693]Scott McMurray-2/+47
2024-03-30Auto merge of #122976 - caibear:optimize_reserve_for_push, r=cuviperbors-3/+3
2024-03-29Fix test.Cai Bear-3/+3
2024-03-29Auto merge of #123071 - rcvalle:rust-cfi-fix-method-fn-ptr-cast, r=compiler-e...bors-0/+22
2024-03-29Auto merge of #122671 - Mark-Simulacrum:const-panic-msg, r=Nilstriebbors-1/+1
2024-03-28Restore the test checks for `wider_reduce_into_iter`DianQK-3/+3
2024-03-27CFI: Fix methods as function pointer castRamon de C Valle-0/+22
2024-03-27Rollup merge of #123075 - rcvalle:rust-cfi-fix-drop-drop-in-place, r=compiler...Matthias Krüger-0/+29
2024-03-27CFI: Fix drop and drop_in_placeRamon de C Valle-0/+29
2024-03-25Don't emit load metadata in debug modeclubby789-9/+9
2024-03-23Add+Use `mir::BinOp::Cmp`Scott McMurray-0/+47
2024-03-23Rollup merge of #122875 - maurer:cfi-transparent-termination, r=workingjubileeJubilee-0/+16
2024-03-23Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obkbors-4/+79
2024-03-22CFI: Support self_cell-like recursionMatthew Maurer-0/+16