aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgloop.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-10-12wide-int: Allow up to 16320 bits wide_int and change widest_int precision to ...Jakub Jelinek1-4/+7
2023-08-02More profile updating clenaupsJan Hubicka1-0/+1
2023-07-27Fix profile update after RTL unrollingJan Hubicka1-0/+1
2023-07-21Implement flat loop profile detectionJan Hubicka1-0/+1
2023-07-21improfe loop dumpsJan Hubicka1-0/+1
2023-07-21Cleanup expected_loop_iterationsJan Hubicka1-1/+4
2023-02-16don't declare header-defined functions both static and inlinePatrick Palka1-18/+18
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-05-10Replace PTR with 'void *' in compiler.Martin Liska1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-08-05cfgloop: Make loops_list support an optional loop_p rootKewen Lin1-60/+40
2021-07-29Use range-based for loops for traversing loopsKewen Lin1-33/+107
2021-07-20Adjust by-value function vec arguments to by-reference.Martin Sebor1-1/+1
2021-06-17return auto_vec from get_loop_hot_pathTrevor Saunders1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-18Clean up loop-closed PHIs after loop finalizeguojiufu1-1/+1
2020-09-24add move CTOR to auto_vec, use auto_vec for get_loop_exit_edgesRichard Biener1-1/+1
2020-09-18cfgloop.h: Reword comment describing is_exit flagAlex Coplan1-3/+3
2020-04-02c/94392 - only enable -ffinite-loops for C++Richard Biener1-0/+4
2020-03-10loop-iv: make find_simple_exit staticRoman Zhuykov1-1/+0
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-25cfgloop.h (get_loop_exit_edges): Add extra parameter denoting loop body, defa...Richard Biener1-2/+2
2019-11-21cfgloop.h (loop_iterator::~loop_iterator): Remove.Richard Biener1-10/+2
2019-11-18Refactor tree-loop-distribution.c for thread safetyGiuliano Belinassi1-0/+2
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-73/+73
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-5/+10
2019-05-20cfgloop.h (struct loop): Add simdlen member.Jakub Jelinek1-0/+3
2019-03-08re PR target/89578 (5% runtime regression for 481.wrf at -Ofast -flto)Richard Biener1-0/+4
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-06-26Introduce dump_location_tDavid Malcolm1-1/+1
2018-04-13re PR tree-optimization/82965 (gcc.dg/vect/pr79347.c starts failing after r25...Jan Hubicka1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-07Add unroll and jam passMichael Matz1-1/+2
2017-12-06re PR tree-optimization/81945 (ICE in operator[], at vec.h:749)Jakub Jelinek1-1/+1
2017-11-27cfgloop.h (struct loop): Document usage of USHRT_MAX for unroll.Eric Botcazou1-3/+4
2017-11-23generic.texi (ANNOTATE_EXPR): Document 3rd operand.Eric Botcazou1-0/+5
2017-09-25cfgloop.h (sort_sibling_loops): Declare.Richard Biener1-0/+1
2017-08-30[36/77] Use scalar_int_mode in the RTL iv routinesRichard Sandiford1-6/+6
2017-07-05cfgloop.h (struct loop): Add comment.Bin Cheng1-1/+12
2017-03-14alias.c (struct alias_set_entry): Pack properly.Richard Biener1-18/+18
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-09-22make next/prev nondebug_insn take rtx_insn *Trevor Saunders1-1/+1
2016-07-29cfgloop.h (struct loop): New field constraints.Bin Cheng1-0/+49
2016-06-24Dump profile-based number of iterationsMartin Liska1-3/+4
2016-05-27cfgloop.c (record_niter_bound): Record likely upper bounds.Jan Hubicka1-0/+5
2016-05-20cfgloop.h (expected_loop_iterations_unbounded, [...]): Unconstify.Jan Hubicka1-2/+2
2016-03-07re PR tree-optimization/69740 (gcc ICE at -O2 and above on valid code on x86_...Richard Biener1-10/+22
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-26Revert "Improve verification of loop->latch in verify_loop_structure"Tom de Vries1-1/+0