summaryrefslogtreecommitdiff
path: root/gcc/cfgloop.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* cfgloop.h (get_loop_exit_edges): Add extra parameter denoting loop body, defa...Richard Biener2019-11-251-4/+9
* Refactor tree-loop-distribution.c for thread safetyGiuliano Belinassi2019-11-181-0/+13
* PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor2019-07-091-67/+67
* c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor2019-06-051-1/+14
* 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-4/+5
* Introduce dump_location_tDavid Malcolm2018-06-261-6/+6
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Add unroll and jam passMichael Matz2017-12-071-4/+16
* asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka2017-11-031-1/+1
* asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka2017-10-191-3/+3
* re PR tree-optimization/82451 ([GRAPHITE] codegen error in get_rename_from_scev)Richard Biener2017-10-131-1/+8
* cfgloop.h (sort_sibling_loops): Declare.Richard Biener2017-09-251-0/+52
* i386.c (make_resolver_func): Update.Jan Hubicka2017-06-041-4/+4
* use auto_bitmap moreTrevor Saunders2017-05-141-3/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* cfgloop.h (struct loop): New field constraints.Bin Cheng2016-07-291-0/+1
* use auto_sbitmap in various placesTrevor Saunders2016-07-261-6/+2
* cfgloop.c (flow_loop_dump): Cast nit to uint64_t and print it using PRIu64 in...Jakub Jelinek2016-06-241-1/+2
* Dump profile-based number of iterationsMartin Liska2016-06-241-2/+10
* re PR tree-optimization/71477 (gcc ICE at -O3 on valid code on x86_64-linux-g...Richard Biener2016-06-101-0/+1
* cfgloop.c (record_niter_bound): Record likely upper bounds.Jan Hubicka2016-05-271-0/+70
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Revert "Improve verification of loop->latch in verify_loop_structure"Tom de Vries2015-11-261-50/+20
* Improve verification of loop->latch in verify_loop_structureTom de Vries2015-11-251-20/+50
* [cfgloop] PR middle-end/68375: Restructure get_loop_body_in_bfs_order to hand...Kyrylo Tkachov2015-11-241-12/+7
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-3/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-4/+4
* cfg.c (free_edge): Add function argument and use it instead of cfun.Richard Biener2015-10-271-5/+5
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-12/+3
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-2/+0
* cfgloop.c (get_loop_body_in_bfs_order): Fix assert.Richard Biener2015-06-091-1/+1
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-4/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-1/+0
* cfgexpand.c (expand_gimple_stmt_1): Use ops.code.Richard Biener2015-04-231-0/+10
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+3
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR middle-end/64246 (ICE building libada for Windows due to NULL loop header)Richard Biener2014-12-151-1/+2
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-3/+3
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+4
* function.h: Flatten file.Andrew MacLeod2014-10-161-1/+6
* move many gc hashtab to hash_tableTrevor Saunders2014-10-121-30/+22
* re PR bootstrap/63204 (gtype-desc.c:887:40: error: 'struct loop' has no membe...Richard Biener2014-09-081-2/+0
* cfgloop.c (mark_loop_for_removal): Record former header when ENABLE_CHECKING.Richard Biener2014-09-051-0/+4
* cfgloop.c (mark_loop_for_removal): New function.Richard Biener2014-09-051-0/+10
* cfgloop.c: Use rtx_insnDavid Malcolm2014-08-211-1/+1
* add a hash_set based on hash_tableTrevor Saunders2014-08-021-9/+9
* use templates instead of gengtype for typed allocation functionsTrevor Saunders2014-05-171-4/+4