Age | Commit message (Expand) | Author | Files | Lines |
2001-11-17 | except.c (enum eh_region_type): Add ERT_UNKNOWN. | Richard Kenner | 1 | -1/+6 |
2001-11-16 | except.c: Support for catching a list of types with a single handler (struct ... | Olivier Hainque | 1 | -39/+154 |
2001-11-15 | alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P. | Richard Kenner | 1 | -9/+6 |
2001-11-11 | ChangeLog.2, [...]: Fix spelling errors. | Joseph Myers | 1 | -4/+4 |
2001-10-29 | ChangeLog.2, [...]: Fix spelling errors and typos. | Joseph Myers | 1 | -1/+1 |
2001-10-28 | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-10-23 | builtins.c (expand_builtin_setjmp): Only call convert_memory_address if needed. | Richard Kenner | 1 | -4/+8 |
2001-10-22 | target.h (struct gcc_target): Add asm_out.exception_section, asm_out.eh_frame... | Stan Shebs | 1 | -2/+2 |
2001-10-09 | c-common.h: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2001-09-26 | except.c (sjlj_mark_call_sites): Change address inside sequence. | Andrew Haley | 1 | -3/+2 |
2001-09-21 | rtl.h (LCT_RETURNS_TWICE): New. | Richard Henderson | 1 | -1/+1 |
2001-09-21 | basic-block.h (flow_delete_insn, [...]): Kill. | Jan Hubicka | 1 | -1/+1 |
2001-09-17 | except.c (dw2_build_landing_pads): New local clobbers_hard_regs. | Jeff Sturm | 1 | -1/+14 |
2001-09-13 | c-parse.in (yyerror): Const-ification and/or static-ization. | Kaveh R. Ghazi | 1 | -1/+1 |
2001-08-27 | dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Use proper alignment for assem... | Richard Henderson | 1 | -4/+7 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -12/+12 |
2001-08-18 | except.c (TYPE_HASH): Delete. | Kaveh R. Ghazi | 1 | -3/+0 |
2001-08-16 | tweak comment | Jason Merrill | 1 | -1/+5 |
2001-08-15 | * except.c (TYPE_HASH): Cast to size_t, not HOST_WIDE_INT. | Richard Henderson | 1 | -1/+1 |
2001-08-13 | expr.h: Split out optab- and libfunc-related code to... | Zack Weinberg | 1 | -0/+1 |
2001-08-08 | dbxout.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2001-08-08 | * except.c (remove_fixup_regions): Fix typo. | Mark Mitchell | 1 | -1/+1 |
2001-08-06 | except.c (convert_from_eh_region_ranges_1): Never mark USE or CLOBBER insns a... | Richard Henderson | 1 | -0/+2 |
2001-08-03 | except.c (collect_one_action_chain): Add an explicit cleanup action if region... | Richard Henderson | 1 | -1/+20 |
2001-08-01 | except.c (output_function_exception_table): Use assemble_align. | Richard Henderson | 1 | -2/+2 |
2001-08-01 | * except.c (duplicate_eh_regions): Test n_array[i] for NULL. | Jeff Sturm | 1 | -1/+1 |
2001-07-29 | rtlanal.c (parms_set, [...]): Break out from...; handle multiple sets. | Jan Hubicka | 1 | -45/+1 |
2001-07-29 | basic-block.h (CLEANUP_PRE_LOOP): New. | Jan Hubicka | 1 | -2/+2 |
2001-07-25 | except.c (reachable_handlers): Handle a region being removed out from under a... | Richard Henderson | 1 | -4/+10 |
2001-07-20 | integrate.c (copy_insn_list): handle NOTE_INSN_DELETED_LABEL, as if it were C... | Jan Hubicka | 1 | -2/+1 |
2001-07-16 | basic-block.h (CLEANUP_PRE_SIBCALL): New constant. | Jan Hubicka | 1 | -2/+2 |
2001-07-11 | flow.c (merge_blocks_move_successor_nojumps): Do not crash when fallthru edge... | Jan Hubicka | 1 | -2/+2 |
2001-07-10 | regmove.c (replace_in_call_usage): Fix warnings. | Jan van Male | 1 | -4/+5 |
2001-07-02 | emit-rtl.c (adjust_address): New function. | Richard Kenner | 1 | -14/+8 |
2001-06-18 | except.c (resolve_fixup_regions): Initialise "cleanup". | Ben Elliston | 1 | -1/+1 |
2001-06-08 | except.c (get_exception_pointer, [...]): Take a struct function. | Richard Henderson | 1 | -13/+15 |
2001-06-08 | basic-block.h: Improve comments. | Mark Mitchell | 1 | -4/+0 |
2001-06-08 | except.c (expand_eh_region_end_allowed): Call do_pending_stack_adjust as nece... | Mark Mitchell | 1 | -0/+8 |
2001-06-02 | except.c (expand_builtin_frob_return_addr): Add missing call to convert_memor... | Richard Kenner | 1 | -13/+10 |
2001-05-20 | except.c (dw2_build_landing_pads): Use word_mode, not Pmode, as ncessary. | Richard Henderson | 1 | -2/+14 |
2001-05-17 | except.h (protect_cleanup_actions): Remove it. | Mark Mitchell | 1 | -2/+9 |
2001-05-17 | except.c (sjlj_emit_function_enter): Call assemble_external_libcall for eh_pe... | Jeffrey A Law | 1 | -0/+4 |
2001-05-16 | except.c (eh_data_format_name): Move to ... | Richard Henderson | 1 | -129/+2 |
2001-05-12 | dwarf2asm.c (size_of_encoded_value): New function. | Richard Henderson | 1 | -18/+20 |
2001-05-11 | defaults.h (ASM_PREFERRED_EH_DATA_FORMAT): New. | Richard Henderson | 1 | -34/+92 |
2001-05-07 | except.c (sjlj_mark_call_sites): Do not search for assignments to non-argumme... | Jeffrey A Law | 1 | -0/+5 |
2001-05-05 | except.c (remove_fixup_regions): Adjust REG_EH_REGION notes to the parent of ... | Richard Henderson | 1 | -2/+21 |
2001-05-01 | bitmap.c: Change NULL_PTR to NULL or "(rtx*)0". | Kaveh R. Ghazi | 1 | -2/+2 |
2001-04-27 | except.c (expand_eh_region_start): Don't start a new block. | Jason Merrill | 1 | -26/+1 |
2001-04-26 | * except.c (get_exception_filter): word_mode, not Pmode. | Jason Merrill | 1 | -1/+1 |