Age | Commit message (Expand) | Author | Files | Lines |
2020-06-04 | ipa-sra: Do not remove statements necessary because of non-call EH (PR 95113) | Martin Jambor | 1 | -3/+1 |
2020-04-16 | List valid pairs for new and delete operators. | Martin Liska | 1 | -10/+88 |
2020-04-08 | Allow new/delete operator deletion only for replaceable. | Martin Liska | 1 | -4/+4 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-08-15 | Clean up dead condition for operators in DCE. | Martin Liska | 1 | -16/+6 |
2019-08-05 | Handle new operators with no arguments in DCE. | Martin Liska | 1 | -6/+16 |
2019-07-31 | Mark necessary 2nd and later args for delete op. | Martin Liska | 1 | -6/+9 |
2019-07-30 | Mark 2nd argument of delete operator as needed (PR tree-optimization/91270). | Martin Liska | 1 | -5/+16 |
2019-07-29 | Fix ICE seen in tree-ssa-dce.c for new/delete pair. | Martin Liska | 1 | -6/+7 |
2019-07-29 | Prevent tree-ssa-dce.c from deleting stores at -Og | Richard Sandiford | 1 | -0/+23 |
2019-07-25 | Extend DCE to remove unnecessary new/delete-pairs (PR c++/23383). | Martin Liska | 1 | -6/+28 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -1/+1 |
2019-06-17 | omp-low.c (struct omp_context): Add scan_inclusive field. | Jakub Jelinek | 1 | -3/+3 |
2019-06-13 | PR tree-optimization/89713 - Assume loop with an exit is finite | Feng Xue | 1 | -0/+11 |
2019-05-16 | omp-low.c (lower_rec_input_clauses): If OMP_CLAUSE_IF has non-constant expres... | Jakub Jelinek | 1 | -2/+6 |
2019-05-02 | re PR tree-optimization/90273 (GCC runs out of memory building Firefox) | Richard Biener | 1 | -1/+18 |
2019-03-27 | re PR debug/89463 (debug information for iterator of an empty loop is gone (a... | Richard Biener | 1 | -14/+17 |
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-10-22 | Add a fun parameter to three stmt_could_throw... functions | Martin Jambor | 1 | -2/+2 |
2018-08-27 | Come up with fndecl_built_in_p. | Martin Liska | 1 | -2/+2 |
2018-06-08 | Remove MPX | Martin Liska | 1 | -36/+2 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-20 | poly_int: get_ref_base_and_extent | Richard Sandiford | 1 | -2/+2 |
2017-12-20 | poly_int: ao_ref and vn_reference_op_t | Richard Sandiford | 1 | -7/+3 |
2017-12-12 | [SFN] not-quite-boilerplate changes in preparation to introduce nonbind markers | Alexandre Oliva | 1 | -3/+3 |
2017-12-12 | [SFN] boilerplate changes in preparation to introduce nonbind markers | Alexandre Oliva | 1 | -1/+1 |
2017-12-05 | tree-ssa-dce.c (simple_dce_from_worklist): Move and rename from tree-ssa-pre.... | Bin Cheng | 1 | -0/+52 |
2017-10-19 | asan.c (create_cond_insert_point): Do not update edge count. | Jan Hubicka | 1 | -1/+0 |
2017-10-19 | asan.c (handle_builtin_alloca): Deal with all alloca variants. | Eric Botcazou | 1 | -10/+5 |
2017-06-29 | asan.c (asan_emit_stack_protection): Update. | Jan Hubicka | 1 | -1/+1 |
2017-05-16 | Add default value for last argument of dump functions. | Martin Liska | 1 | -2/+2 |
2017-05-14 | make inverted_post_order_compute() operate on a vec | Trevor Saunders | 1 | -6/+4 |
2017-05-05 | re PR tree-optimization/80613 (ICE in is_gimple_reg_type with -O2) | Prathamesh Kulkarni | 1 | -3/+1 |
2017-04-29 | re PR tree-optimization/79697 (unused realloc(0, n) not eliminated) | Prathamesh Kulkarni | 1 | -1/+5 |
2017-01-23 | use-after-scope: handle writes to a poisoned variable | Martin Liska | 1 | -4/+12 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-25 | re PR tree-optimization/78343 (Loop is not eliminated) | Richard Biener | 1 | -8/+13 |
2016-10-09 | tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D... | Jakub Jelinek | 1 | -1/+1 |
2016-05-24 | re PR tree-optimization/71253 (ICE during loop distribution w/ -O2 -ftree-loo... | Richard Biener | 1 | -2/+2 |
2016-01-29 | re PR middle-end/69547 (no-op array initializer emits an empty loop) | Richard Biener | 1 | -2/+4 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-20 | re PR tree-optimization/65337 (LTO bootstrap failure with Ada enabled) | Jan Hubicka | 1 | -84/+44 |
2015-11-08 | Merge of the scalar-storage-order branch. | Eric Botcazou | 1 | -1/+3 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -11/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -7/+7 |
2015-10-27 | cfg.c (free_edge): Add function argument and use it instead of cfun. | Richard Biener | 1 | -1/+1 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -22/+22 |
2015-08-27 | re PR middle-end/67005 (ICE: in verify_loop_structure, at cfgloop.c:1647 (loo... | Marek Polacek | 1 | -4/+5 |
2015-08-12 | Revert "replace several uses of the anon namespace with GCC_FINAL" | Trevor Saunders | 1 | -4/+12 |