summaryrefslogtreecommitdiff
path: root/gcc/cfg.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* ggc_free basic blocksJan Hubicka2021-01-021-2/+1
* Free more of CFGJan Hubicka2020-11-251-15/+30
* Add overloaded debug_bb and debug_bb_n with dump flagsXionghu Luo2020-10-261-1/+19
* Simplify CFG copying tablesRichard Biener2020-10-211-91/+23
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor2019-07-091-3/+3
* Make debug(edge) more verbose.Martin Liska2019-06-031-3/+4
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* cfg.h (struct control_flow_graph): Add edge_flags_allocated and bb_flags_allo...Richard Biener2018-08-241-0/+2
* Convert dump and optgroup flags to enumsDavid Malcolm2018-06-081-2/+2
* re PR rtl-optimization/85455 (ICE in verify_loop_structure, at cfgloop.c:1708...Richard Biener2018-04-191-1/+5
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* vec.h (debug_helper): New function.Aldy Hernandez2017-11-201-0/+10
* cfg.c (scale_bbs_frequencies_int, [...]): Remove.Jan Hubicka2017-11-161-42/+0
* asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka2017-11-031-60/+25
* asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka2017-10-191-54/+2
* cfg.c (scale_bbs_frequencies): New function.Jan Hubicka2017-07-011-0/+20
* asan.c (asan_emit_stack_protection): Update.Jan Hubicka2017-06-291-43/+56
* i386.c (make_resolver_func): Update.Jan Hubicka2017-06-041-33/+65
* Simplify usage of some TDF_* flags.Martin Liska2017-05-261-33/+23
* Introduce dump_flags_t type and use it instead of int type.Martin Liska2017-05-171-4/+4
* Add "__RTL" to cc1David Malcolm2017-01-241-0/+9
* re PR lto/78407 (LTO breaks separate overriding of symbol aliases)Jan Hubicka2017-01-211-4/+5
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Use FOR_ALL_BB_FN in a few more placesThomas Schwinge2016-10-181-1/+1
* cfg.c (reset_original_copy_tables): New func.Bin Cheng2016-10-131-0/+12
* cfg.c (free_original_copy_tables): Replace second assignment of bb_copy = NUL...Prathamesh Kulkarni2016-09-021-1/+1
* cfg.c (check_bb_profile): Do not report mismatched profiles when only edges o...Jan Hubicka2016-06-051-13/+24
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-1/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-5/+3
* cfg.c (free_edge): Add function argument and use it instead of cfun.Richard Biener2015-10-271-11/+11
* Share memory blocks between pool allocatorsMikhail Maltsev2015-09-161-1/+1
* Add new object_allocator and clean-up allocator usage.Martin Liska2015-07-161-3/+2
* bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod2015-07-101-2/+1
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-9/+3
* hash-table.h: Update comments.Richard Sandiford2015-06-251-3/+1
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-2/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-8/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-4/+0
* Change use to type-based pool allocator in cfg.c.Martin Liska2015-06-011-10/+7
* bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill2015-05-091-2/+2
* remove need for store_values_directlyTrevor Saunders2015-04-181-7/+8
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+12
* Remove a layer of indirection from hash_tableTrevor Saunders2014-06-241-17/+20