summaryrefslogtreecommitdiff
path: root/gcc/cfg.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate n_basic_blocks macrodmalcolm2013-11-191-3/+3
* This patch sanitizes the partitioning to address issues such as edgetejohnson2013-08-311-0/+15
* Follow-on patch to r197595 to complete the replacement of truncating dividestejohnson2013-05-021-2/+1
* 2013-04-30 Richard Biener <rguenther@suse.de>rguenth2013-04-301-1/+1
* First phase of unifying the computation of profile scale factors/probabilitiestejohnson2013-04-081-0/+1
* Add uniform debug dump function names.crowl2013-03-291-0/+17
* Update copyright years in gcc/rsandifo2013-01-101-3/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-8/+8
* This patch normalizes more bitmap function names.crowl2012-11-011-2/+2
* Change hash_table to support a comparator type different from thecrowl2012-10-251-5/+7
* Change more non-GTY hash tables to use the new type-safe template hash table.crowl2012-10-091-41/+40
* * cfg.c (dump_bb_info): Print a newline if there were no edges to dump.steven2012-08-291-0/+4
* 2012-08-24 Martin Jambor <mjambor@suse.cz>jamborm2012-08-241-5/+8
* 2012-08-13 Richard Guenther <rguenther@suse.de>rguenth2012-08-131-1/+1
* gcc/steven2012-08-071-1/+1
* gcc/steven2012-07-201-22/+52
* fix botched commitsteven2012-07-171-1/+0
* * dumpfile.h (TDF_COMMENT): New define.steven2012-07-171-50/+113
* gcc/steven2012-07-161-0/+1
* gcc/steven2012-07-081-261/+11
* * output.h (__gcc_host_wide_int__): Move to hwint.h.steven2012-05-311-1/+0
* PR tree-optimization/52558aldyh2012-05-311-2/+2
* * cfg.c (disconnect_src): Do df_mark_solutions_dirty in the rightsteven2012-04-271-1/+1
* bb-reorder: Split EH edges crossing partitions.rth2011-07-231-1/+1
* Dump basic_block flags.rth2011-07-201-0/+20
* * cfg.c (redirect_edge_succ_nodup): Duplicate the varm maplaw2011-03-231-1/+1
* * diagnostic-core.h: Include bversion.h.jsm282010-11-301-1/+0
* * basic-block.h (alloc_aux_for_block, alloc_aux_for_edge): Delete.froydnj2010-08-101-4/+4
* 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2010-07-081-0/+1
* gcc/ada:lauras2010-06-081-5/+5
* * tree-vrp.c (debug_value_range, debug_all_value_ranges,hubicka2010-05-291-4/+4
* * cfg.c (alloc_aux_for_block): Remove inline.ro2010-02-241-3/+3
* Remove trailing white spaces.hjl2009-11-251-12/+12
* * ira-conflicts.c: Use fputs or putc instead of fprintfuros2009-09-101-17/+17
* Update Copyright years for files modified in 2008 and/or 2009.jakub2009-02-201-1/+1
* * cfg.c (dump_reg_info): Avoid C++ keywords.ghazi2008-07-161-7/+7
* 2008-05-16 Nathan Froyd <froydnj@codesourcery.com>dnovillo2008-05-161-10/+14
* * cfg.c: Include tree-flow.h.aldyh2008-03-051-0/+5
* PR rtl-optimization/31396hubicka2008-01-161-0/+2
* PR tree-optimization/34046ebotcazou2007-11-141-2/+8
* * cfg.c (dump_cfg_bb_info): Update bb_bitnames to match enum.aoliva2007-11-051-1/+3
* typobstarynk2007-09-061-1/+1
* cfg.c (dump_bb_info, dump_edge_info): Added cfun test for bstarynk2007-09-061-5/+7
* 2007-08-30 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck2007-08-301-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-4/+3
* * c-lex.c (c_lex_with_flags, lex_string): Constify.ghazi2007-07-251-6/+6
* * cfghooks.c (remove_edge): New function.rakdver2007-07-091-1/+1
* Merge dataflow branch into mainlinedberlin2007-06-111-79/+142
* * cfg.c (init_flow): Use type safe memory macros.tneumann2007-06-051-14/+15
* PR middle-end/32018rakdver2007-05-241-36/+83