| Commit message (Expand) | Author | Age | Files | Lines |
* | asan.c (create_cond_insert_point): Maintain profile. | Jan Hubicka | 2017-11-03 | 1 | -27/+4 |
* | asan.c (create_cond_insert_point): Do not update edge count. | Jan Hubicka | 2017-10-19 | 1 | -16/+4 |
* | re PR tree-optimization/81463 (ICE in scale_loop_profile at gcc/cfgloopmanip.... | Jan Hubicka | 2017-07-18 | 1 | -1/+1 |
* | cfgloopmanip.c (scale_loop_profile): Avoid use of REG_BR_PROB_BASE fixpoint a... | Jan Hubicka | 2017-07-16 | 1 | -2/+2 |
* | cfgloop.h (struct loop): Add comment. | Bin Cheng | 2017-07-05 | 1 | -1/+2 |
* | cfg.c (scale_bbs_frequencies): New function. | Jan Hubicka | 2017-07-01 | 1 | -28/+30 |
* | asan.c (asan_emit_stack_protection): Update. | Jan Hubicka | 2017-06-29 | 1 | -49/+18 |
* | i386.c (make_resolver_func): Update. | Jan Hubicka | 2017-06-04 | 1 | -19/+25 |
* | loop.texi (Loop manipulation): Remove nonexistent tree_ssa_loop_version from ... | Aldy Hernandez | 2017-02-21 | 1 | -1/+4 |
* | re PR tree-optimization/79347 (vect_do_peeling is messing up profile) | Jan Hubicka | 2017-02-05 | 1 | -5/+9 |
* | Update copyright years. | Jakub Jelinek | 2017-01-01 | 1 | -1/+1 |
* | re PR tree-optimization/71595 (ICE on valid code at -O2 and -O3 on x86_64-lin... | Richard Biener | 2016-11-24 | 1 | -10/+14 |
* | re PR rtl-optimization/68212 (Loop unroller breaks basic block frequencies) | Pat Haugen | 2016-10-14 | 1 | -1/+4 |
* | re PR tree-optimization/72772 (Missed SCEV after pass reordering@236440) | Richard Biener | 2016-08-11 | 1 | -4/+9 |
* | cfgloop.h (struct loop): New field constraints. | Bin Cheng | 2016-07-29 | 1 | -0/+1 |
* | use auto_sbitmap in various places | Trevor Saunders | 2016-07-26 | 1 | -10/+3 |
* | cfgloop.c (record_niter_bound): Record likely upper bounds. | Jan Hubicka | 2016-05-27 | 1 | -0/+3 |
* | tree-ssanames.c (release_free_names_and_compact_live_names): Replace "the the... | Jakub Jelinek | 2016-01-23 | 1 | -1/+1 |
* | Update copyright years. | Jakub Jelinek | 2016-01-04 | 1 | -1/+1 |
* | Add in_oacc_kernels_region in struct loop | Tom de Vries | 2015-11-17 | 1 | -0/+1 |
* | alias.c: Remove unused headers. | Andrew MacLeod | 2015-10-30 | 1 | -2/+0 |
* | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 2015-10-29 | 1 | -2/+2 |
* | Fix double word typos. | Aldy Hernandez | 2015-07-13 | 1 | -1/+1 |
* | gimple-predict.h: New file. | Andrew MacLeod | 2015-07-10 | 1 | -0/+1 |
* | tree-core.h: Include symtab.h. | Andrew MacLeod | 2015-07-08 | 1 | -12/+3 |
* | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 2015-06-17 | 1 | -2/+0 |
* | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 2015-06-08 | 1 | -4/+0 |
* | coretypes.h: Include machmode.h... | Andrew MacLeod | 2015-06-04 | 1 | -1/+0 |
* | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 2015-01-09 | 1 | -0/+3 |
* | Update copyright years. | Jakub Jelinek | 2015-01-05 | 1 | -1/+1 |
* | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 2014-11-19 | 1 | -2/+2 |
* | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 2014-10-27 | 1 | -0/+11 |
* | re PR middle-end/59561 (warning: iteration 4 invokes undefined behavior) | Jakub Jelinek | 2014-01-25 | 1 | -0/+2 |
* | Update copyright years in gcc/ | Richard Sandiford | 2014-01-02 | 1 | -1/+1 |
* | Eliminate last_basic_block macro. | David Malcolm | 2013-12-09 | 1 | -3/+3 |
* | gimple.h: Remove all includes. | Andrew MacLeod | 2013-11-22 | 1 | -0/+4 |
* | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 2013-11-19 | 1 | -4/+6 |
* | cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and... | Richard Biener | 2013-11-19 | 1 | -4/+2 |
* | Eliminate n_basic_blocks macro | David Malcolm | 2013-11-19 | 1 | -5/+5 |
* | gimplify-be.h: New file. | Andrew MacLeod | 2013-11-14 | 1 | -1/+2 |
* | gimple-walk.h: New File. | Andrew Macleod | 2013-11-13 | 1 | -0/+1 |
* | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 2013-11-12 | 1 | -1/+1 |
* | tree-ssa-loop.h: Remove include files. | Andrew MacLeod | 2013-10-23 | 1 | -1/+1 |
* | tree-ssa.h: Remove all #include's | Andrew MacLeod | 2013-10-23 | 1 | -1/+2 |
* | Re-factor inclusion of tree.h. | Diego Novillo | 2013-10-21 | 1 | -0/+1 |
* | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 2013-09-28 | 1 | -1/+1 |
* | tree-ssa.h: New. | Andrew MacLeod | 2013-09-12 | 1 | -1/+1 |
* | re PR tree-optimization/58326 (ICE in check_loop_closed_ssa_use, at tree-ssa-... | Richard Biener | 2013-09-09 | 1 | -1/+8 |
* | reload.c (find_reloads): Exit loop once we find this operand cannot be reload... | Po-Chun Chang | 2013-07-23 | 1 | -1/+5 |
* | cfghooks.c (copy_bbs): Add update_dominance argument. | Steve Ellcey | 2013-05-16 | 1 | -1/+1 |