Age | Commit message (Expand) | Author | Files | Lines |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-08-13 | Protect some checks of DECL_FUNCTION_CODE | Richard Sandiford | 1 | -1/+1 |
2019-07-08 | PR middle-end/71924 - missing -Wreturn-local-addr returning alloca result | Martin Sebor | 1 | -91/+397 |
2019-01-17 | gimple-ssa-isolate-paths.c (stmt_uses_name_in_undefined_way): Replace flag_no... | Eric Botcazou | 1 | -2/+2 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-10-24 | gOlogy: do not change code in isolate-paths for warnings only | Alexandre Oliva | 1 | -4/+13 |
2018-08-20 | Add support for grouping of related diagnostics (PR other/84889) | David Malcolm | 1 | -10/+16 |
2018-01-11 | re PR tree-optimization/83189 (internal compiler error: in probability_in, at... | Jan Hubicka | 1 | -1/+3 |
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 | -2/+1 |
2017-10-19 | asan.c (create_cond_insert_point): Do not update edge count. | Jan Hubicka | 1 | -1/+0 |
2017-09-01 | Fix profile update in tree-ssa-isolate-paths.c (PR tree-optimization/82059). | Martin Liska | 1 | -3/+6 |
2017-07-20 | Fix phi arg location in find_implicit_erroneous_behavior | Tom de Vries | 1 | -1/+3 |
2017-06-16 | gimple-ssa-isolate-paths.c (isolate_path): Set edge leading to path as unlike... | Jan Hubicka | 1 | -0/+13 |
2017-02-21 | re PR tree-optimization/79621 (Missed path isolation opportunity) | Jeff Law | 1 | -0/+11 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-11 | gimple-ssa-isolate-paths.c (is_divmod_with_given_divisor): New function. | Jeff Law | 1 | -48/+123 |
2016-10-09 | tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D... | Jakub Jelinek | 1 | -4/+2 |
2016-02-12 | cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor. | Jakub Jelinek | 1 | -14/+14 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -4/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -6/+5 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -5/+5 |
2015-08-19 | re PR middle-end/67133 (ICE at -Os and above on x86_64-linux-gnu in gimple_op... | Marek Polacek | 1 | -23/+7 |
2015-08-12 | Revert "replace several uses of the anon namespace with GCC_FINAL" | Trevor Saunders | 1 | -2/+4 |
2015-08-11 | replace several uses of the anon namespace with GCC_FINAL | Trevor Saunders | 1 | -4/+2 |
2015-08-05 | re PR c/16351 (NULL dereference warnings) | Manuel López-Ibáñez | 1 | -10/+45 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-08 | re PR ipa/66793 (ICE at -Os and above on x86_64-linux-gnu (verify_flow_info f... | Richard Biener | 1 | -1/+8 |
2015-07-08 | re PR tree-optimization/66794 (ICE at -O2 and -O3 on x86_64-linux-gnu) | Richard Biener | 1 | -1/+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 | -3/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -3/+0 |
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/+11 |
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 | -9/+13 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+11 |
2014-07-31 | re PR c++/60517 (warning/error for taking address of member of a temporary ob... | Marc Glisse | 1 | -10/+94 |
2014-07-09 | remove has_execute | Trevor Saunders | 1 | -1/+0 |
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 | -1/+4 |
2014-04-17 | pass current function to opt_pass::gate () | Trevor Saunders | 1 | -10/+8 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -1/+0 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2014-01-02 | arc-common.c, [...]: Use the standard form for the copyright notice. | Richard Sandiford | 1 | -2/+1 |
2013-12-16 | re PR middle-end/58956 (wrong code at -O1 and above (affecting gcc 4.6 to tru... | Jakub Jelinek | 1 | -1/+1 |
2013-12-09 | Eliminate FOR_EACH_BB macro. | David Malcolm | 1 | -2/+2 |
2013-12-04 | common.opt: Split up -fisolate-erroneous-paths into -fisolate-erroneous-paths... | Jeff Law | 1 | -12/+17 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -0/+4 |