aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfghooks.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-23Support slim switch for cfg graph dumpXinliang David Li1-1/+2
2013-04-23Display profile info in graph cfg dumpXinliang David Li1-0/+5
2013-03-29Add uniform debug dump function names.Lawrence Crowl1-0/+16
2013-02-18re PR tree-optimization/56350 (ICE in vectorizable_reduction, at tree-vect-lo...Richard Biener1-1/+6
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-12-20re PR rtl-optimization/55740 (ICE in verify_loop_structure, at cfgloop.c:1582...Richard Biener1-3/+15
2012-12-04rtl.h (print_insn_with_notes): Remove prototype.Steven Bosscher1-0/+16
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-5/+6
2012-11-06* cfghooks.c (copy_bbs): Handle a null loop_father.Aldy Hernandez1-6/+9
2012-10-09* basic-block. (profile_record): New struct, moved from passes.c.Steven Bosscher1-0/+54
2012-09-13ipa-pure-const.c (state_from_flags, [...]): Use current_function_name instead...Steven Bosscher1-0/+18
2012-08-13basic-block.h (struct basic_block): Remove loop_depth member, move flags and ...Richard Guenther1-2/+0