aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.h
AgeCommit message (Expand)Author
2005-06-04 * Merge from mainline (tree-profiling-merge-20050603)tree-profiling-branchJan Hubicka
2005-05-18 * Merge from mainline (tree-profiling-merge-20050517)Jan Hubicka
2005-04-29 * except.c (remove_eh_handler): Make static.Jan Hubicka
2005-04-27 * Merge form mainline.Jan Hubicka
2005-04-252005-04-25 Richard Henderson <rth@redhat.com>Jan Hubicka
2005-03-17 * Merge from mainline (tree-profiling-merge-20051703)Jan Hubicka
2004-12-15 * Merge from mainline (tree-profiling-merge-20041212)Jan Hubicka
2004-12-062004-12-05 Dale Johannesen <dalej@apple.com>Dale Johannesen
2004-11-17 * Makefile.in (tree-inline.o): Add dependency on $(TREE_FLOW_H) andStuart Hastings
2004-08-02 * merge from mainline (tree-profiling-merge-20040602)Jan Hubicka
2004-03-03 * Merge from tree-ssa (tree-profilng-merge-20040303)Jan Hubicka
2004-02-13Mainline merge as of 2004-02-11.Diego Novillo
2003-10-06Merge from mainline, tree-ssa-20020619-merge-20031005.Richard Henderson
2003-09-28Merge from mainline.Richard Henderson
2003-09-18 * tree-eh.c: New file.Richard Henderson
2003-07-25 * c-call-graph.c: Convert to ISO C90.Andreas Jaeger
2003-07-212003-07-21 Steven Bosscher <steven@gcc.gnu.org>Diego Novillo
2003-06-17 * except.c (enum eh_region_type): Don't declare the enumerationJeff Law
2003-05-13Mainline merge as of 2003-05-11Diego Novillo
2003-05-07Mainline merge as of 2003-05-04.Diego Novillo
2003-04-21 * except.c (check_handled): No longer static.Jeff Law
2003-04-09Mainline merge as of 2003-04-06. Additional fixes for bugsDiego Novillo
2003-01-03C++ simplificationJason Merrill
2002-08-26Mainline merge as of 2002-08-25.Diego Novillo
2002-04-10 * basic-block.h (flow_delete_block_noexpunge): Declare.Richard Henderson
2002-04-04 PR c++/5636Jason Merrill
2002-03-20 * except.c (current_function_has_exception_handlers): New.Richard Henderson
2002-01-12 * attribs.c (handle_deprecated_attribute): constify WHAT.Graham Stott
2001-12-31 * except.h: Remove forward def of tree_node, rtx_def andGraham Stott
2001-11-23 * ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog,Joseph Myers
2001-11-16 * except.c: Support for catching a list of types with a single handlerOlivier Hainque
2001-10-28 * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,Joseph Myers
2001-08-22 * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,Lars Brinkhoff
2001-07-06 * except.h (MUST_USE_SJLJ_EXCEPTIONS): Examine the value ofRichard Henderson
2001-06-08 * except.c (get_exception_pointer, get_exception_filter): Take aRichard Henderson
2001-05-26Standardize header guards.Richard Henderson
2001-05-17 * except.h (protect_cleanup_actions): Remove it.Mark Mitchell
2001-05-12 * defaults.h (ASM_PREFERRED_EH_DATA_FORMAT): New.Richard Henderson
2001-05-04 * except.h: Add prototype declaration forAndreas Jaeger
2001-04-02 * except.h (lang_eh_type_covers): Mark extern.Richard Henderson
2001-04-02 * except.h (expand_builtin_dwarf_fp_regnum): Declare.Richard Henderson
2001-03-28IA-64 ABI Exception Handling.Richard Henderson
2001-03-28 * except.c (can_throw_internal): Rename from can_throw.Richard Henderson
2001-03-28 * except.h (flag_non_call_exceptions): Move ...Richard Henderson
2001-03-28Make -fsjlj-exceptions a configure option.Richard Henderson
2001-03-28 * bb-reorder.c, dwarf2out.c, except.c, except.h, flow.c,Richard Henderson
2000-05-28 * Makefile.in (resource.o): Depend on except.h.Richard Henderson
2000-05-25 * except.h (can_throw): Declare it.Mark Mitchell
2000-05-252000-05-25 Andrew MacLeod <amacleod@cygnus.com>Andrew MacLeod
2000-03-19 * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.Martin von Loewis