Age | Commit message (Expand) | Author | Files | Lines |
2020-08-27 | vec: add exact argument for various grow functions. | Martin Liska | 1 | -2/+2 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-12 | re PR target/92449 (ICE in extract_insn, at recog.c:2311) | Jakub Jelinek | 1 | -8/+15 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -1/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-11 | re PR middle-end/88448 (gnat.dg/opt66.adb etc. FAIL) | Richard Biener | 1 | -4/+3 |
2018-11-15 | re PR tree-optimization/88030 (ICE in calc_dfs_tree, at dominance.c:458) | Richard Biener | 1 | -3/+12 |
2018-11-08 | re PR tree-optimization/87929 (ICE in verify_gimple failed) | Richard Biener | 1 | -0/+2 |
2018-10-22 | Add a fun parameter to three stmt_could_throw... functions | Martin Jambor | 1 | -3/+3 |
2018-05-04 | re PR tree-optimization/85627 (ICE in update_phi_components in tree-complex.c) | Richard Biener | 1 | -42/+39 |
2018-05-03 | [tree-complex.c] PR tree-optimization/70291: Inline floating-point complex mu... | Kyrylo Tkachov | 1 | -42/+138 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-11-03 | asan.c (create_cond_insert_point): Maintain profile. | Jan Hubicka | 1 | -1/+0 |
2017-11-01 | tree-ssa-propagate.h (ssa_prop_visit_stmt_fn): Remove typedef. | Jeff Law | 1 | -6/+12 |
2017-10-19 | asan.c (create_cond_insert_point): Do not update edge count. | Jan Hubicka | 1 | -2/+0 |
2017-07-02 | * tree-complex.c (expand_complex_div_wide): update profile. | Jan Hubicka | 1 | -3/+12 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-08-12 | re PR c/7652 (-Wswitch-break : Warn if a switch case falls through) | Marek Polacek | 1 | -0/+1 |
2016-05-10 | re PR tree-optimization/70497 (Missed CSE of subregs on GIMPLE) | Richard Biener | 1 | -0/+15 |
2016-01-14 | re PR middle-end/68146 (ice in gimple_stmt_nonnegative_warnv_p with -O2) | Jakub Jelinek | 1 | -29/+78 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-13 | Add non-folding variants for convert_to_*. | Kai Tietz | 1 | -2/+2 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -13/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -6/+6 |
2015-10-05 | Remove remaining uses of REAL_VALUES_IDENTICAL | Richard Sandiford | 1 | -2/+2 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -13/+13 |
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 | -18/+5 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -2/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -5/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -5/+0 |
2015-01-15 | dojump.h: New header file. | Prathamesh Kulkarni | 1 | -1/+12 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -4/+11 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-11-29 | gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg... | Jakub Jelinek | 1 | -5/+5 |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -16/+23 |
2014-10-29 | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 1 | -1/+1 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+10 |
2014-07-09 | remove has_execute | Trevor Saunders | 1 | -2/+0 |
2014-06-24 | allow storing values directly in hash tables | Trevor Saunders | 1 | -9/+7 |
2014-06-24 | Remove a layer of indirection from hash_table | Trevor Saunders | 1 | -5/+6 |
2014-06-06 | cfgexpand.c (expand_gimple_cond): Remove check for current_loops. | Richard Biener | 1 | -5/+2 |
2014-05-08 | re PR middle-end/39246 (FAIL: gcc.dg/uninit-13.c) | Thomas Preud'homme | 1 | -0/+4 |
2014-05-06 | tree-pass.h (TODO_verify_ssa, [...]): Remove. | Richard Biener | 1 | -2/+2 |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -2/+2 |
2014-04-17 | pass current function to opt_pass::gate () | Trevor Saunders | 1 | -9/+7 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -2/+0 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-09 | Eliminate FOR_EACH_BB macro. | David Malcolm | 1 | -2/+2 |
2013-12-09 | Eliminate last_basic_block macro. | David Malcolm | 1 | -1/+1 |