OSDN Git Service

* config/sh/t-sh (TARGET_LIBGCC2_CFLAGS): Define.
[pf3gnuchains/gcc-fork.git] / gcc / except.c
2009-08-07 jakub * dwarf2out.c (output_fde): When doing hot/cold partit...
2009-08-07 jakub * dwarf2out.c (output_fde): When doing hot/cold partit...
2009-07-12 hubicka PR tree-optimization/40585
2009-07-11 hubicka PR middle-end/48388
2009-07-09 tromeygcc
2009-06-30 tromeygcc
2009-06-22 paolo2009-06-22 Shujing Zhao <pearly.zhao@oracle.com>
2009-06-15 aldyh * except.c (init_eh): Use BUILTINS_LOCATION...
2009-06-12 aldyhgcc/java/
2009-05-25 hubicka * cgraph.c (dump_cgraph_node): Dump size/time/benefit.
2009-05-16 iangcc/ChangeLog:
2009-05-15 hubicka Revert the following patch until testsuite fallout...
2009-05-15 hubicka * cgraph.c (dump_cgraph_node): Dump size/time/benefit.
2009-05-09 hubicka * tree-eh.c (struct leh_state): Remove prev_try.
2009-05-09 hubicka * g++.dg/eh/nested-try.C: New test.
2009-05-02 hubicka * except.c (remove_eh_handler_and_replace): Handle...
2009-04-25 hubicka * tree.c (list_equal_p): New function.
2009-04-25 hubicka * tree-eh.c (tree_remove_unreachable_handlers): Handle...
2009-04-22 dnovillo2009-04-21 Taras Glek <tglek@mozilla.com>
2009-04-22 uweigand * function.c (expand_function_end): Do not emit a...
2009-04-22 lauras2009-04-22 Laurynas Biveinis <laurynas.biveinis@gmail...
2009-04-18 hubicka * cgraph.c (cgraph_make_edge, dump_cgraph_node, cgraph...
2009-04-17 dnovillo * except.c (debug_eh_tree): New.
2009-04-17 ian * df.h: Include "timevar.h".
2009-04-16 kazu * except.c (eh_region_outer_p): Remove.
2009-04-13 nemet * except.c (pass_set_nothrow_function_flags): Set...
2009-04-12 nemet PR middle-end/39651
2009-04-09 hubicka * except.c (find_prev_try): Break out from ....
2009-04-08 hubicka * tree-eh.c (cleanup_eh): When not optimizing, do...
2009-04-06 hubicka PR middle-end/39659
2009-04-05 hubicka * except.c (sjlj_find_directly_reachable_regions)...
2009-04-04 hubicka * except.c (remove_eh_handler_and_replace): Break...
2009-04-04 hubicka * except.c (remove_eh_handler): Make static.
2009-03-30 hubicka * except.c (label_to_region_map): Fix thinko.
2009-03-29 hubicka PR middle-end/28850
2009-03-29 hubicka * except.c (verify_eh_tree): Fix handling of fun!...
2009-03-29 hubicka * except.c (dump_eh_tree): Dump all datastructures.
2009-03-29 hubicka * except.c (duplicate_eh_regions_0): Handle AKA bitmap.
2009-03-28 hubicka * dwarf2out.c (dwarf2out_begin_prologue): Use crtl...
2009-03-28 hubicka * tree-eh.c (inlinable_call_p): New function.
2009-03-07 uweigand PR middle-end/38028
2009-02-20 jakubUpdate Copyright years for files modified in 2008 and...
2009-01-29 zadeck2009-01-29 Kenneth Zadeck <zadeck@naturalbridge.com>
2008-08-06 ghazi * builtins.c (expand_builtin_profile_func): Avoid...
2008-07-28 rguenth2008-07-28 Richard Guenther <rguenther@suse.de>
2008-07-16 ghazi * cfg.c (dump_reg_info): Avoid C++ keywords.
2008-06-26 ghazi * dwarf2out.c (new_cfi, queue_reg_save, dwarf2out_begi...
2008-06-18 uweigand * targhooks.h (struct gcc_target): New member unwind_w...
2008-06-06 jakub PR rtl-optimization/36419
2008-04-25 hubicka PR testsuite/35843
2008-04-18 hubicka * except.c (dw2_size_of_call_site_table,
2008-04-15 hubicka * gengtype.c (write_root): Param_is argument is OK.
2008-03-19 hubicka * gcc.dg/20050811-2.c: Update dumping flags.
2007-10-15 aolivagcc/ChangeLog:
2007-09-22 ebotcazou PR target/32325
2007-09-07 zippel * function.h (struct function): Rename calls_unwind_init
2007-08-14 ghazi * alias.c (rtx_equal_for_memref_p): Constify.
2007-07-26 nickcChange copyright header to refer to version 3 of the...
2007-07-25 ghazi * c-common.c (fname_as_string, c_type_hash): Constify.
2007-05-30 jakub PR tree-optimization/31769
2007-05-21 nathan * builtins.c (expand_builtin_setjmp_setup): Update...
2007-05-21 hubicka * gengtype.c (adjust_field_rtx_def): Use NOTE_KIND...
2007-05-14 uros * builtins.c (expand_builtin_mathfn): Use EXPAN...
2007-03-20 mmitchel * except.c (output_function_exception_table): Do not...
2007-02-15 sandra2007-02-15 Sandra Loosemore <sandra@codesourcery...
2007-02-11 mmitchel PR target/29487
2006-12-11 hubicka Move all varpool routines out of cgraph/cgraphunit...
2006-11-12 schwab * except.c (sjlj_emit_function_enter): Remove unused...
2006-11-11 hubicka * extended.texi (__builtin_expect): We no longer requi...
2006-11-02 ebotcazou PR other/29639
2006-10-28 ebotcazou * except.h (output_function_exception_table): Add...
2006-10-10 rguenth2006-10-10 Richard Guenther <rguenther@suse.de>
2006-09-13 krebbel2006-09-13 Andreas Krebbel <krebbel1@de.ibm.com>
2006-07-19 jakub * except.c (duplicate_eh_regions_1): Clear next_peer.
2006-06-13 rguenth2006-06-13 Richard Guenther <rguenther@suse.de>
2006-05-28 kazu * cfgcleanup.c, cfgexpand.c, cgraphunit.c, config...
2006-05-02 jakub PR middle-end/27310
2006-04-14 jakub PR middle-end/26823
2006-04-08 kazu * builtins.c, config/arm/arm.c, config/i386/cygwin.h,
2006-03-22 rth PR middle-end/26084
2006-03-03 rakdver * cse.c (rest_of_handle_cse): Do not pass CLEANUP_PRE_...
2006-03-02 dberlin2006-03-02 Daniel Berlin <dberlin@dberlin.org>
2006-01-31 dalecki2006-01-31 Marcin Dalecki <martin@dalecki.de>
2006-01-31 dalecki2006-01-30 Marcin Dalecki <martin@dalecki.de>
2006-01-06 echristo2006-01-06 Eric Christopher <echristo@apple.com>
2005-12-10 schwab * except.c (switch_to_exception_section): Only define if
2005-12-10 rsandifo * dwarf2out.c (default_eh_frame_section): Delete,...
2005-12-08 reichelt * ipa-type-escape.c (analyze_variable): Use gcc_assert...
2005-12-07 rsandifo * config/alpha/alpha.c (alpha_start_function): Use...
2005-11-03 ebotcazou * dwarf2asm.c (dw2_force_const_mem): Add new parameter...
2005-10-23 danglin PR ada/23957
2005-09-17 rguenth2005-09-17 Jan Hubicka <jh@suse.cz>
2005-09-06 amodra PR middle-end/21460
2005-08-10 bonzini2005-08-09 Paolo Bonzini <bonzini@gnu.org>
2005-07-05 bonzini2005-07-05 Paolo Bonzini <bonzini@gnu.org>
2005-07-03 jsm28 * bb-reorder.c, c-pch.c, c-pragma.c, c.opt, cfghooks...
2005-06-28 pbrook2005-06-28 Paul Brook <paul@codesourcery.com>
2005-06-28 uweigand2005-06-28 Andreas Krebbel <krebbel1@de.ibm.com>
2005-06-25 kcookUpdate FSF address.
2005-06-15 hubicka * Makefile.in (cfg.o): Add new dependencies.
next