Daily bump.

This commit is contained in:
GCC Administrator 2021-12-22 00:16:30 +00:00
parent 7c6ae994fb
commit aa17859b68
6 changed files with 80 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2021-12-21 Iain Buclaw <ibuclaw@gdcproject.org>
* configure: Regenerate.
2021-12-21 Martin Liska <mliska@suse.cz>
* config.sub: Change mode back to 755.
2021-12-17 Martin Liska <mliska@suse.cz>
* config.sub: Sync from master.

View File

@ -1,3 +1,8 @@
2021-12-21 Iain Buclaw <ibuclaw@gdcproject.org>
PR d/103528
* acx.m4 (ACX_PROG_GDC): Add check whether D compiler works.
2021-12-16 H.J. Lu <hjl.tools@gmail.com>
Revert:

View File

@ -1,3 +1,45 @@
2021-12-21 Jiang Haochen <haochen.jiang@intel.com>
* config/i386/bmiintrin.h (_tzcnt_u16): New intrinsic.
(_andn_u32): Ditto.
(_andn_u64): Ditto.
2021-12-21 Xionghu Luo <luoxhu@linux.ibm.com>
* tree-ssa-loop-im.c (bb_colder_than_loop_preheader): New
function.
(get_coldest_out_loop): New function.
(determine_max_movement): Use get_coldest_out_loop.
(move_computations_worker): Adjust and fix iteration udpate.
(class ref_in_loop_hot_body): New functor.
(ref_in_loop_hot_body::operator): New.
(can_sm_ref_p): Use for_all_locs_in_loop.
(fill_coldest_and_hotter_out_loop): New.
(tree_ssa_lim_finalize): Free coldest_outermost_loop and
hotter_than_inner_loop.
(loop_invariant_motion_in_fun): Call fill_coldest_and_hotter_out_loop.
2021-12-21 Xionghu Luo <luoxhu@linux.ibm.com>
* tree-ssa-loop-split.c (split_loop): Fix incorrect
profile_count and probability.
(do_split_loop_on_cond): Likewise.
2021-12-21 Xionghu Luo <luoxhu@linux.ibm.com>
PR middle-end/103270
* predict.c (predict_extra_loop_exits): Add loop parameter.
(predict_loops): Call with loop argument.
2021-12-21 Xionghu Luo <luoxhu@linux.ibm.com>
* config/rs6000/altivec.md (altivec_vaddu<VI_char>s): Replace
UNSPEC_VADDU with us_plus.
(altivec_vadds<VI_char>s): Replace UNSPEC_VADDS with ss_plus.
(altivec_vsubu<VI_char>s): Replace UNSPEC_VSUBU with us_minus.
(altivec_vsubs<VI_char>s): Replace UNSPEC_VSUBS with ss_minus.
(altivec_abss_<mode>): Likewise.
2021-12-20 Uroš Bizjak <ubizjak@gmail.com>
PR target/103772

View File

@ -1 +1 @@
20211221
20211222

View File

@ -1,3 +1,23 @@
2021-12-21 Jiang Haochen <haochen.jiang@intel.com>
* gcc.target/i386/bmi-1.c: Add test for new intrinsic.
* gcc.target/i386/bmi-2.c: Ditto.
* gcc.target/i386/bmi-3.c: Ditto.
2021-12-21 Xionghu Luo <luoxhu@linux.ibm.com>
* gcc.dg/tree-ssa/recip-3.c: Adjust.
* gcc.dg/tree-ssa/ssa-lim-19.c: New test.
* gcc.dg/tree-ssa/ssa-lim-20.c: New test.
* gcc.dg/tree-ssa/ssa-lim-21.c: New test.
* gcc.dg/tree-ssa/ssa-lim-22.c: New test.
* gcc.dg/tree-ssa/ssa-lim-23.c: New test.
2021-12-21 Xionghu Luo <luoxhu@linux.ibm.com>
PR middle-end/103270
* gcc.dg/pr103270.c: New test.
2021-12-20 Patrick Palka <ppalka@redhat.com>
* g++.dg/lookup/memfn1.C: New test.

View File

@ -1,3 +1,7 @@
2021-12-21 Iain Buclaw <ibuclaw@gdcproject.org>
* configure.tgt: Add power*-*-freebsd* as a supported target.
2021-12-20 Iain Buclaw <ibuclaw@gdcproject.org>
* libdruntime/MERGE: Merge upstream druntime fd9a4544.