aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-17/+17
2012-08-07except.c (switch_to_exception_section): Place tables for DECL_ONE_ONLY functi...Paul Brook1-2/+7
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-05-29integrate.c: Remove.Steven Bosscher1-1/+0
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford1-4/+4
2012-04-22lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka1-8/+1
2012-04-11re PR target/52918 (ICE: Invalid bb->loop_father (NULL) in add_bb_to_loop)Richard Guenther1-0/+40
2012-03-30re PR c++/52772 (internal compiler error: Segmentation fault)Richard Guenther1-6/+10
2012-03-28loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther1-2/+10
2012-03-20tree-pass.h (pass_rtl_eh): Remove.Richard Guenther1-37/+2
2012-03-12Remove obsolete Tru64 UNIX V5.1B supportRainer Orth1-3/+3
2011-07-23bb-reorder: Split EH edges crossing partitions.Richard Henderson1-128/+38
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-9/+10
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-3/+3
2011-06-09Revert r174848,174849Xinliang David Li1-8/+4
2011-06-09Gator cleanupDavid Li1-4/+8
2011-06-01Pass name cleanupsDavid Li1-1/+1
2011-05-06generalize build_case_label to the rest of the compilerNathan Froyd1-4/+3
2011-04-29builtins.c (fold_builtin_classify_type): Use integer_type_node for the type o...Richard Guenther1-7/+7
2011-04-11except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...Martin Jambor1-2/+2
2011-01-22re PR middle-end/47401 (Support for must-not-throw regions with SJLJ exceptio...Ulrich Weigand1-20/+41
2011-01-21re PR middle-end/45566 (ICE: in convert_to_eh_region_ranges, at except.c:2446...Jakub Jelinek1-18/+21
2011-01-17* except.c (dump_eh_tree): Fix stray ; after for statement.Richard Henderson1-1/+1
2010-12-03tree.h (struct call_expr_arg_iterator_d): Remove GTY tag.Laurynas Biveinis1-1/+1
2010-11-25target.def (supports_split_stack, [...]): Take gcc_options parameters.Joseph Myers1-7/+7
2010-09-28Hookize TARGET_UNWIND_INFO et al.Richard Henderson1-7/+11
2010-09-07Hookize exception personality output.Richard Henderson1-22/+15
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-1/+1
2010-06-29re PR other/44034 (target hooks are hard to maintain)Joern Rennecke1-1/+1
2010-06-28system.h: Poison GCC_EXCEPT_H for front-end files.Steven Bosscher1-33/+1
2010-06-09re PR rtl-optimization/42461 (missed optimization for pure functions)Eric Botcazou1-0/+2
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-5/+5
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-2/+2
2010-05-25function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou1-1/+1
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+1
2010-04-13Remove lang_eh_type_covers, which is dead, and the correspondingDuncan Sands1-3/+0
2010-03-01set LABEL_PRESERVE_P for landing pad labelsChristian Bruel1-0/+1
2010-02-19re PR bootstrap/43121 (Bootstrap failure)Jakub Jelinek1-3/+8
2009-12-14cgraph.h (cgraph_set_nothrow_flag, [...]): New prototypes.Jakub Jelinek1-2/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-6/+6
2009-11-08cfgrtl.c (pass_free_cfg): Add pass name.Zbigniew Chamski1-1/+1
2009-10-08re PR middle-end/41573 (segfault in trunk related to strings)Michael Matz1-2/+5
2009-10-03Merge lto branch into trunk.Diego Novillo1-1/+8
2009-09-28except.h (struct eh_region_d): Add use_cxa_end_cleanup.Richard Henderson1-0/+7
2009-09-14Squash commit of EH in gimpleRichard Henderson1-2715/+1108
2009-09-13langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther1-12/+76
2009-09-03[multiple changes]Diego Novillo1-2/+35
2009-09-02expr.h (emit_storent_insn, [...]): Declare.Michael Matz1-2/+2
2009-08-07dwarf2out.c (output_fde): When doing hot/cold partitioning...Jakub Jelinek1-1/+1
2009-08-07dwarf2out.c (output_fde): When doing hot/cold partitioning...Jakub Jelinek1-60/+240