aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfg.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-18Use FOR_ALL_BB_FN in a few more placesThomas Schwinge1-1/+1
2016-10-13cfg.c (reset_original_copy_tables): New func.Bin Cheng1-0/+12
2016-09-02cfg.c (free_original_copy_tables): Replace second assignment of bb_copy = NUL...Prathamesh Kulkarni1-1/+1
2016-06-05cfg.c (check_bb_profile): Do not report mismatched profiles when only edges o...Jan Hubicka1-13/+24
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-1/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-5/+3
2015-10-27cfg.c (free_edge): Add function argument and use it instead of cfun.Richard Biener1-11/+11
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev1-1/+1
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska1-3/+2
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod1-2/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-9/+3
2015-06-25hash-table.h: Update comments.Richard Sandiford1-3/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-8/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-06-01Change use to type-based pool allocator in cfg.c.Martin Liska1-10/+7
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill1-2/+2
2015-04-18remove need for store_values_directlyTrevor Saunders1-7/+8
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+12
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-17/+20
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-4/+4
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