aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfghooks.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-19reg-notes.def (CROSSING_JUMP): Likewise.Richard Sandiford1-1/+1
2014-05-16cfghooks.c (make_forwarder_block): Use direct computation to get fall-through...Dehao Chen1-10/+6
2014-03-14re PR ipa/60518 (ICE: in verify_loop_structure, at cfgloop.c:1647)Richard Biener1-2/+6
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm1-2/+2
2013-12-09Eliminate FOR_EACH_BB_REVERSE macro.David Malcolm1-1/+1
2013-12-09Eliminate last_basic_block macro.David Malcolm1-2/+2
2013-12-09Eliminate profile_status macro.David Malcolm1-2/+2
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-1/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-14/+15
2013-11-19Eliminate n_edges macroDavid Malcolm1-1/+1
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-1/+2
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+1
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-05-16cfghooks.c (copy_bbs): Add update_dominance argument.Steve Ellcey1-15/+23
2013-04-30re PR tree-optimization/57122 (ICE in verify_loop_structure, at cfgloop.c:164...Richard Biener1-1/+3