aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfg.c
AgeCommit message (Expand)Author
2017-01-24Add "__RTL" to cc1dmalcolm
2017-01-21 PR lto/78407hubicka
2017-01-01 Update copyright years.jakub
2016-10-18Use FOR_ALL_BB_FN in a few more placestschwinge
2016-10-13 * cfg.c (reset_original_copy_tables): New func.amker
2016-09-022016-09-02 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh3492
2016-06-05 * cfg.c (check_bb_profile): Do not report mismatched profiles whenhubicka
2016-01-04 Update copyright years.jakub
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-10-272015-10-27 Richard Biener <rguenther@suse.de>rguenth
2015-09-16Share memory blocks between pool allocatorsmiyuki
2015-07-16Add new object_allocator and clean-up allocator usage.marxin
2015-07-10 * bb-reorder.c: Don't include obstack.h if backend.h is included.amacleod
2015-07-102015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-25gcc/rsandifo
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-01Change use to type-based pool allocator in cfg.c.marxin
2015-05-09 * bitmap.c, c/c-aux-info.c, cfg.c, cfghooks.c, cgraph.c,jason
2015-04-18remove need for store_values_directlytbsaunde
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh3492
2015-01-05 Update copyright years.jakub
2014-10-272014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod
2014-06-24Remove a layer of indirection from hash_tabletbsaunde
2014-05-262014-05-23 Richard Biener <rguenther@suse.de>rguenth
2014-05-17use templates instead of gengtype for typed allocation functionstbsaunde
2014-04-152014-04-15 Teresa Johnson <tejohnson@google.com>tejohnson
2014-01-02Update copyright years in gcc/rsandifo
2013-12-09Eliminate FOR_ALL_BB macro.dmalcolm
2013-12-09Eliminate FOR_EACH_BB macro.dmalcolm
2013-12-09Eliminate last_basic_block macro.dmalcolm
2013-12-09Eliminate BASIC_BLOCK macro.dmalcolm
2013-12-09Eliminate SET_BASIC_BLOCK macro.dmalcolm
2013-12-09Rename profile_status_for_function to profile_status_for_fn.dmalcolm
2013-11-21Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm
2013-11-19Eliminate n_edges macrodmalcolm
2013-11-19Eliminate n_basic_blocks macrodmalcolm
2013-08-31This patch sanitizes the partitioning to address issues such as edgetejohnson
2013-05-02Follow-on patch to r197595 to complete the replacement of truncating dividestejohnson
2013-04-302013-04-30 Richard Biener <rguenther@suse.de>rguenth
2013-04-08First phase of unifying the computation of profile scale factors/probabilitiestejohnson
2013-03-29Add uniform debug dump function names.crowl
2013-01-10Update copyright years in gcc/rsandifo
2012-11-18This patch rewrites the old VEC macro-based interface into a new onednovillo
2012-11-01This patch normalizes more bitmap function names.crowl
2012-10-25Change hash_table to support a comparator type different from thecrowl