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