]> gcc.gnu.org Git - gcc.git/history - gcc/cfg.c
invoke.texi ([Wnarrowing]): Update for non-constants in C++11.
[gcc.git] / gcc / cfg.c
2014-06-24 Trevor SaundersRemove a layer of indirection from hash_table
2014-05-26 Richard Bienersystem.h: Define __STDC_FORMAT_MACROS before including...
2014-05-17 Trevor Saundersuse templates instead of gengtype for typed allocation...
2014-04-15 Teresa Johnsoncfg.c (dump_bb_info): Fix flags check.
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-12-09 David MalcolmEliminate BASIC_BLOCK macro.
2013-12-09 David MalcolmEliminate SET_BASIC_BLOCK macro.
2013-12-09 David MalcolmRename profile_status_for_function to profile_status_fo...
2013-11-21 David MalcolmReword comments that mention ENTRY_BLOCK_PTR and EXIT_B...
2013-11-19 David MalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19 David MalcolmEliminate n_edges macro
2013-11-19 David MalcolmEliminate n_basic_blocks macro
2013-08-31 Teresa JohnsonThis patch sanitizes the partitioning to address issues...
2013-05-02 Teresa JohnsonFollow-on patch to r197595 to complete the replacement...
2013-04-30 Richard Bienerfunction.h (loops_for_fn): New inline function.
2013-04-08 Teresa JohnsonFirst phase of unifying the computation of profile...
2013-03-29 Lawrence CrowlAdd uniform debug dump function names.
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-01 Lawrence CrowlThis patch normalizes more bitmap function names.
2012-10-25 Lawrence CrowlChange hash_table to support a comparator type differen...
2012-10-09 Lawrence CrowlChange more non-GTY hash tables to use the new type...
2012-08-29 Steven Bosscher* cfg.c (dump_bb_info): Print a newline if there were...
2012-08-24 Martin Jamborpredict.c (maybe_hot_frequency_p): New parameter fun.
2012-08-13 Richard Guentherbasic-block.h (struct basic_block): Remove loop_depth...
2012-08-07 Steven Bosschercfg.c (debug_bb): Do not set TDF_BLOCKS.
2012-07-20 Steven Bosscherbasic-block.h (BB_FLAGS_TO_PRESERVE): New define.
2012-07-17 Steven Bosscherfix botched commit
2012-07-17 Steven Bosscherdumpfile.h (TDF_COMMENT): New define.
2012-07-16 Steven Bosschersystem.h (dump_file): Do not define.
2012-07-08 Steven Bosscherbasic-block.h: Re-group most prototypes per file.
2012-05-31 Steven Bosscheroutput.h (__gcc_host_wide_int__): Move to hwint.h.
2012-05-31 Aldy Hernandezre PR tree-optimization/52558 (write introduction incor...
2012-04-27 Steven Bosschercfg.c (disconnect_src): Do df_mark_solutions_dirty...
2011-07-23 Richard Hendersonbb-reorder: Split EH edges crossing partitions.
2011-07-20 Richard HendersonDump basic_block flags.
2011-03-23 Jeff Lawcfg.c (redirect_edge_succ_nodup): Duplicate the varm...
2010-11-30 Joseph Myersdiagnostic-core.h: Include bversion.h.
2010-08-10 Nathan Froydbasic-block.h (alloc_aux_for_block, [...]): Delete.
2010-07-08 Manuel López-Ibáñeztoplev.h: Do not include diagnostic-core.h.
2010-06-08 Laurynas Biveinisutils.c (init_gnat_to_gnu): Use typed GC allocation.
2010-05-29 Jan Hubickatree-vrp.c (debug_value_range, [...]): Annotate with...
2010-02-24 Rainer Orthcfg.c (alloc_aux_for_block): Remove inline.
2009-11-25 H.J. LuRemove trailing white spaces.
2009-09-10 Uros Bizjakira-conflicts.c: Use fputs or putc instead of fprintf...
2009-02-20 Jakub JelinekUpdate Copyright years for files modified in 2008 and... r144370/tags/stack-last-merge
2008-07-16 Kaveh R. Ghazicfg.c (dump_reg_info): Avoid C++ keywords.
2008-05-16 Diego Novillo[multiple changes]
2008-03-05 Aldy Hernandezcfg.c: Include tree-flow.h.
2008-01-16 Jan Hubickare PR rtl-optimization/31396 (Inline code performance...
2007-11-14 Eric Botcazoure PR tree-optimization/34046 (verify_flow_info failed)
2007-11-05 Alexandre Oliva* cfg.c (dump_cfg_bb_info): Update bb_bitnames to match...
2007-09-06 Basile Starynkevitchtypo
2007-09-06 Basile Starynkevitchcfg.c (dump_bb_info, dump_edge_info): Added cfun test for
2007-08-30 Kenneth Zadeckcfg.c (dump_flow_info): Change to also print entry...
2007-07-26 Nick CliftonChange copyright header to refer to version 3 of the...
2007-07-25 Kaveh R. Ghazic-lex.c (c_lex_with_flags, lex_string): Constify.
2007-07-09 Zdenek Dvorakcfghooks.c (remove_edge): New function.
2007-06-11 Daniel BerlinMerge dataflow branch into mainline
2007-06-05 Thomas Neumanncfg.c (init_flow): Use type safe memory macros.
2007-05-24 Zdenek Dvorakre PR middle-end/32018 (ICE on optimization)
2007-01-03 Zdenek Dvorakloop-unswitch.c (unswitch_loop): Pass probabilities...
2006-05-18 Mike StumpWhitespace fixups
2006-02-15 Paolo Bonzinicfg.c (dump_flow_info): Get dump flags as an additional...
2006-01-25 Paolo BonziniMakefile.in (sched-vis.o): Update dependencies.
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-07-29 Kazu Hiratacfg.c, [...]: Fix comment typos.
2005-07-28 Jan Hubickacfg.c (update_bb_profile_for_threading): Use RDIV.
2005-07-16 Jan Hubickacfg.c (update_bb_profile_for_threading): Fix profile...
2005-07-15 Jan Hubickacfg.c (update_bb_profile_for_threading): More diagnostic.
2005-06-27 Jan Hubickabasic-block.h (basic_block_def): Kill rbi.
2005-06-26 Kazu Hiratacfg.c, [...]: Fix comment typos.
2005-06-25 Jan Hubickatree-ssa-phiopt.c (replace_phi_edge_with_variable)...
2005-06-25 Kelley CookUpdate FSF address.
2005-06-16 Jan Hubickabasic-block.h (rtl_bb_info): Break out head_, end_...
2005-06-15 Jan HubickaMakefile.in (cfg.o): Add new dependencies.
2005-06-03 Jan Hubickabasic-block.h (remove_predictions_associated_with_edge...
2005-05-12 Jan Hubickabasic-block.h (FOR_ALL_BB_FN): New macro.
2005-05-03 Richard Henderson* cfg.c (dump_flow_info): Use max_reg_num, not max_regno.
2005-04-21 Nathan Sidwellalias.c (true_dependence): Remove 'abort' from comments.
2005-04-21 Nathan Sidwellvec.h: Update API to separate allocation mechanism...
2005-04-12 Steven BosscherMakefile.in: Add function.h to BASIC_BLOCK_H.
2005-04-03 Mostafa Hagogcfg.c (clear_bb_flags): Don't clear BB_DISABLE_SCHEDULE.
2005-03-18 Jan Hubickabasic-block.h (scale_bbs_frequencies_int, [...]): Declare.
2005-03-14 Kazu Hiratabasic-block.h: Update the prototypes of cached_make_edg...
2005-03-08 Kazu Hirata* cfg.c (rbi_pool): Make it static.
2005-03-02 Kazu Hiratacfg.c (connect_src, [...]): New.
2005-02-22 Kazu Hiratacfg.c (cached_make_edge): Call make_edge if edge cache...
2005-01-15 Roger Sayleharg-reg-set.h (reg_class_names): Prototype global...
2004-12-13 Richard Henderson* cfg.c (dump_flow_info): Don't dump pseudo info after...
2004-11-29 Kazu Hiratacfg.c (flow_obstack): Remove.
2004-11-22 Kazu Hiratacfg.c (unchecked_make_edge): Call execute_on_growing_pr...
2004-11-22 Jeff Lawcfg.c (cached_make_edge): Use find_edge rather than...
2004-11-22 Nathan Sidwellbitmap.h (struct bitmap_obstack): New obstack type.
2004-11-21 Jeff Lawcfg.c (update_bb_profile_for_threading): Do not rescale...
2004-11-20 Kazu Hiratabasic-block.h (edge_def): Add dest_idx.
next
This page took 2.719303 seconds and 107 git commands to generate.