Age | Commit message (Expand) | Author | Files | Lines |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-24 | re PR tree-optimization/71595 (ICE on valid code at -O2 and -O3 on x86_64-lin... | Richard Biener | 1 | -2/+2 |
2016-07-26 | use auto_sbitmap in various places | Trevor Saunders | 1 | -8/+2 |
2016-06-16 | pr36648.cc: Disable cunrolli | Jan Hubicka | 1 | -61/+65 |
2016-06-07 | gimple.c: Include builtins.h | Jan Hubicka | 1 | -19/+22 |
2016-06-06 | re PR tree-optimization/71398 (ICE at -O3 in 32-bit and 64-bit mode on x86_64... | Richard Biener | 1 | -10/+10 |
2016-06-01 | re PR tree-optimization/71366 (ICE on valid code at -O3 on x86_64-linux-gnu: ... | Richard Biener | 1 | -52/+46 |
2016-05-30 | invoke.texi (-fpeel-loops,-O3): Update documentation. | Jan Hubicka | 1 | -13/+31 |
2016-05-30 | tree-ssa-loop-ivcanon.c (try_peel_loop): Correctly set wont_exit for peeled c... | Jan Hubicka | 1 | -11/+57 |
2016-05-30 | predict.h (force_edge_cold): Declare. | Jan Hubicka | 1 | -5/+24 |
2016-05-27 | cfgloop.c (record_niter_bound): Record likely upper bounds. | Jan Hubicka | 1 | -0/+8 |
2016-05-13 | [obvious] Typo fix in tree-ssa-loop-ivanon.c | Kyrylo Tkachov | 1 | -1/+1 |
2016-05-13 | [obvious] Fix param name in dump file | Kyrylo Tkachov | 1 | -1/+1 |
2016-03-29 | tree-ssa-loop-ivcanon.c (try_peel_loop): Change type of peel to HOST_WIDE_INT. | Jan Hubicka | 1 | -4/+4 |
2016-03-21 | re PR tree-optimization/70288 (ICE with -O1 -fno-tree-dominator-opts) | Richard Biener | 1 | -2/+8 |
2016-03-07 | re PR tree-optimization/70115 (gcc ICE at -O2 (seg fault) and above on valid ... | Richard Biener | 1 | -34/+2 |
2016-02-01 | re PR tree-optimization/69579 (gcc ICE at -O3 and __sigsetjmp with “tree ch... | Richard Biener | 1 | -1/+3 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -5/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -7/+6 |
2015-10-27 | [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE | Mikhail Maltsev | 1 | -3/+1 |
2015-10-27 | cfg.c (free_edge): Add function argument and use it instead of cfun. | Richard Biener | 1 | -3/+3 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -5/+5 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -17/+5 |
2015-06-25 | function.h (ipa_opt_pass, [...]): Move forward declarations. | Andrew MacLeod | 1 | -2/+0 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -3/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -4/+0 |
2015-06-08 | re PR tree-optimization/66422 (-Warray-bounds false positive with -O3) | Richard Biener | 1 | -1/+1 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -3/+0 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -4/+10 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -19/+22 |
2014-11-15 | tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Add log message for max... | Eric Botcazou | 1 | -4/+9 |
2014-11-13 | ipa-utils.h: Fix typo in comments. | Felix Yang | 1 | -4/+4 |
2014-10-28 | cgraph.h: Flatten. | Andrew MacLeod | 1 | -0/+3 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+10 |
2014-10-20 | cfgrtl.h: New. | Andrew MacLeod | 1 | -0/+1 |
2014-10-15 | loop-unroll.c: (decide_unrolling_and_peeling): Rename to | Jan Hubicka | 1 | -4/+140 |
2014-07-09 | remove has_execute | Trevor Saunders | 1 | -3/+0 |
2014-06-02 | expr.h: Remove prototypes of functions defined in builtins.c. | Andrew MacLeod | 1 | -0/+1 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -6/+6 |
2014-05-06 | tree-pass.h (TODO_verify_ssa, [...]): Remove. | Richard Biener | 1 | -1/+1 |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -42/+42 |
2014-04-17 | pass current function to opt_pass::gate () | Trevor Saunders | 1 | -21/+2 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -3/+0 |
2014-04-14 | cfgloop.h (struct loop): Rename force_vect into force_vectorize. | Eric Botcazou | 1 | -1/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-20 | merge auto_vec and stack_vec | Trevor Saunders | 1 | -1/+1 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -0/+6 |