aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-30* except.c (label_to_region_map): Fix thinko.Jan Hubicka1-5/+2
2009-03-29re PR tree-optimization/28850 (missed call -> jmp transformation; redundant u...Jan Hubicka1-38/+203
2009-03-29except.c (verify_eh_tree): Fix handling of fun!=cfun; be ready for removed re...Jan Hubicka1-34/+39
2009-03-29* except.c (dump_eh_tree): Dump all datastructures.Jan Hubicka1-14/+66
2009-03-29except.c (duplicate_eh_regions_0): Handle AKA bitmap.Jan Hubicka1-18/+76
2009-03-28dwarf2out.c (dwarf2out_begin_prologue): Use crtl->nothrowJan Hubicka1-9/+13
2009-03-28tree-eh.c (inlinable_call_p): New function.Jan Hubicka1-23/+26
2009-03-07re PR middle-end/38028 (eh failures on spu-elf)Ulrich Weigand1-2/+4
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-01-29re PR middle-end/35854 (life passes dump option still documented)Kenneth Zadeck1-1/+1
2008-08-06builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi1-55/+55
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-1/+1
2008-07-16cfg.c (dump_reg_info): Avoid C++ keywords.Kaveh R. Ghazi1-21/+21
2008-06-26dwarf2out.c (new_cfi, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi1-11/+11
2008-06-18targhooks.h (struct gcc_target): New member unwind_word_mode.Ulrich Weigand1-5/+11
2008-06-06re PR rtl-optimization/36419 (Wrong unwind info with -Os -fasynchronous-unwin...Jakub Jelinek1-0/+1
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka1-11/+11
2008-04-18except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...Jan Hubicka1-5/+5
2008-04-15gengtype.c (write_root): Param_is argument is OK.Jan Hubicka1-153/+100
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-7/+13
2007-10-15re PR tree-optimization/33735 (verify_stmts failed: missing PHI def)Alexandre Oliva1-1/+3
2007-09-22re PR target/32325 (cc1plus ICE configuring libstdc++ on Tru64 UNIX V5.1B: SE...Eric Botcazou1-1/+3
2007-09-07function.h (struct function): Rename calls_unwind_init to saves_all_registers.Roman Zippel1-1/+1
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-2/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+5
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-8/+12
2007-05-30re PR tree-optimization/31769 (ICE with OpenMP and exceptions)Jakub Jelinek1-1/+5
2007-05-21builtins.c (expand_builtin_setjmp_setup): Update comment.Nathan Sidwell1-1/+1
2007-05-21gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka1-2/+2
2007-05-14builtins.c (expand_builtin_mathfn): Use EXPAND_NORMAL instead of 0 in the cal...Uros Bizjak1-5/+7
2007-03-20except.c (output_function_exception_table): Do not reference the EH personali...Mark Mitchell1-3/+3
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-2/+2
2007-02-11re PR target/29487 (Shared libstdc++ fails to link)Mark Mitchell1-1/+4
2006-12-11Move all varpool routines out of cgraph/cgraphunit to varpool.cJan Hubicka1-3/+3
2006-11-12* except.c (sjlj_emit_function_enter): Remove unused variable.Andreas Schwab1-2/+2
2006-11-11extended.texi (__builtin_expect): We no longer require second argument to be ...Jan Hubicka1-3/+1
2006-11-02re PR other/29639 (ext/bitmap_allocator/check_allocate_max_size.cc execution ...Eric Botcazou1-5/+15
2006-10-28except.h (output_function_exception_table): Add 'const char*' param.Eric Botcazou1-3/+13
2006-10-10re PR rtl-optimization/29323 (set_nothrow_function_flags does invalid analysi...Richard Guenther1-0/+3
2006-09-13flow.c (calculate_global_regs_live): Invalidate eh registers on eh edges.Andreas Krebbel1-26/+0
2006-07-19* except.c (duplicate_eh_regions_1): Clear next_peer.Jakub Jelinek1-0/+1
2006-06-13re PR middle-end/27536 (-fsection-anchors breaks Ada)Richard Guenther1-1/+1
2006-05-28cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-05-02re PR middle-end/27310 (ICE in duplicate_eh_regions)Jakub Jelinek1-1/+1
2006-04-15re PR middle-end/26823 (ICE with OpenMP in add_stmt_to_eh_region_fn, at tree-...Jakub Jelinek1-0/+42
2006-04-08builtins.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2006-03-22re PR middle-end/26084 (ICE (segfault) on C++ OpenMP code)Richard Henderson1-106/+177
2006-03-03cse.c (rest_of_handle_cse): Do not pass CLEANUP_PRE_LOOP to cfg cleanup.Zdenek Dvorak1-2/+2
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-7/+10
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-4/+3