Age | Commit message (Expand) | Author | Files | Lines |
2020-09-16 | Fix pessimization in EH cleanup pass | Eric Botcazou | 1 | -7/+15 |
2020-06-04 | ipa-sra: Do not remove statements necessary because of non-call EH (PR 95113) | Martin Jambor | 1 | -0/+10 |
2020-05-07 | extend DECL_GIMPLE_REG_P to all types | Richard Biener | 1 | -3/+0 |
2020-01-20 | Record outer non-cleanup region in TREE EH. | Martin Liska | 1 | -6/+24 |
2020-01-15 | middle-end/93273 - fix sinking clobbers across backedges | Richard Biener | 1 | -1/+3 |
2020-01-10 | re PR tree-optimization/93199 (Compile time hog in sink_clobbers) | Richard Biener | 1 | -7/+32 |
2020-01-10 | re PR tree-optimization/93199 (Compile time hog in sink_clobbers) | Richard Biener | 1 | -7/+14 |
2020-01-08 | re PR tree-optimization/93199 (Compile time hog in sink_clobbers) | Richard Biener | 1 | -28/+57 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-19 | gimple const-correctness fixes | David Malcolm | 1 | -3/+3 |
2019-10-12 | re PR middle-end/92063 (ICE in operation_could_trap_p, at tree-eh.c:2528 when... | Jakub Jelinek | 1 | -2/+13 |
2019-10-07 | Allow COND_EXPR and VEC_COND_EXPR condtions to trap | Ilya Leoshkevich | 1 | -0/+8 |
2019-10-02 | tree-eh.h (unsplit_eh_edges): Declare. | Eric Botcazou | 1 | -7/+27 |
2019-07-12 | allow EH to escape from GIMPLE_EH_ELSE ELSE block | Alexandre Oliva | 1 | -5/+8 |
2019-07-05 | except.c (emit_to_new_bb_before): Make sure to put a location on SEQ. | Eric Botcazou | 1 | -13/+22 |
2019-06-05 | c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics. | Martin Sebor | 1 | -0/+12 |
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-31 | tree-eh.c (replace_trapping_overflow): Simplify ABS_EXPR case using ABSU_EXPR. | Richard Biener | 1 | -21/+3 |
2018-10-22 | Add a fun parameter to three stmt_could_throw... functions | Martin Jambor | 1 | -24/+28 |
2018-08-27 | Come up with fndecl_built_in_p. | Martin Liska | 1 | -1/+1 |
2018-08-27 | Add new gswitch related functions into tree-cfg.c. | Martin Liska | 1 | -13/+13 |
2018-06-16 | re PR tree-optimization/64946 ([AArch64] gcc.target/aarch64/vect-abs-compile.... | Kugan Vivekanandarajah | 1 | -0/+4 |
2018-06-11 | tree-eh.c (lower_eh_constructs_2): Add a comma to comment. | Zhouyi Zhou | 1 | -1/+1 |
2018-05-18 | Replace FMA_EXPR with one internal fn per optab | Richard Sandiford | 1 | -4/+2 |
2018-02-07 | tree-eh.c (operation_could_trap_helper_p): Ignore honor_trapv for *DIV_EXPR a... | Jakub Jelinek | 1 | -1/+1 |
2018-02-06 | re PR tree-optimization/84225 (ICE in operation_no_trapping_overflow, at tree... | Aldy Hernandez | 1 | -0/+1 |
2018-02-01 | re PR tree-optimization/81661 (ICE in gimplify_modify_expr, at gimplify.c:5638) | Jakub Jelinek | 1 | -0/+86 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-21 | poly_int: MEM_REF offsets | Richard Sandiford | 1 | -6/+7 |
2017-11-03 | asan.c (create_cond_insert_point): Maintain profile. | Jan Hubicka | 1 | -0/+1 |
2017-10-27 | re PR middle-end/81659 (ICE in verify_dominators, at dominance.c:1184) | Richard Biener | 1 | -1/+4 |
2017-10-19 | asan.c (create_cond_insert_point): Do not update edge count. | Jan Hubicka | 1 | -3/+0 |
2017-08-30 | tree-eh.c (lower_try_finally_switch): Set the location of the finally on the ... | Eric Botcazou | 1 | -2/+3 |
2017-08-08 | trans.c: Include header files. | Martin Liska | 1 | -0/+2 |
2017-07-14 | Remove Java references in source code. | Martin Liska | 1 | -7/+1 |
2017-06-30 | Call BUILT_IN_ASAN_HANDLE_NO_RETURN before BUILT_IN_UNWIND_RESUME (PR sanitiz... | Martin Liska | 1 | -0/+13 |
2017-06-29 | asan.c (asan_emit_stack_protection): Update. | Jan Hubicka | 1 | -5/+3 |
2017-03-17 | re PR c++/80075 (ICE: "statement marked for throw, but doesn’t" with -fnon-... | Richard Biener | 1 | -12/+24 |
2017-02-25 | re PR middle-end/79396 (ICE (verify_flow_info failed) with -fnon-call-excepti... | Jakub Jelinek | 1 | -2/+4 |
2017-02-05 | tree-eh.c (lower_resx): Sanitize profile. | Jan Hubicka | 1 | -0/+3 |
2017-01-05 | [-fcompare-debug] skip more debug stmts in cleanup_empty_eh | Alexandre Oliva | 1 | -3/+4 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-22 | Give EH_ELSE access to __builtin_eh_pointer | Richard Henderson | 1 | -48/+49 |
2015-11-09 | Fix memory leaks and use a pool_allocator | Martin Liska | 1 | -1/+1 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -12/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -9/+9 |
2015-10-28 | * tree-eh.c (mark_reachable_handlers): Fix typo in assert. | Richard Henderson | 1 | -1/+1 |
2015-10-27 | [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE | Mikhail Maltsev | 1 | -4/+3 |