]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cfganal.c
Update libbid according to the latest Intel Decimal Floating-Point Math Library.
[thirdparty/gcc.git] / gcc / cfganal.c
2022-01-17  Martin LiskaRename .c files to .cc files.
2022-01-03  Jakub JelinekUpdate copyright years.
2021-11-29  Richard BienerRemove unreachable gcc_unreachable () at the end of...
2021-11-11  Richard BienerRemove find_pdom and find_dom
2021-11-11  Richard BienerApply TLC to control dependence compute
2021-04-23  Richard BienerFirst do add_noreturn_fake_exit_edges in connect_infini...
2021-01-04  Jakub JelinekUpdate copyright years.
2020-07-31  Richard BienerCompute RPO with adjacent SCC members, expose toplevel...
2020-07-20  Richard Bienerremove write-only array in rev_post_order_and_mark_dfs_...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-11-26  Richard Bienerre PR target/92669 (ICE in pre_and_rev_post_order_compu...
2019-11-25  Richard Bienercfganal.c (pre_and_rev_post_order_compute_fn): Use...
2019-11-21  Richard Bienercfgloop.h (loop_iterator::~loop_iterator): Remove.
2019-02-08  Jakub Jelinekcfganal.c (pre_and_rev_post_order_compute_fn): Use...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-08-27  Richard Bienercfganal.h (rev_post_order_and_mark_dfs_back_seme):...
2018-08-24  Richard Bienercfg.h (struct control_flow_graph): Add edge_flags_alloc...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-11-03  Jeff Lawcfganal.c (single_pred_edge_ignoring_loop_edges): New...
2017-10-19  Jan Hubickaasan.c (create_cond_insert_point): Do not update edge...
2017-08-01  Richard Bienertree-ssa-pre.c (print_pre_expr): Handle NULL expr.
2017-06-29  Jan Hubickaasan.c (asan_emit_stack_protection): Update.
2017-05-14  Trevor Saundersmake inverted_post_order_compute() operate on a vec
2017-05-14  Trevor Saundersmake depth_first_search_ds a class
2017-05-14  Trevor Saundersreplace some manual stacks with auto_vec
2017-01-01  Jakub JelinekUpdate copyright years.
2016-07-26  Trevor Saundersuse auto_sbitmap in various places
2016-05-24  Richard Bienerre PR tree-optimization/71253 (ICE during loop distribu...
2016-05-12  Richard Bienerre PR tree-optimization/70986 (ICE on valid code at...
2016-04-28  Segher Boessenkoolsbitmap: Remove popcount
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-20  Jan Hubickare PR tree-optimization/65337 (LTO bootstrap failure...
2015-11-04  Mikhail MaltsevENABLE_CHECKING refactoring: remove remaining occurrences
2015-10-30  Andrew MacLeodalias.c: Remove unused headers.
2015-10-29  Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-13  Tom de VriesCheck no unreachable blocks in inverted_post_order_compute
2015-10-01  Trevor Saundersremove many typedefs
2015-08-31  Michael Matzcfganal.c (pre_and_rev_post_order_compute_fn): Correctl...
2015-07-10  Andrew MacLeodgimple-predict.h: New file.
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04  Andrew MacLeodcoretypes.h: Include machmode.h...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-10-27  Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-12-09  David MalcolmEliminate FOR_ALL_BB macro.
2013-12-09  David MalcolmEliminate FOR_EACH_BB macro.
2013-12-09  David MalcolmEliminate last_basic_block macro.
2013-11-22  Trevor Saundersadd auto_vec
2013-11-19  David MalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19  David MalcolmEliminate n_basic_blocks macro
2013-10-30  Richard Bienerre PR rtl-optimization/57100 (ICE: in pre_and_rev_post_...
2013-10-02  Andrew MacLeodtree-flow.h: Remove some prototypes.
2013-09-30  Richard Sandifordbasic-block.h (edge_list): Prefix member names with...
2013-09-06  Richard Bienercfganal.c (control_dependences::~control_dependences...
2013-09-06  Richard Bienerbasic-block.h (class control_dependences): New.
2013-01-30  Richard Bienersparseset.h (sparseset_bit_p): Use gcc_checking_assert.
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2012-11-18  Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-08  Steven Bosscherre PR tree-optimization/55191 (ICE in compute_antic...
2012-11-01  Lawrence CrowlThis patch normalizes more bitmap function names.
2012-10-31  Steven Bosscherre PR tree-optimization/55018 (CDDCE pass is too aggres...
2012-10-30  Lawrence CrowlThis patch implements the unification of the *bitmap...
2012-08-13  Steven Bosschertree-ssa-pre.c (do_regular_insertion): Add FIXME marker...
2012-07-23  Steven Bosschersbitmap.h (struct int_list): Remove.
2012-07-08  Steven Bosscherbasic-block.h: Re-group most prototypes per file.
2012-03-28  Richard Guentherloop-init.c (loop_optimizer_init): If loops are preserv...
2011-04-10  Mike StumpRemove doubled up words.
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-06-05  Jan Hubickatree-into-ssa.c (insert_phi_nodes): Use bitmap heads...
2010-06-04  Jan Hubickatree-into-ssa.c (mark_block_for_update): Avoid redundan...
2010-05-29  Jan Hubickatree-vrp.c (debug_value_range, [...]): Annotate with...
2010-05-22  Steven Bosschercoretypes.h (struct simple_bitmap_def, [...]): New...
2009-11-25  H.J. LuRemove trailing white spaces.
2009-02-20  Jakub JelinekUpdate Copyright years for files modified in 2008 and...
2008-06-26  Steven Bosschercfganal.c: Include vec.h and vecprim.h.
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-11  Daniel BerlinMerge dataflow branch into mainline
2006-09-12  Jan Hubicka* cfganal.c (compute_dominance_frontiers_1): Don't...
2006-05-18  Mike StumpWhitespace fixups
2006-01-31  Marcin Daleckitree-vrp.c: Use XNEW/XCNEW allocation wrappers.
2005-12-20  Kenneth Zadeckcfganal.c (flow_reverse_top_sort_order_compute): Rename...
2005-12-17  Daniel Berlinbasic-block.h: Changed basic block numbering so that...
2005-07-19  Ben Ellistonbt-load.c (link_btr_uses): Fix uninitialised warnings.
2005-06-25  Kelley CookUpdate FSF address.
2005-06-07  Kazu Hiratasbitmap.h (sbitmap_iterator, [...]): New.
2005-04-21  Nathan Sidwellalias.c (true_dependence): Remove 'abort' from comments.
2005-03-14  Zdenek Dvorakbasic-block.h (BB_VISITED): Removed.
2005-03-11  Zdenek Dvorakbasic-block.h (single_succ_p, [...]): New inline functions.
2005-02-21  Jeff Lawcfganal.c (find_unreachable_blocks): Manually CSE load...
2005-01-23  Kazu Hirata* cfganal.c: Fix a reference to Harvey's paper.
2005-01-22  Kazu Hiratacfganal.c, [...]: Update copyright.
2005-01-19  Daniel Berlincfganal.c (compute_dominance_frontiers_1): Replace...
2004-11-22  Nathan Sidwellbitmap.h (struct bitmap_obstack): New obstack type.
2004-11-10  Jeff Lawcfganal.c (flow_dfs_compute_reverse_execute): Accept...
2004-11-09  Jeff Lawcfg.c (redirect_edge_succ_nodup): Use find_edge rather...
2004-11-04  Nathan Sidwellbitmap.c (bitmap_print): Make bitno unsigned.
next