aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfg.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-5/+5
2014-04-15cfg.c (dump_bb_info): Fix flags check.Teresa Johnson1-2/+1
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 macro.David Malcolm1-3/+3
2013-12-09Eliminate last_basic_block macro.David Malcolm1-2/+2
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-3/+3
2013-12-09Eliminate SET_BASIC_BLOCK macro.David Malcolm1-5/+5
2013-12-09Rename profile_status_for_function to profile_status_for_fn.David Malcolm1-1/+1
2013-11-21Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-2/+0
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-20/+22
2013-11-19Eliminate n_edges macroDavid Malcolm1-4/+4
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-3/+3
2013-08-31This patch sanitizes the partitioning to address issues such as edge weight i...Teresa Johnson1-0/+15
2013-05-02Follow-on patch to r197595 to complete the replacement of truncating divides ...Teresa Johnson1-2/+1
2013-04-30function.h (loops_for_fn): New inline function.Richard Biener1-1/+1
2013-04-08First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson1-0/+1
2013-03-29Add uniform debug dump function names.Lawrence Crowl1-0/+17
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-8/+8
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-2/+2
2012-10-25Change hash_table to support a comparator type different from the value type ...Lawrence Crowl1-5/+7
2012-10-09Change more non-GTY hash tables to use the new type-safe template hash table.Lawrence Crowl1-41/+40
2012-08-29* cfg.c (dump_bb_info): Print a newline if there were no edges to dump.Steven Bosscher1-0/+4
2012-08-24predict.c (maybe_hot_frequency_p): New parameter fun.Martin Jambor1-5/+8
2012-08-13basic-block.h (struct basic_block): Remove loop_depth member, move flags and ...Richard Guenther1-1/+1
2012-08-07cfg.c (debug_bb): Do not set TDF_BLOCKS.Steven Bosscher1-1/+1
2012-07-20basic-block.h (BB_FLAGS_TO_PRESERVE): New define.Steven Bosscher1-22/+52
2012-07-17fix botched commitSteven Bosscher1-1/+0
2012-07-17dumpfile.h (TDF_COMMENT): New define.Steven Bosscher1-50/+113
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-0/+1
2012-07-08basic-block.h: Re-group most prototypes per file.Steven Bosscher1-261/+11
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-31re PR tree-optimization/52558 (write introduction incorrect wrt the C++11 mem...Aldy Hernandez1-2/+2
2012-04-27cfg.c (disconnect_src): Do df_mark_solutions_dirty in the right place.Steven Bosscher1-1/+1
2011-07-23bb-reorder: Split EH edges crossing partitions.Richard Henderson1-1/+1
2011-07-20Dump basic_block flags.Richard Henderson1-0/+20
2011-03-23cfg.c (redirect_edge_succ_nodup): Duplicate the varm map before removing the ...Jeff Law1-1/+1
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-08-10basic-block.h (alloc_aux_for_block, [...]): Delete.Nathan Froyd1-4/+4
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-5/+5
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-4/+4
2010-02-24cfg.c (alloc_aux_for_block): Remove inline.Rainer Orth1-3/+3
2009-11-25Remove trailing white spaces.H.J. Lu1-12/+12
2009-09-10ira-conflicts.c: Use fputs or putc instead of fprintf where appropriate.Uros Bizjak1-17/+17
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-07-16cfg.c (dump_reg_info): Avoid C++ keywords.Kaveh R. Ghazi1-7/+7
2008-05-16[multiple changes]Diego Novillo1-10/+14
2008-03-05cfg.c: Include tree-flow.h.Aldy Hernandez1-0/+5