summaryrefslogtreecommitdiff
path: root/gcc/cfghooks.c
AgeCommit message (Expand)Author
2020-05-12preserve EDGE_DFS_BACK across split_edgeRichard Biener
2020-02-25typo fix: Fix probablity, becuse, sucessor and destinarion typos [PR93912]Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-06-27Remove quite obvious dead assignments.Martin Liska
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor
2019-02-22re PR tree-optimization/87609 (miscompilation with restrict and loop)Richard Biener
2019-01-01Update copyright years.Jakub Jelinek
2018-11-13Improve -fprofile-report.Martin Liska
2018-06-08Convert dump and optgroup flags to enumsDavid Malcolm
2018-01-03Update copyright years.Jakub Jelinek
2017-11-20vec.h (debug_helper): New function.Aldy Hernandez
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka
2017-10-13cfghooks.c (verify_flow_info): Disable check that all probabilities are set c...Jan Hubicka
2017-10-13cfghooks.c (verify_flow_info): Check that edge probabilities are set.Jan Hubicka
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-06-26re PR tree-optimization/80928 (SLP vectorization does not handle induction in...Richard Biener
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska
2017-01-01Update copyright years.Jakub Jelinek
2016-08-05tree-cfgcleanup.c (tree_forwarder_block_p): Use bb_loop_header_p.Richard Biener
2016-03-07re PR tree-optimization/69740 (gcc ICE at -O2 and above on valid code on x86_...Richard Biener
2016-02-27RevertJeff Law
2016-02-26re PR tree-optimization/69740 (gcc ICE at -O2 and above on valid code on x86_...Richard Biener
2016-01-04Update copyright years.Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill
2015-04-21cfghooks.h (create_basic_block): Replace with two overloads for RTL and GIMPLE.Richard Biener
2015-02-10cap frequency in make_forwarder_blockTrevor Saunders
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-10-16re PR tree-optimization/63168 (loop header copying fails - not vectorized: la...Richard Biener
2014-09-05cfgloop.c (mark_loop_for_removal): New function.Richard Biener
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener
2014-05-19reg-notes.def (CROSSING_JUMP): Likewise.Richard Sandiford
2014-05-16cfghooks.c (make_forwarder_block): Use direct computation to get fall-through...Dehao Chen
2014-03-14re PR ipa/60518 (ICE: in verify_loop_structure, at cfgloop.c:1647)Richard Biener
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm
2013-12-09Eliminate FOR_EACH_BB_REVERSE macro.David Malcolm
2013-12-09Eliminate last_basic_block macro.David Malcolm