summaryrefslogtreecommitdiff
path: root/gcc/except.c
Commit message (Expand)AuthorAgeFilesLines
* * ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog.5, ChangeLog,jsm282001-11-111-4/+4
* * ChangeLog.2, ChangeLog.3, ChangeLog.4, FSFChangeLog.10,jsm282001-10-291-1/+1
* * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,jsm282001-10-281-1/+1
* * builtins.c (expand_builtin_setjmp): Only call convert_memory_addresskenner2001-10-231-4/+8
* * target.h (struct gcc_target): Add asm_out.exception_section,shebs2001-10-221-2/+2
* * c-common.h: Fix comment formatting.kazu2001-10-091-1/+1
* 2001-09-25 Andrew Haley <aph@cambridge.redhat.com>aph2001-09-261-3/+2
* * rtl.h (LCT_RETURNS_TWICE): New.rth2001-09-211-1/+1
* * basic-block.h (flow_delete_insn, flow_delete_insn_chain): Kill.hubicka2001-09-211-1/+1
* * except.c (dw2_build_landing_pads): New localjsturm2001-09-171-1/+14
* * c-parse.in (yyerror): Const-ification and/or static-ization.ghazi2001-09-131-1/+1
* * dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Use properrth2001-08-271-4/+7
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * except.c (TYPE_HASH): Delete.ghazi2001-08-181-3/+0
* tweak commentjason2001-08-161-1/+5
* * except.c (TYPE_HASH): Cast to size_t, not HOST_WIDE_INT.rth2001-08-151-1/+1
* * expr.h: Split out optab- and libfunc-related code to...zack2001-08-131-0/+1
* * dbxout.c: Fix comment formatting.kazu2001-08-081-1/+1
* * except.c (remove_fixup_regions): Fix typo.mmitchel2001-08-081-1/+1
* * except.c (convert_from_eh_region_ranges_1): Never markrth2001-08-061-0/+2
* * except.c (collect_one_action_chain): Add an explicit cleanuprth2001-08-031-1/+20
* * except.c (output_function_exception_table): Use assemble_align.rth2001-08-011-2/+2
* * except.c (duplicate_eh_regions): Test n_array[i] for NULL.jsturm2001-08-011-1/+1
* * rtlanal.c (parms_set, find_first_parameter_load): Break out from...;hubicka2001-07-291-45/+1
* * basic-block.h (CLEANUP_PRE_LOOP): New.hubicka2001-07-291-2/+2
* * except.c (reachable_handlers): Handle a region being removedrth2001-07-251-4/+10
* * integrate.c (copy_insn_list): handlehubicka2001-07-201-2/+1
* * basic-block.h (CLEANUP_PRE_SIBCALL): New constant.hubicka2001-07-161-2/+2
* * flow.c (merge_blocks_move_successor_nojumps): Do not crashhubicka2001-07-111-2/+2
* 2001-07-10 Jan van Male <jan.vanmale@fenk.wau.nl>aj2001-07-101-4/+5
* * emit-rtl.c (adjust_address): New function.kenner2001-07-021-14/+8
* 2001-06-18 Ben Elliston <bje@redhat.com>bje2001-06-181-1/+1
* * except.c (get_exception_pointer, get_exception_filter): Take arth2001-06-081-13/+15
* * basic-block.h: Improve comments.mmitchel2001-06-081-4/+0
* * except.c (expand_eh_region_end_allowed): Callmmitchel2001-06-081-0/+8
* * except.c (expand_builtin_frob_return_addr): Add missing callkenner2001-06-021-13/+10
* * except.c (dw2_build_landing_pads): Use word_mode, not Pmode,mmitchel2001-05-201-2/+14
* * except.h (protect_cleanup_actions): Remove it.mmitchel2001-05-171-2/+9
* * except.c (sjlj_emit_function_enter): Call assemble_external_libcalllaw2001-05-171-0/+4
* * except.c (eh_data_format_name): Move to ...rth2001-05-161-129/+2
* * dwarf2asm.c (size_of_encoded_value): New function.rth2001-05-131-18/+20
* * defaults.h (ASM_PREFERRED_EH_DATA_FORMAT): New.rth2001-05-121-34/+92
* * except.c (sjlj_mark_call_sites): Do not search for assignments tolaw2001-05-071-0/+5
* * except.c (remove_fixup_regions): Adjust REG_EH_REGION notesrth2001-05-051-2/+21
* * bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".ghazi2001-05-011-2/+2
* * except.c (expand_eh_region_start): Don't start a new block.jason2001-04-271-26/+1
* * except.c (get_exception_filter): word_mode, not Pmode.jason2001-04-261-1/+1
* 2001-04-26 Andrew Haley <aph@redhat.com>aph2001-04-261-0/+3
* * except.c (reachable_handlers): Step out one level from a RESX.jason2001-04-251-58/+72
* * rtl.h (LCT_THROW): New.rth2001-04-041-1/+1