summaryrefslogtreecommitdiff
path: root/gcc/except.h
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-04-13re PR rtl-optimization/85393 (Miscompilation with hot/cold partitioning start...Jakub Jelinek
2018-03-07re PR target/84277 (A lot of new acats testsuite failures)Eric Botcazou
2018-01-03Update copyright years.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-05-19insn-notes.def (UPDATE_SJLJ_CONTEXT): New note.Eric Botcazou
2015-05-09make make_reg_eh_region_note and friend take rtx_insn *Trevor Saunders
2015-01-05Update copyright years.Jakub Jelinek
2014-09-18Add header guard to several header files.Kito Cheng
2014-09-02support ggc hash_map and hash_setTrevor Saunders
2014-08-25struct eh_landing_pad_d: field "landing_pad" is an rtx_code_labelDavid Malcolm
2014-08-22except.*: Use rtx_insn (also touches function.h)David Malcolm
2014-08-07convert the rest of the users of pointer_map to hash_mapTrevor Saunders
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-03-05re PR c++/55135 (Segfault of gcc on a big file)Steven Bosscher
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-05-29LANGUAGES: Fix typos.Joseph Myers
2012-03-20tree-pass.h (pass_rtl_eh): Remove.Richard Guenther
2011-07-23bb-reorder: Split EH edges crossing partitions.Richard Henderson
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-06-28system.h: Poison GCC_EXCEPT_H for front-end files.Steven Bosscher
2010-06-02mkconfig.sh: Include insn-flags.h and insn-constants.h before defaults.h.Steven Bosscher
2010-05-22coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher
2010-05-15vecir.h: New file with VEC primitives for tree, gimple, and rtl.Steven Bosscher
2010-04-13Remove lang_eh_type_covers, which is dead, and the correspondingDuncan Sands
2009-12-14cgraph.h (cgraph_set_nothrow_flag, [...]): New prototypes.Jakub Jelinek
2009-11-25Remove trailing white spaces.H.J. Lu
2009-09-28except.h (struct eh_region_d): Add use_cxa_end_cleanup.Richard Henderson
2009-09-14Squash commit of EH in gimpleRichard Henderson
2009-09-13langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther
2009-09-02expr.h (emit_storent_insn, [...]): Declare.Michael Matz
2009-05-25cgraph.c (dump_cgraph_node): Dump size/time/benefit.Jan Hubicka
2009-05-16alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.Ian Lance Taylor
2009-05-15Revert the following patch until testsuite fallout is fixed:Jan Hubicka
2009-05-15cgraph.c (dump_cgraph_node): Dump size/time/benefit.Jan Hubicka
2009-05-11basic-block.h (enum profile_status): Break out of struct control_flow_graph.Ian Lance Taylor
2009-05-09tree-eh.c (struct leh_state): Remove prev_try.Jan Hubicka
2009-04-25tree.c (list_equal_p): New function.Jan Hubicka
2009-04-25tree-eh.c (tree_remove_unreachable_handlers): Handle shared labels.Jan Hubicka
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek
2009-04-22cfghooks.c (tidy_fallthru_edges): Remove find_basic_blocks references from co...Laurynas Biveinis
2009-04-17except.c (debug_eh_tree): New.Diego Novillo
2009-04-16except.c (eh_region_outer_p): Remove.Kazu Hirata