summaryrefslogtreecommitdiff
path: root/gcc/cfgloopmanip.c
Commit message (Expand)AuthorAgeFilesLines
* re PR rtl-optimization/68212 (Loop unroller breaks basic block frequencies)Pat Haugen2016-10-141-1/+4
* re PR tree-optimization/72772 (Missed SCEV after pass reordering@236440)Richard Biener2016-08-111-4/+9
* cfgloop.h (struct loop): New field constraints.Bin Cheng2016-07-291-0/+1
* use auto_sbitmap in various placesTrevor Saunders2016-07-261-10/+3
* cfgloop.c (record_niter_bound): Record likely upper bounds.Jan Hubicka2016-05-271-0/+3
* tree-ssanames.c (release_free_names_and_compact_live_names): Replace "the the...Jakub Jelinek2016-01-231-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Add in_oacc_kernels_region in struct loopTom de Vries2015-11-171-0/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-2/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-2/+2
* Fix double word typos.Aldy Hernandez2015-07-131-1/+1
* 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
* 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
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+3
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-2/+2
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+11
* re PR middle-end/59561 (warning: iteration 4 invokes undefined behavior)Jakub Jelinek2014-01-251-0/+2
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate last_basic_block macro.David Malcolm2013-12-091-3/+3
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-0/+4
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-4/+6
* cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener2013-11-191-4/+2
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-5/+5
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-1/+2
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* tree-ssa-loop.h: Remove include files.Andrew MacLeod2013-10-231-1/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+2
* Re-factor inclusion of tree.h.Diego Novillo2013-10-211-0/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-1/+1
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* re PR tree-optimization/58326 (ICE in check_loop_closed_ssa_use, at tree-ssa-...Richard Biener2013-09-091-1/+8
* reload.c (find_reloads): Exit loop once we find this operand cannot be reload...Po-Chun Chang2013-07-231-1/+5
* cfghooks.c (copy_bbs): Add update_dominance argument.Steve Ellcey2013-05-161-1/+1
* function.h (loops_for_fn): New inline function.Richard Biener2013-04-301-6/+6
* tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener2013-04-261-1/+1
* First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson2013-04-081-16/+19
* re PR rtl-optimization/56181 (ICE in verify_loop_structure, at cfgloop.c:1581...Richard Biener2013-02-081-156/+0
* Fix PR56035.Marek Polacek2013-01-251-4/+2
* Fix PR55833.Marek Polacek2013-01-171-5/+13
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* re PR tree-optimization/55569 (ICE: in check_probability, at basic-block.h:94...Jan Hubicka2013-01-091-2/+2
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* re PR middle-end/54838 (ICE: in merge_latch_edges, at cfgloop.c:678 with -ftr...Richard Biener2012-12-181-24/+42
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-18/+18