]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-ssa-loop-niter.c
Update libbid according to the latest Intel Decimal Floating-Point Math Library.
[thirdparty/gcc.git] / gcc / tree-ssa-loop-niter.c
2022-01-17  Martin LiskaRename .c files to .cc files.
2022-01-03  Jakub JelinekUpdate copyright years.
2021-12-01  Roger SayleFinal value replacement improvements for until-wrap...
2021-09-22  Jiufu GuoSet bound/cmp/control for until wrap loop.
2021-08-25  Jiufu GuoAnalyze niter for until-wrap condition [PR101145]
2021-07-30  Kewen LinUse range-based for loops for traversing loops
2021-07-20  Martin SeborAdjust by-value function vec arguments to by-reference.
2021-07-16  Richard BienerGet rid of some gimple_expr_type uses
2021-05-26  Aldy HernandezConvert remaining passes to get_range_query.
2021-01-29  Richard Bienertree-optimization/97627 - Avoid computing niters for...
2021-01-04  Jakub Jelinekloop-niter: Recognize popcount idioms even with char...
2021-01-04  Jakub JelinekUpdate copyright years.
2020-10-09  Richard Bienerrandom memory leak fixes
2020-09-24  Richard Bieneradd move CTOR to auto_vec, use auto_vec for get_loop_ex...
2020-08-27  Martin Liskavec: add exact argument for various grow functions.
2020-04-02  Richard Bienerc/94392 - only enable -ffinite-loops for C++
2020-01-16  Andre VieiraPR tree-optimization/92429 do not fold when updating...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-10  Martin LiskaFix typos in 2 functions.
2019-11-25  Richard Bienercfgloop.h (get_loop_exit_edges): Add extra parameter...
2019-11-12  Martin LiskaRemove gcc/params.* files.
2019-11-12  Martin LiskaApply mechanical replacement (generated patch).
2019-10-29  Andre Vieira[vect]PR 88915: Vectorize epilogues when versioning...
2019-07-09  Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-04  Martin LiskaSupport __builtin_expect_with_probability for analysis...
2019-06-13  Feng XuePR tree-optimization/89713 - Assume loop with an exit...
2019-06-05  Richard Bienerre PR middle-end/90726 (exponential behavior on SCEV...
2019-06-04  Marc GlisseSimplify loop size when step=1
2019-01-22  Jakub Jelinekre PR tree-optimization/88044 (gfortran.dg/transfer_int...
2019-01-09  Sandra LoosemorePR other/16615 [1/5]
2019-01-01  Jakub JelinekUpdate copyright years.
2018-11-22  Richard Bienerre PR tree-optimization/88148 (ICE in tree_nop_conversi...
2018-11-15  Bin Chengre PR tree-optimization/84648 (Missed optimization...
2018-11-13  David MalcolmEnsure that dump calls are guarded with dump_enabled_p
2018-10-29  Kugan Vivekanandarajahre PR c++/87469 (ice in record_estimate, at tree-ssa...
2018-10-17  Aldy Hernandezbitmap.c (bitmap_head::dump): New.
2018-08-20  David MalcolmAdd support for grouping of related diagnostics (PR...
2018-07-13  Kugan Vivekanandarajahre PR tree-optimization/86489 (ICE in gimple_phi_arg...
2018-07-06  Kugan Vivekanandarajahtree-ssa-loop-niter.c (number_of_iterations_popcount...
2018-06-26  David MalcolmIntroduce dump_location_t
2018-06-21  Richard Bienerre PR tree-optimization/86232 (ICE in record_estimate...
2018-06-16  Kugan Vivekanandarajahre PR middle-end/82479 (missing popcount builtin detection)
2018-04-09  Richard Bienerre PR tree-optimization/85284 (Loop miscompilation...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-20  Richard Sandifordpoly_int: get_addr_base_and_unit_offset
2017-12-12  Richard Bienerre PR middle-end/81889 (bogus warnings with -Wmaybe...
2017-11-03  Jan Hubickaasan.c (create_cond_insert_point): Maintain profile.
2017-10-11  Richard Bienertree-ssa-loop-niter.c (infer_loop_bounds_from_pointer_a...
2017-10-10  Richard SandifordRequire wi::to_wide for trees
2017-08-24  Bin Chengre PR tree-optimization/81913 (wrong code at -O1)
2017-08-08  Richard Bienerre PR middle-end/81719 (Range-based for loop on short...
2017-07-20  Bin Chengre PR tree-optimization/81388 (Incorrect code generatio...
2017-07-18  Bin Chengre PR middle-end/81408 (Lots of new -Wunsafe-loop-optim...
2017-06-29  Bin Chengre PR tree-optimization/81196 (Number of iterations...
2017-06-19  Richard Bienertree-ssa-loop-niter.h (estimate_numbers_of_iterations...
2017-06-04  Jan Hubickai386.c (make_resolver_func): Update.
2017-04-03  Jonathan WakelyFix numerous typos in comments
2017-03-10  Jakub Jelinekre PR tree-optimization/77975 (Missed optimization...
2017-02-25  Jakub Jelinektree-ssa-loop-niter.c (number_of_iterations_exit):...
2017-02-24  Aldy Hernandeztree-ssa-loop-niter.c (number_of_iterations_exit):...
2017-01-24  Bin Chengre PR tree-optimization/79159 (spurious array-bounds...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-08-16  Bin Chengre PR tree-optimization/72817 (wrong code at -O3 on...
2016-08-09  Bin Chengre PR tree-optimization/72772 (Missed SCEV after pass...
2016-08-09  Bin Chengre PR tree-optimization/72772 (Missed SCEV after pass...
2016-08-02  Bin Chengre PR tree-optimization/34114 (Missed optimization...
2016-07-29  Bin Chengcfgloop.h (struct loop): New field constraints.
2016-07-25  Martin LiskaFix memory leak introduced in r238336
2016-07-22  Bin Chengcommon.opt (funsafe-loop-optimizations): Mark ignore.
2016-07-22  Bin Chengtree-ssa-loop-niter.h (number_of_iterations_exit_assump...
2016-07-21  Bin Chengtree-chrec.c (convert_affine_scev): New parameter.
2016-07-21  Bin Chengtree-ssa-loop-niter.c (number_of_iterations_lt_to_ne...
2016-07-15  Bin Chengtree-scalar-evolution.c (simple_iv_with_niters): New...
2016-07-14  Jan Hubickagimple.h (stmt_can_terminate_bb_p): New function.
2016-07-13  Trevor Saundersuse auto_vec for more local variables
2016-07-05  Jan Hubicka* tree-ssa-loop-niter.c (nowrap_type_p): Use ANY_INTEGR...
2016-06-10  Jan Hubickaprofile.c: Include cfgloop.h.
2016-06-03  Jan Hubickatree-ssa-loop-niter.c (estimate_numbers_of_iterations_l...
2016-05-28  Jan Hubickatree-ssa-loop-niter.c (number_of_iterations_exit):...
2016-05-27  Jan Hubickacfgloop.c (record_niter_bound): Record likely upper...
2016-05-20  Jan Hubickaprefetch-5.c: xfail.
2016-04-21  Bin Chengre PR tree-optimization/70715 (SCEV failed to prove...
2016-04-12  Martin LiskaRevert r234572 (aka PR testsuite/70577)
2016-03-30  Jan Hubickatree-ssa-loop-niter.c (idx_infer_loop_bounds): We can...
2016-03-11  Jakub Jelinekre PR tree-optimization/70177 (ICE in extract_ops_from_...
2016-02-24  Richard Bienerre PR tree-optimization/68963 (O3 vs. O2 discards part...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-01  Bin Chengre PR tree-optimization/68529 (scev failed for while...
2015-10-30  Andrew MacLeodalias.c: Remove unused headers.
2015-10-29  Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-27  Richard Bienercfg.c (free_edge): Add function argument and use it...
2015-09-21  Manuel López-Ibáñez[PR middle-end/60832] Do not convert widest_int to...
2015-09-20  Trevor Saundersswitch from gimple to gimple*
2015-09-17  Bin Chengtree-ssa-loop-niter.c (tree_simplify_using_condition_1...
2015-08-21  Bin Chengtree-ssa-loop-niter.c (simplify_using_initial_condition...
2015-08-19  Trevor Saundersremove more useless typedefs
2015-08-18  Bin Chengtree-ssa-loop-niter.c (refine_value_range_using_guard...
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-26  Bin Chengre PR bootstrap/66638 (profiledbootstrap failure on...
2015-06-23  Bin Chengre PR tree-optimization/66449 (ICE: in build2_stat...
next