summaryrefslogtreecommitdiff
path: root/gcc/except.c
Commit message (Expand)AuthorAgeFilesLines
* * except.c (duplicate_eh_regions_1): Clear next_peer.Jakub Jelinek2006-07-191-0/+1
* re PR middle-end/27536 (-fsection-anchors breaks Ada)Richard Guenther2006-06-131-1/+1
* cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata2006-05-281-1/+1
* re PR middle-end/27310 (ICE in duplicate_eh_regions)Jakub Jelinek2006-05-021-1/+1
* re PR middle-end/26823 (ICE with OpenMP in add_stmt_to_eh_region_fn, at tree-...Jakub Jelinek2006-04-151-0/+42
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-04-081-2/+2
* re PR middle-end/26084 (ICE (segfault) on C++ OpenMP code)Richard Henderson2006-03-221-106/+177
* cse.c (rest_of_handle_cse): Do not pass CLEANUP_PRE_LOOP to cfg cleanup.Zdenek Dvorak2006-03-031-2/+2
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-7/+10
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-4/+3
* expr.h (expand_normal): new inline function.Marcin Dalecki2006-01-311-1/+1
* tm.texi (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Document.Eric Christopher2006-01-061-27/+29
* except.c (switch_to_exception_section): Only define if TARGET_UNWIND_INFO is ...Andreas Schwab2005-12-101-0/+2
* dwarf2out.c (default_eh_frame_section): Delete, moving handling of EH_FRAME_S...Richard Sandiford2005-12-101-18/+22
* ipa-type-escape.c (analyze_variable): Use gcc_assert instead of abort.Volker Reichelt2005-12-081-2/+2
* alpha.c (alpha_start_function): Use switch_to_section.Richard Sandiford2005-12-071-9/+6
* dwarf2asm.c (dw2_force_const_mem): Add new parameter 'public'.Eric Botcazou2005-11-031-1/+3
* re PR ada/23957 (ld terminated with signal 10 [Bus error] linking libgnat-4.0...John David Anglin2005-10-231-1/+3
* except.c (struct eh_status): Turn region_array into vec.Jan Hubicka2005-09-171-38/+67
* re PR middle-end/21460 (sjlj_emit_function_enter adds rtl to wrong block)Alan Modra2005-09-061-14/+12
* bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump.Paolo Bonzini2005-08-101-2/+2
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-051-1/+69
* bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett...Joseph Myers2005-07-031-2/+2
* Makefile.in: Set and use UNWIND_H.Paul Brook2005-06-281-42/+92
* except.c (current_function_has_exception_handlers): Function description adde...Andreas Krebbel2005-06-281-3/+5
* Update FSF address.Kelley Cook2005-06-251-2/+2
* Makefile.in (cfg.o): Add new dependencies.Jan Hubicka2005-06-151-0/+1
* except.c (struct eh_region): Kill unused fields.Jan Hubicka2005-06-011-13/+2
* except.c (can_throw_internal_1, [...]): Add "is_resx" argument.Jan Hubicka2005-05-271-7/+16
* except.c (duplicate_eh_region_1, [...]): New functions, based on old implemen...Steven Bosscher2005-05-121-2/+149
* Makefile.in (tree-eh.o): Kill gt-tree-eh.h dependency.Jan Hubicka2005-05-111-0/+14
* except.c (eh_status): Change the type of ttype_data to VEC(tree,gc)*.Kazu Hirata2005-05-081-8/+8
* tree-cfg.c (tree_duplicate_bb): Duplicate EH region too.Jan Hubicka2005-04-251-0/+133
* Makefile.in (ipa.o, [...]): New files.Jan Hubicka2005-04-221-2/+0
* Fix problems with hot/cold partitioning optimization.Caroline Tice2005-03-311-1/+1
* except.c (check_handled): Make it static.Kazu Hirata2005-03-141-1/+1
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-2/+2
* c-objc-common.h, [...]: Update copyright.Kazu Hirata2005-02-211-1/+1
* except.c (output_function_exception_table): Call assemble_external_libcall (e...Joseph Myers2005-02-181-0/+1
* crtstuff.c (IN_LIBGCC2): Define it.Mark Mitchell2004-11-241-9/+11
* cfgrtl.c (rtl_delete_block): Fix comment.Steven Bosscher2004-11-241-220/+10
* c-cppbuiltin.c, [...]: Fix comment typos.Kazu Hirata2004-11-131-1/+1
* cse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P and HARD_REGISTER_NUM_P.Steven Bosscher2004-11-131-147/+0
* bitmap.h (bitmap_a_or_b, [...]): Remove.Nathan Sidwell2004-11-041-1/+1
* bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell2004-11-041-1/+1
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-9/+15
* bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak2004-09-261-2/+6
* attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers2004-09-151-1/+1
* PR 17186, part deuxRichard Henderson2004-09-121-10/+11
* dbxout.c (dbxout_block): Update for current_function_func_begin_label a string.Geoffrey Keating2004-09-101-6/+8