summaryrefslogtreecommitdiff
path: root/gcc/cfghooks.c
Commit message (Expand)AuthorAgeFilesLines
* preserve EDGE_DFS_BACK across split_edgeRichard Biener2020-08-171-0/+6
* typo fix: Fix probablity, becuse, sucessor and destinarion typos [PR93912]Jakub Jelinek2020-02-251-2/+2
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor2019-07-091-9/+9
* Remove quite obvious dead assignments.Martin Liska2019-06-271-2/+0
* c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor2019-06-051-0/+10
* re PR tree-optimization/87609 (miscompilation with restrict and loop)Richard Biener2019-02-221-3/+4
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Improve -fprofile-report.Martin Liska2018-11-131-8/+30
* Convert dump and optgroup flags to enumsDavid Malcolm2018-06-081-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* vec.h (debug_helper): New function.Aldy Hernandez2017-11-201-0/+8
* asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka2017-11-031-30/+7
* asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka2017-10-191-22/+5
* cfghooks.c (verify_flow_info): Disable check that all probabilities are set c...Jan Hubicka2017-10-131-1/+3
* cfghooks.c (verify_flow_info): Check that edge probabilities are set.Jan Hubicka2017-10-131-0/+8
* asan.c (asan_emit_stack_protection): Update.Jan Hubicka2017-06-291-10/+8
* re PR tree-optimization/80928 (SLP vectorization does not handle induction in...Richard Biener2017-06-261-4/+11
* i386.c (make_resolver_func): Update.Jan Hubicka2017-06-041-23/+18
* Introduce dump_flags_t type and use it instead of int type.Martin Liska2017-05-171-2/+2
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* tree-cfgcleanup.c (tree_forwarder_block_p): Use bb_loop_header_p.Richard Biener2016-08-051-2/+8
* re PR tree-optimization/69740 (gcc ICE at -O2 and above on valid code on x86_...Richard Biener2016-03-071-1/+14
* RevertJeff Law2016-02-271-14/+1
* re PR tree-optimization/69740 (gcc ICE at -O2 and above on valid code on x86_...Richard Biener2016-02-261-1/+14
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-2/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-6/+6
* switch from gimple to gimple*Trevor Saunders2015-09-201-1/+1
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-8/+1
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-2/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-6/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-4/+0
* bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill2015-05-091-1/+1
* cfghooks.h (create_basic_block): Replace with two overloads for RTL and GIMPLE.Richard Biener2015-04-211-6/+31
* cap frequency in make_forwarder_blockTrevor Saunders2015-02-101-0/+3
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+9
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+11
* re PR tree-optimization/63168 (loop header copying fails - not vectorized: la...Richard Biener2014-10-161-0/+5
* cfgloop.c (mark_loop_for_removal): New function.Richard Biener2014-09-051-14/+4
* system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener2014-05-261-1/+1
* reg-notes.def (CROSSING_JUMP): Likewise.Richard Sandiford2014-05-191-1/+1
* cfghooks.c (make_forwarder_block): Use direct computation to get fall-through...Dehao Chen2014-05-161-10/+6
* re PR ipa/60518 (ICE: in verify_loop_structure, at cfgloop.c:1647)Richard Biener2014-03-141-2/+6
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_ALL_BB macro.David Malcolm2013-12-091-2/+2
* Eliminate FOR_EACH_BB_REVERSE macro.David Malcolm2013-12-091-1/+1
* Eliminate last_basic_block macro.David Malcolm2013-12-091-2/+2