aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfg.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-24cfg.h (struct control_flow_graph): Add edge_flags_allocated and bb_flags_allo...Richard Biener1-0/+2
2018-06-08Convert dump and optgroup flags to enumsDavid Malcolm1-2/+2
2018-04-19re PR rtl-optimization/85455 (ICE in verify_loop_structure, at cfgloop.c:1708...Richard Biener1-1/+5
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-20vec.h (debug_helper): New function.Aldy Hernandez1-0/+10
2017-11-16cfg.c (scale_bbs_frequencies_int, [...]): Remove.Jan Hubicka1-42/+0
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-60/+25
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka1-54/+2
2017-07-01cfg.c (scale_bbs_frequencies): New function.Jan Hubicka1-0/+20
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-43/+56
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-33/+65
2017-05-26Simplify usage of some TDF_* flags.Martin Liska1-33/+23
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska1-4/+4
2017-01-24Add "__RTL" to cc1David Malcolm1-0/+9
2017-01-21re PR lto/78407 (LTO breaks separate overriding of symbol aliases)Jan Hubicka1-4/+5
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