aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfghooks.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-1560/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-28Improve -fprofile-reportJan Hubicka1-21/+55
2021-11-01Rename duplicate_loop_to_header_edge to duplicate_loop_body_to_header_edgeXionghu Luo1-15/+12
2021-09-24Verify unallocated edge/BB flags are clearRichard Biener1-0/+13
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-21Separate new_edges compute in copy_bbsRichard Biener1-6/+15
2020-05-12preserve EDGE_DFS_BACK across split_edgeRichard Biener1-0/+6
2020-02-25typo fix: Fix probablity, becuse, sucessor and destinarion typos [PR93912]Jakub Jelinek1-2/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-9/+9
2019-06-27Remove quite obvious dead assignments.Martin Liska1-2/+0
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor1-0/+10
2019-02-22re PR tree-optimization/87609 (miscompilation with restrict and loop)Richard Biener1-3/+4
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-13Improve -fprofile-report.Martin Liska1-8/+30
2018-06-08Convert dump and optgroup flags to enumsDavid Malcolm1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-20vec.h (debug_helper): New function.Aldy Hernandez1-0/+8
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-30/+7
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka1-22/+5
2017-10-13cfghooks.c (verify_flow_info): Disable check that all probabilities are set c...Jan Hubicka1-1/+3
2017-10-13cfghooks.c (verify_flow_info): Check that edge probabilities are set.Jan Hubicka1-0/+8
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-10/+8
2017-06-26re PR tree-optimization/80928 (SLP vectorization does not handle induction in...Richard Biener1-4/+11
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-23/+18
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska1-2/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-08-05tree-cfgcleanup.c (tree_forwarder_block_p): Use bb_loop_header_p.Richard Biener1-2/+8
2016-03-07re PR tree-optimization/69740 (gcc ICE at -O2 and above on valid code on x86_...Richard Biener1-1/+14
2016-02-27RevertJeff Law1-14/+1
2016-02-26re PR tree-optimization/69740 (gcc ICE at -O2 and above on valid code on x86_...Richard Biener1-1/+14
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-2/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-6/+6
2015-09-20switch from gimple to gimple*Trevor Saunders1-1/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-8/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill1-1/+1
2015-04-21cfghooks.h (create_basic_block): Replace with two overloads for RTL and GIMPLE.Richard Biener1-6/+31
2015-02-10cap frequency in make_forwarder_blockTrevor Saunders1-0/+3
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+11
2014-10-16re PR tree-optimization/63168 (loop header copying fails - not vectorized: la...Richard Biener1-0/+5
2014-09-05cfgloop.c (mark_loop_for_removal): New function.Richard Biener1-14/+4
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-1/+1