summaryrefslogtreecommitdiff
path: root/gcc/cfg.c
Commit message (Expand)AuthorAgeFilesLines
* This patch sanitizes the partitioning to address issues such as edge weight i...Teresa Johnson2013-08-311-0/+15
* Follow-on patch to r197595 to complete the replacement of truncating divides ...Teresa Johnson2013-05-021-2/+1
* function.h (loops_for_fn): New inline function.Richard Biener2013-04-301-1/+1
* First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson2013-04-081-0/+1
* Add uniform debug dump function names.Lawrence Crowl2013-03-291-0/+17
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-8/+8
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-2/+2
* Change hash_table to support a comparator type different from the value type ...Lawrence Crowl2012-10-251-5/+7
* Change more non-GTY hash tables to use the new type-safe template hash table.Lawrence Crowl2012-10-091-41/+40
* * cfg.c (dump_bb_info): Print a newline if there were no edges to dump.Steven Bosscher2012-08-291-0/+4
* predict.c (maybe_hot_frequency_p): New parameter fun.Martin Jambor2012-08-241-5/+8
* basic-block.h (struct basic_block): Remove loop_depth member, move flags and ...Richard Guenther2012-08-131-1/+1
* cfg.c (debug_bb): Do not set TDF_BLOCKS.Steven Bosscher2012-08-071-1/+1
* basic-block.h (BB_FLAGS_TO_PRESERVE): New define.Steven Bosscher2012-07-201-22/+52
* fix botched commitSteven Bosscher2012-07-171-1/+0
* dumpfile.h (TDF_COMMENT): New define.Steven Bosscher2012-07-171-50/+113
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-0/+1
* basic-block.h: Re-group most prototypes per file.Steven Bosscher2012-07-081-261/+11
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* re PR tree-optimization/52558 (write introduction incorrect wrt the C++11 mem...Aldy Hernandez2012-05-311-2/+2
* cfg.c (disconnect_src): Do df_mark_solutions_dirty in the right place.Steven Bosscher2012-04-271-1/+1
* bb-reorder: Split EH edges crossing partitions.Richard Henderson2011-07-231-1/+1
* Dump basic_block flags.Richard Henderson2011-07-201-0/+20
* cfg.c (redirect_edge_succ_nodup): Duplicate the varm map before removing the ...Jeff Law2011-03-231-1/+1
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* basic-block.h (alloc_aux_for_block, [...]): Delete.Nathan Froyd2010-08-101-4/+4
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-5/+5
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-4/+4
* cfg.c (alloc_aux_for_block): Remove inline.Rainer Orth2010-02-241-3/+3
* Remove trailing white spaces.H.J. Lu2009-11-251-12/+12
* ira-conflicts.c: Use fputs or putc instead of fprintf where appropriate.Uros Bizjak2009-09-101-17/+17
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* cfg.c (dump_reg_info): Avoid C++ keywords.Kaveh R. Ghazi2008-07-161-7/+7
* [multiple changes]Diego Novillo2008-05-161-10/+14
* cfg.c: Include tree-flow.h.Aldy Hernandez2008-03-051-0/+5
* re PR rtl-optimization/31396 (Inline code performance much worse than out-of-...Jan Hubicka2008-01-161-0/+2
* re PR tree-optimization/34046 (verify_flow_info failed)Eric Botcazou2007-11-141-2/+8
* * cfg.c (dump_cfg_bb_info): Update bb_bitnames to match enum.Alexandre Oliva2007-11-051-1/+3
* typoBasile Starynkevitch2007-09-061-1/+1
* cfg.c (dump_bb_info, dump_edge_info): Added cfun test for Basile Starynkevitch2007-09-061-5/+7
* cfg.c (dump_flow_info): Change to also print entry and exit block info.Kenneth Zadeck2007-08-301-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* c-lex.c (c_lex_with_flags, lex_string): Constify.Kaveh R. Ghazi2007-07-251-6/+6
* cfghooks.c (remove_edge): New function.Zdenek Dvorak2007-07-091-1/+1
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-79/+142
* cfg.c (init_flow): Use type safe memory macros.Thomas Neumann2007-06-051-14/+15
* re PR middle-end/32018 (ICE on optimization)Zdenek Dvorak2007-05-241-36/+83
* loop-unswitch.c (unswitch_loop): Pass probabilities to loopify.Zdenek Dvorak2007-01-031-4/+17