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