aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgloop.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-2170/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-24Reduce scope of a few 'class loop *loop' variablesThomas Schwinge1-2/+1
2021-11-08Fix spurious valgrind errors in irred loop verificationRichard Biener1-12/+11
2021-08-05cfgloop: Make loops_list support an optional loop_p rootKewen Lin1-0/+66
2021-07-29Use range-based for loops for traversing loopsKewen Lin1-12/+7
2021-06-15Handle multiple latches in irreducible region markRichard Biener1-4/+10
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-09-24add move CTOR to auto_vec, use auto_vec for get_loop_exit_edgesRichard Biener1-2/+2
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-4/+9
2019-11-18Refactor tree-loop-distribution.c for thread safetyGiuliano Belinassi1-0/+13
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-67/+67
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor1-1/+14
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-08-24cfg.h (struct control_flow_graph): Add edge_flags_allocated and bb_flags_allo...Richard Biener1-4/+5
2018-06-26Introduce dump_location_tDavid Malcolm1-6/+6
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-07Add unroll and jam passMichael Matz1-4/+16
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-1/+1
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka1-3/+3
2017-10-13re PR tree-optimization/82451 ([GRAPHITE] codegen error in get_rename_from_scev)Richard Biener1-1/+8
2017-09-25cfgloop.h (sort_sibling_loops): Declare.Richard Biener1-0/+52
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-4/+4
2017-05-14use auto_bitmap moreTrevor Saunders1-3/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-07-29cfgloop.h (struct loop): New field constraints.Bin Cheng1-0/+1
2016-07-26use auto_sbitmap in various placesTrevor Saunders1-6/+2
2016-06-24cfgloop.c (flow_loop_dump): Cast nit to uint64_t and print it using PRIu64 in...Jakub Jelinek1-1/+2
2016-06-24Dump profile-based number of iterationsMartin Liska1-2/+10
2016-06-10re PR tree-optimization/71477 (gcc ICE at -O3 on valid code on x86_64-linux-g...Richard Biener1-0/+1
2016-05-27cfgloop.c (record_niter_bound): Record likely upper bounds.Jan Hubicka1-0/+70
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-26Revert "Improve verification of loop->latch in verify_loop_structure"Tom de Vries1-50/+20
2015-11-25Improve verification of loop->latch in verify_loop_structureTom de Vries1-20/+50
2015-11-24[cfgloop] PR middle-end/68375: Restructure get_loop_body_in_bfs_order to hand...Kyrylo Tkachov1-12/+7
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-3/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-4/+4
2015-10-27cfg.c (free_edge): Add function argument and use it instead of cfun.Richard Biener1-5/+5
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-12/+3
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-09cfgloop.c (get_loop_body_in_bfs_order): Fix assert.Richard Biener1-1/+1
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-1/+0
2015-04-23cfgexpand.c (expand_gimple_stmt_1): Use ops.code.Richard Biener1-0/+10
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+3
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-15re PR middle-end/64246 (ICE building libada for Windows due to NULL loop header)Richard Biener1-1/+2
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-3/+3