]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-ssa-ccp.c
Update libbid according to the latest Intel Decimal Floating-Point Math Library.
[thirdparty/gcc.git] / gcc / tree-ssa-ccp.c
2022-01-17  Martin LiskaRename .c files to .cc files.
2022-01-03  Jakub Jelineki386, fab: Optimize __atomic_{add,sub,and,or,xor}_fetch...
2022-01-03  Jakub JelinekUpdate copyright years.
2021-12-14  liuhongtFix ICE. [PR103682]
2021-11-24  liuhongtEnhance optimize_atomic_bit_test_and to handle truncation.
2021-11-16  H.J. LuAdd a missing return when transforming atomic bit test...
2021-11-15  H.J. LuCheck optab before transforming atomic bit test and...
2021-11-10  liuhongtImprove integer bit test on __atomic_fetch_[or|and...
2021-11-09  Martin JamborIntroduce build_debug_expr_decl
2021-08-31  Jakub Jelinektree-ssa-ccp: Fix up bit_value_binop on RSHIFT_EXPR...
2021-08-26  Roger SayleImproved handling of shifts/rotates in bit CCP.
2021-08-23  Roger SayleImproved handling of division/modulus in bit CCP.
2021-08-17  Roger SayleImproved handling of MINUS_EXPR in bit CCP.
2021-08-17  Roger SayleImproved handling of MULT_EXPR in bit CCP.
2021-08-09  Roger SayleImprove handling of unknown sign bit in CCP.
2021-07-06  Martin SeborImprove warning suppression for inlined functions.
2021-06-25  Martin Sebormiddle-end: add support for per-location warning groups.
2021-05-20  Martin SeborPR middle-end/100684 - spurious -Wnonnull with -O1...
2021-04-26  Richard BienerSimplify {gimplify_and_,}update_call_from_tree API
2021-01-25  Martin SeborPR c++/98646 - spurious -Wnonnull calling a member...
2021-01-12  Alexandre Olivamake FOR_EACH_IMM_USE_STMT safe for early exits
2021-01-04  Jakub JelinekUpdate copyright years.
2020-11-24  Jakub Jelinekmiddle-end, c++: Treat shifts by negative as undefined...
2020-11-12  Jakub Jelinekopenmp: Implement allocate clause in omp lowering.
2020-11-06  Nathan Sidwellcore: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTIN
2020-10-27  Jan HubickaUse EAF_RETURN_ARG in tree-ssa-ccp.c
2020-10-01  Aldy HernandezConvert vr-values to value query class.
2020-08-12  Martin Liskaipa: fix bit CPP when combined with IPA bit CP
2020-06-29  Martin LiskaUse gsi_bb instead of iterator->bb.
2020-06-28  Martin SeborUnderline argument in -Wnonnull and in C++ extend warni...
2020-06-10  Aldy HernandezMerge evrp uses of substitute_and_fold_engine into...
2020-05-27  Eric BotcazouAdd support for __builtin_bswap128
2020-01-07  Jakub Jelinekre PR tree-optimization/93156 (abused nonnull attribute...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-18  Jan Hubickaipa-param-manipulation.h (get_original_index): Declare.
2019-11-20  Jakub Jelinekre PR c/90898 (ICE in insert_clobber_before_stack_resto...
2019-11-12  Martin LiskaRemove gcc/params.* files.
2019-11-12  Martin LiskaApply mechanical replacement (generated patch).
2019-11-05  Martin SeborPR middle-end/92333 - missing variable name referencing...
2019-09-26  Jakub Jelinekfunction.c (gimplify_parameters): Use build_clobber...
2019-09-18  Richard SandifordMake get_value_for_expr check for INTEGER_CSTs
2019-08-21  Richard Bienerre PR tree-optimization/91482 (__builtin_assume_aligned...
2019-08-13  Richard SandifordProtect some checks of DECL_FUNCTION_CODE
2019-08-05  Richard SandifordAdd a gimple_move_vops helper function
2019-07-09  Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-04-30  Jakub Jelinekre PR tree-optimization/89475 (Teach ccp about __builti...
2019-04-15  Richard Bienerre PR ipa/88936 (-fipa-pta breaks bash (incorrect optim...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-10-22  Martin JamborAdd a fun parameter to three stmt_could_throw... functions
2018-10-05  Richard Bienerre PR middle-end/63155 (memory hog)
2018-08-27  Martin LiskaCome up with fndecl_built_in_p.
2018-08-20  David MalcolmAdd support for grouping of related diagnostics (PR...
2018-08-01  Martin SeborPR tree-optimization/86650 - -Warray-bounds missing...
2018-06-08  Martin LiskaRemove MPX
2018-02-05  Martin SeborPR tree-optimization/83369 - Missing diagnostics during...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-20  Richard Sandifordpoly_int: get_addr_base_and_unit_offset
2017-12-07  Richard SandifordMake more use of VECTOR_CST_ENCODED_ELT
2017-11-30  Jakub Jelinekspellcheck-tree.c (test_find_closest_identifier): Use...
2017-11-01  Jeff Lawtree-ssa-ccp.c (ccp_folder): New class derived from...
2017-11-01  Jeff Lawtree-ssa-propagate.h (ssa_prop_visit_stmt_fn): Remove...
2017-10-19  Eric Botcazouasan.c (handle_builtin_alloca): Deal with all alloca...
2017-10-10  Richard SandifordRequire wi::to_wide for trees
2017-10-09  Richard SandifordAllow non-wi <op> wi
2017-09-21  Richard SandifordTighten tree-ssa-ccp.c:get_value_for_expr condition
2017-08-08  Martin Liskatrans.c: Include header files.
2017-05-26  Richard Bienerre PR tree-optimization/80842 (ICE at -O3 on x86_64...
2017-05-16  Martin LiskaAdd default value for last argument of dump functions.
2017-05-10  Peter Bergnertree-cfg.c (gimple_seq_unreachable_p): New function.
2017-03-28  Richard Bienerre PR ipa/78644 (ICE: SIGSEGV in is_gimple_reg_type...
2017-03-27  Richard Bienerre PR tree-optimization/80181 (ICE in set_lattice_value...
2017-03-03  Jakub Jelinekre PR middle-end/79805 (ICE (verify_flow_info failed...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-12-21  Jakub Jelinekre PR bootstrap/78817 (stage2 bootstrap failure in...
2016-12-16  Jakub Jelinekre PR c/78408 (C loop initial declarations generate...
2016-11-28  Richard Bienerre PR tree-optimization/78542 (wrong code at -Og result...
2016-11-18  Richard SandifordAdd SET_DECL_MODE
2016-10-18  Richard Bienertree-ssa-propagate.h (substitute_and_fold): Adjust...
2016-10-17  Kugan VivekanandarajahSet nonnull attribute to ptr_info_def based on VRP
2016-10-07  Richard Bienertree-ssa-propagate.c (replace_phi_args_in): Remove...
2016-10-06  Martin LiskaFix warnings for make profiledbootstrap (PR bootstrap...
2016-09-16  Jason MerrillAdd inline functions for various bitwise operations.
2016-09-15  Kugan VivekanandarajahIterator to visit SSA
2016-08-26  Prathamesh KulkarniPatch for performing interprocedural bitwise constant...
2016-08-06  Prathamesh Kulkarnitree-ssa-ccp.c (extend_mask): New param sgn.
2016-05-03  Richard Bienergimplify.h (get_initialized_tmp_var): Add allow_ssa...
2016-05-03  Jakub Jelinekre PR target/49244 (__sync or __atomic builtins will...
2016-05-02  Richard SandifordSupport << and >> for offset_int and widest_int
2016-04-18  Michael Matztree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
2016-01-04  Jakub JelinekUpdate copyright years.
2015-11-17  Tom de VriesClear LOOP_CLOSED_SSA after pass_ccp
2015-11-16  Tom de VriesRemove first_pass_instance from pass_ccp
2015-10-30  Andrew MacLeodalias.c: Remove unused headers.
2015-10-29  Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-21  Richard Bienerre PR tree-optimization/68026 (Regression in GCC-6...
2015-09-20  Trevor Saundersswitch from gimple to gimple*
2015-08-05  Richard Bienerre PR tree-optimization/67055 (Segmentation fault in...
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-07-06  Richard Bienerre PR tree-optimization/66772 (ICE at -O2 and -O3 on...
2015-06-25  Richard Sandifordhash-table.h: Update comments.
next