]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cfgbuild.c
genattrtab.c (write_header): Include hash-set.h...
[thirdparty/gcc.git] / gcc / cfgbuild.c
2015-01-09  Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-10-27  Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-16  Andrew MacLeodfunction.h: Flatten file.
2014-09-11  David MalcolmIntroduce LABEL_REF_LABEL
2014-09-08  David Malcolmcontrol_flow_insn_p takes an insn
2014-08-28  David Malcolminside_basic_block_p requires a const rtx_insn *
2014-08-28  David MalcolmConvert forced_labels from an EXPR_LIST to an INSN_LIST
2014-08-28  David MalcolmConvert nonlocal_goto_handler_labels from an EXPR_LIST...
2014-08-27  David Malcolmrtl_data.x_nonlocal_goto_handler_labels becomes an...
2014-08-27  David MalcolmUse rtx_expr_list for expr_status.x_forced_labels
2014-08-26  David MalcolmRemove BB_HEAD, BB_END, BB_HEADER scaffolding
2014-08-25  David MalcolmAdd rtx_jump_table_data::get_labels method
2014-08-21  David Malcolmcfgbuild.c: Use rtx_insn
2014-08-19  David MalcolmMake tablejump_p accept a rtx_jump_table_data **
2014-08-18  David MalcolmSplit BB_HEAD et al into BB_HEAD/SET_BB_HEAD variants
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-12-09  David MalcolmEliminate FOR_EACH_BB macro.
2013-12-09  David MalcolmEliminate last_basic_block macro.
2013-12-09  David MalcolmEliminate profile_status macro.
2013-11-19  David MalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-09-23  Richard Sandifordrtl.texi (REG_NOTES): Say that int_list can also be...
2013-04-08  Teresa JohnsonFirst phase of unifying the computation of profile...
2013-04-01  Steven Bosscherre PR middle-end/56798 (ICE in patch_jump_insn, at...
2013-03-30  Steven Bosschercfgrtl.c (fixup_reorder_chain): Do not emit barriers...
2013-03-29  Steven Bosschercfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_...
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2012-11-01  Lawrence CrowlThis patch normalizes more bitmap function names.
2012-10-30  Lawrence CrowlThis patch implements the unification of the *bitmap...
2012-10-16  Easwaran Raman[multiple changes]
2012-05-31  Steven Bosscheroutput.h (__gcc_host_wide_int__): Move to hwint.h.
2011-11-08  Aldy HernandezMerge from transactional-memory branch.
2010-11-30  Joseph Myersdiagnostic-core.h: Include bversion.h.
2010-07-08  Manuel López-Ibáñeztoplev.h: Do not include diagnostic-core.h.
2010-05-25  Eric Botcazoufunction.h (struct function): Add can_throw_non_call_ex...
2010-05-22  Steven Bosschercoretypes.h (struct simple_bitmap_def, [...]): New...
2009-09-16  Richard Hendersonre PR middle-end/41360 (Revision 151696 breaks gcc...
2009-09-16  Richard Hendersonre PR middle-end/41360 (Revision 151696 breaks gcc...
2009-09-14  Richard Hendersonbuiltins.c (expand_builtin_synchronize): Use gimple_bui...
2009-09-14  Richard HendersonSquash commit of EH in gimple
2009-09-03  David Daneycfgbuild.c (find_bb_boundaries): Split blocks containin...
2009-09-02  Alexandre Olivainvoke.texi (-fvar-tracking-assignments): New.
2009-04-22  Laurynas Biveiniscfghooks.c (tidy_fallthru_edges): Remove find_basic_blo...
2009-02-20  Jakub JelinekUpdate Copyright years for files modified in 2008 and...
2008-06-01  Richard Sandifordrtl.h (emit_clobber, [...]): Declare.
2008-04-18  Jan Hubickaexcept.c (dw2_size_of_call_site_table, [...]): Use...
2007-08-14  Kaveh R. Ghazialias.c (rtx_equal_for_memref_p): Constify.
2007-07-26  Nick CliftonChange copyright header to refer to version 3 of the...
2007-06-06  Zdenek Dvorakhaifa-sched.c (restore_bb_notes): Clear bb field of...
2007-05-21  Jan Hubickagengtype.c (adjust_field_rtx_def): Use NOTE_KIND instea...
2007-04-19  Eric Botcazoure PR rtl-optimization/29841 (ICE with scheduling and...
2007-01-03  Kazu Hirataalias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
2007-01-02  Kazu HirataRevert:
2007-01-02  Kazu Hirataalias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
2006-05-18  Mike StumpWhitespace fixups
2006-01-11  Kazu Hiratabasic-block.h (control_flow_graph): Change the type...
2005-12-17  Daniel Berlinbasic-block.h: Changed basic block numbering so that...
2005-06-25  Kelley CookUpdate FSF address.
2005-05-26  Kazu Hiratac-common.c, [...]: Fix comment typos.
2005-03-14  Kazu Hirata* cfgbuild.c: Update comments.
2005-03-14  Kazu Hiratabasic-block.h: Update the prototypes of cached_make_edg...
2005-03-11  Zdenek Dvorakbasic-block.h (single_succ_p, [...]): New inline functions.
2005-03-09  Kazu Hiratacfgbuild.c (state, [...]): Move just before make_edges.
2005-03-07  Kazu Hiratacfgbuild.c (find_sub_basic_blocks): Remove.
2005-02-15  Kazu Hiratabasic-block.h: Adjust the prototype for find_basic_blocks.
2005-01-26  Steven Bosscherre PR middle-end/16585 (current_function_has_computed_j...
2005-01-18  Kazu Hiratabasic-block.h, [...]: Update copyright.
2005-01-07  Jakub Jelinekre PR rtl-optimization/18861 (ICE Segmentation fault...
2004-11-29  Steven Bosschercfgcleanup.c (outgoing_edges_match, [...]): Remove...
2004-11-22  Jeff Lawcfg.c (cached_make_edge): Use find_edge rather than...
2004-09-28  Ben Ellistonbackport: basic-block.h: Include vec.h, errors.h.
2004-09-09  Jan Hubickabasic-block.h (guess_outgoing_edge_probabilities):...
2004-09-07  Nathan Sidwellcfganal.c (flow_depth_first_order_compute, [...]):...
2004-08-25  Caroline TiceAdd more details to hot/cold partitioning comments...
2004-08-04  Jan Hubickabasic-block.h (profile_staus): New global variable.
2004-07-09  Jerry Quinnalias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P...
2004-06-17  Jan Hubickacfgbuild.c (make_edges): Do not use label_value_list.
2004-06-14  J"orn Renneckebasic-block.h (could_fall_through): Declare.
2004-06-03  Steven Bosscherbasic-block.c (tail_recursion_label_list): Don't declare.
2004-05-27  Jan Hubicka* cfgbuild.c (control_flow_insn_p): Notice noreturn...
2004-05-13  Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-04-09  Caroline Ticebasic-block.h (struct edge_def): Add new field, crossin...
2004-02-27  Kazu Hiratabb-reorder.c, [...]: Update copyright.
2004-02-25  Jan Hubickabasic-block.h (make_eh_edge, [...]): Declare.
2003-12-11  Steven Bosscherbasic-block.h (BLOCK_HEAD, BLOCK_END): Remove.
2003-09-02  Josef Zlomekcfgbuild.c (compute_outgoing_frequencies): Use NOTE...
2003-08-19  Kazu Hiratabuiltins.c: Fix comment typos.
2003-06-22  Andreas Jaegercaller-save.c: Convert to ISO C90.
2003-06-13  Richard Hendersoncfgbuild.c (make_edges): Set ABNORMAL with SIBCALL.
2003-06-07  Richard Hendersonbasic-block.h (EDGE_SIBCALL): New.
2003-04-24  Jan Hubickare PR c/10308 ([x86] ICE with -O -fgcse or -O2)
2003-03-30  Richard Hendersoncfgbuild.c (make_edges): Use tablejump_p.
2003-03-15  Roger Saylec-cppbuiltin.c (builtin_define_with_value_n): Fix white...
2003-02-06  Jan Hubickai386.c (x86_inter_unit_moves): New variable.
2003-01-18  Kazu Hirataalias.c: Fix comment typos.
2003-01-09  Josef ZlomekMakefile.in (optabs.o): Add dependency on basic-block.h.
2002-12-16  Zack WeinbergMerge basic-improvements-branch to trunk
2002-10-11  Jan Hubickare PR c/7344 (performance regression on huge case state...
2002-08-05  Geoffrey KeatingIndex: ChangeLog
2002-07-19  Zack Weinbergrtl.def (CODE_LABEL): Remove slot 8.
next