aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-eh.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-15tree-eh.c (lower_try_finally_dup_block): Clear location information on stack ...Eric Botcazou1-2/+11
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders1-10/+30
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders1-30/+10
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford1-3/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-7/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-04-18remove need for store_values_directlyTrevor Saunders1-6/+8
2015-02-18re PR gcov-profile/64634 (gcov reports catch(...) as not executed)Jakub Jelinek1-3/+13
2015-02-11re PR sanitizer/65000 (ICE in in expand_builtin_eh_common, at except.c:2072)Richard Henderson1-0/+11
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-4/+15
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-4/+4
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-119/+160
2014-11-03tree-eh.c (operation_could_trap_helper_p): Handle conversions like ordinary o...Richard Biener1-5/+0
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+3
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+5
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+6
2014-10-14re PR ada/62019 (gnat.dg/weak2.adb fails everywhere)Eric Botcazou1-16/+10
2014-09-05cfgloop.c (mark_loop_for_removal): New function.Richard Biener1-3/+2
2014-09-02support ggc hash_map and hash_setTrevor Saunders1-30/+8
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders1-37/+23
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-4/+4
2014-07-24IPA C++ refactoring 2/NMartin Liska1-1/+1
2014-07-24IPA C++ refactoring 1/NMartin Liska1-1/+1