summaryrefslogtreecommitdiff
path: root/gcc/except.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* IA-64 ABI Exception Handling.rth2001-03-281-2750/+2953
* * except.c (can_throw_internal): Rename from can_throw.rth2001-03-281-6/+6
* Remove flag_new_exceptions.rth2001-03-281-0/+7
* Make -fsjlj-exceptions a configure option.rth2001-03-281-21/+16
* * bb-reorder.c, dwarf2out.c, except.c, except.h, flow.c,rth2001-03-281-2/+2
* * except.c (eh_regs): Save results of build_pointer_type to a tempamodra2001-03-271-4/+4
* * mkconfig.sh: Include insn-flags.h.rth2001-03-221-2/+0
* * diagnostic.h (set_internal_error_function): Renamed.kenner2001-02-041-1/+2
* * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.ghazi2001-01-281-2/+1
* * output.h (make_function_rtl): Remove prototype.mmitchel2001-01-101-1/+1
* * bb-reorder.c (reorder_basic_blocks): Don't check for EH edgesrth2000-12-031-19/+38
* * ggc.h: Delete ggc_add_string_root and ggc_mark_string. Addzack2000-11-171-1/+1
* * stringpool.c: New file.zack2000-11-171-1/+1
* Remove obstacks.mmitchel2000-10-131-25/+0
* * c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.mmitchel2000-10-011-1/+2
* Bring back equal forms for libcallscrux2000-09-171-2/+3
* * except.c (clear_function_eh_region): Do not free NULL.phdm2000-05-311-1/+2