summaryrefslogtreecommitdiff
path: root/gcc/cfg.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-06-03Make debug(edge) more verbose.Martin Liska
2019-01-01Update copyright years.Jakub Jelinek
2018-08-24cfg.h (struct control_flow_graph): Add edge_flags_allocated and bb_flags_allo...Richard Biener
2018-06-08Convert dump and optgroup flags to enumsDavid Malcolm
2018-04-19re PR rtl-optimization/85455 (ICE in verify_loop_structure, at cfgloop.c:1708...Richard Biener
2018-01-03Update copyright years.Jakub Jelinek
2017-11-20vec.h (debug_helper): New function.Aldy Hernandez
2017-11-16cfg.c (scale_bbs_frequencies_int, [...]): Remove.Jan Hubicka
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka
2017-07-01cfg.c (scale_bbs_frequencies): New function.Jan Hubicka
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka
2017-05-26Simplify usage of some TDF_* flags.Martin Liska
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska
2017-01-24Add "__RTL" to cc1David Malcolm
2017-01-21re PR lto/78407 (LTO breaks separate overriding of symbol aliases)Jan Hubicka
2017-01-01Update copyright years.Jakub Jelinek
2016-10-18Use FOR_ALL_BB_FN in a few more placesThomas Schwinge
2016-10-13cfg.c (reset_original_copy_tables): New func.Bin Cheng
2016-09-02cfg.c (free_original_copy_tables): Replace second assignment of bb_copy = NUL...Prathamesh Kulkarni
2016-06-05cfg.c (check_bb_profile): Do not report mismatched profiles when only edges o...Jan Hubicka
2016-01-04Update copyright years.Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-27cfg.c (free_edge): Add function argument and use it instead of cfun.Richard Biener
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-25hash-table.h: Update comments.Richard Sandiford
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-06-01Change use to type-based pool allocator in cfg.c.Martin Liska
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill
2015-04-18remove need for store_values_directlyTrevor Saunders
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders
2014-04-15cfg.c (dump_bb_info): Fix flags check.Teresa Johnson
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm