summaryrefslogtreecommitdiff
path: root/gcc/cfghooks.h
AgeCommit message (Expand)Author
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-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...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-01-03Update copyright years.Jakub Jelinek
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska
2017-01-01Update copyright years.Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-04-21cfghooks.h (create_basic_block): Replace with two overloads for RTL and GIMPLE.Richard Biener
2015-01-05Update copyright years.Jakub Jelinek
2014-10-22cfgbuild.h: New.Andrew MacLeod
2014-10-20cfgrtl.h: New.Andrew MacLeod
2014-09-18Add header guard to several header files.Kito Cheng
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-05-16cfghooks.c (copy_bbs): Add update_dominance argument.Steve Ellcey
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-12-04rtl.h (print_insn_with_notes): Remove prototype.Steven Bosscher
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-10-09* basic-block. (profile_record): New struct, moved from passes.c.Steven Bosscher
2012-09-13ipa-pure-const.c (state_from_flags, [...]): Use current_function_name instead...Steven Bosscher
2012-07-17dumpfile.h (TDF_COMMENT): New define.Steven Bosscher
2012-06-17cfglayout.h: Remove.Steven Bosscher
2011-04-07basic-block.h (force_nonfallthru): Move to...Eric Botcazou
2009-11-25Remove trailing white spaces.H.J. Lu
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek
2008-09-01sel-sched.h, [...]: New files.Andrey Belevantsev
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener
2007-09-07tree-flow.h (const_block_stmt_iterator): Remove.Diego Novillo
2007-08-27alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton
2007-07-09cfghooks.c (remove_edge): New function.Zdenek Dvorak
2007-06-11Merge dataflow branch into mainlineDaniel Berlin
2007-02-04cfgloopmanip.c (loop_delete_branch_edge): Removed.Zdenek Dvorak
2006-12-20loop-unswitch.c (unswitch_loop): Update arguments of duplicate_loop_to_header...Zdenek Dvorak
2006-11-25tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak
2006-11-03tree-dump.c (dump_enable_all): Rename local variable ir_type to avoid name co...Steven Bosscher
2006-05-18Whitespace fixupsMike Stump
2005-08-24bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block.Zdenek Dvorak
2005-06-25Update FSF address.Kelley Cook
2005-05-26c-common.c, [...]: Fix comment typos.Kazu Hirata
2005-04-28attribs.c, [...]: Update copyright.Kazu Hirata
2005-04-21lambda.h (lambda_vector_min_nz): Likewise.Nathan Sidwell
2005-04-03cfghooks.c (lv_flush_pending_stmts, [...]): New.Mostafa Hagog
2004-11-22cfg.c (unchecked_make_edge): Call execute_on_growing_pred after making an edge.Kazu Hirata