summaryrefslogtreecommitdiff
path: root/gcc/cfg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener2014-05-261-4/+4
* use templates instead of gengtype for typed allocation functionsTrevor Saunders2014-05-171-5/+5
* cfg.c (dump_bb_info): Fix flags check.Teresa Johnson2014-04-151-2/+1
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_ALL_BB macro.David Malcolm2013-12-091-2/+2
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-3/+3
* Eliminate last_basic_block macro.David Malcolm2013-12-091-2/+2
* Eliminate BASIC_BLOCK macro.David Malcolm2013-12-091-3/+3
* Eliminate SET_BASIC_BLOCK macro.David Malcolm2013-12-091-5/+5
* Rename profile_status_for_function to profile_status_for_fn.David Malcolm2013-12-091-1/+1
* Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-211-2/+0
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-20/+22
* Eliminate n_edges macroDavid Malcolm2013-11-191-4/+4
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-3/+3
* This patch sanitizes the partitioning to address issues such as edge weight i...Teresa Johnson2013-08-311-0/+15
* Follow-on patch to r197595 to complete the replacement of truncating divides ...Teresa Johnson2013-05-021-2/+1
* function.h (loops_for_fn): New inline function.Richard Biener2013-04-301-1/+1
* First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson2013-04-081-0/+1
* Add uniform debug dump function names.Lawrence Crowl2013-03-291-0/+17
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1