summaryrefslogtreecommitdiff
path: root/gcc/cfg.c
Commit message (Expand)AuthorAgeFilesLines
* Share memory blocks between pool allocatorsmiyuki2015-09-161-1/+1
* Add new object_allocator and clean-up allocator usage.marxin2015-07-161-3/+2
* * bb-reorder.c: Don't include obstack.h if backend.h is included.amacleod2015-07-101-2/+1
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-9/+3
* gcc/rsandifo2015-06-251-3/+1
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-2/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-8/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-4/+0
* Change use to type-based pool allocator in cfg.c.marxin2015-06-011-10/+7
* * bitmap.c, c/c-aux-info.c, cfg.c, cfghooks.c, cgraph.c,jason2015-05-091-2/+2
* remove need for store_values_directlytbsaunde2015-04-181-7/+8
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-0/+10
* Update copyright years.jakub2015-01-051-1/+1
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+12
* Remove a layer of indirection from hash_tabletbsaunde2014-06-241-17/+20
* 2014-05-23 Richard Biener <rguenther@suse.de>rguenth2014-05-261-4/+4
* use templates instead of gengtype for typed allocation functionstbsaunde2014-05-171-5/+5
* 2014-04-15 Teresa Johnson <tejohnson@google.com>tejohnson2014-04-151-2/+1
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Eliminate FOR_ALL_BB macro.dmalcolm2013-12-091-2/+2
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-3/+3
* Eliminate last_basic_block macro.dmalcolm2013-12-091-2/+2
* Eliminate BASIC_BLOCK macro.dmalcolm2013-12-091-3/+3
* Eliminate SET_BASIC_BLOCK macro.dmalcolm2013-12-091-5/+5
* Rename profile_status_for_function to profile_status_for_fn.dmalcolm2013-12-091-1/+1
* Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-211-2/+0
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-20/+22
* Eliminate n_edges macrodmalcolm2013-11-191-4/+4
* 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