aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgloopanal.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-529/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-07-20Adjust by-value function vec arguments to by-reference.Martin Sebor1-1/+1
2021-06-17fix get-loop_hot_path with gcc 4.8.5Trevor Saunders1-1/+1
2021-06-17return auto_vec from get_loop_hot_pathTrevor Saunders1-1/+1
2021-06-15Handle multiple latches in irreducible region markRichard Biener1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-14Fix typo and avoid possible memory leak in average_num_loop_insnsKewen Lin1-1/+4
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-8/+2
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-4/+4
2019-09-30Remove global call sets: cfgloopanal.cRichard Sandiford1-1/+6
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford1-1/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-10/+10
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-04-13re PR tree-optimization/82965 (gcc.dg/vect/pr79347.c starts failing after r25...Jan Hubicka1-10/+34
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-16cfgloopanal.c: Include sreal.hJan Hubicka1-10/+11
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-31/+12
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka1-2/+2
2017-07-01cfg.c (scale_bbs_frequencies): New function.Jan Hubicka1-10/+6
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-1/+1
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-13/+17
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-07-25Handle loops with loop->latch == NULL (PR gcov-profile/71868)Martin Liska1-3/+3
2016-07-12Introduce new param: AVG_LOOP_NITERMartin Liska1-5/+4
2016-06-24Dump profile-based number of iterationsMartin Liska1-2/+9
2016-05-20cfgloop.h (expected_loop_iterations_unbounded, [...]): Unconstify.Jan Hubicka1-10/+25
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-8/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-5/+5
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod1-1/+0
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-9/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-26caller-save.c (init_caller_save): Base temporary register numbers on LAST_VIR...Richard Sandiford1-3/+3
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-0/+17
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+9
2014-10-21cfgloopanal.c (seq_cost): Delete.Zhenqiang Chen1-20/+0
2014-08-21cfgloopanal.c: Use rtx_insnDavid Malcolm1-4/+4
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-12-09Eliminate last_basic_block macro.David Malcolm1-2/+2
2013-12-09Eliminate profile_status macro.David Malcolm1-1/+1