aboutsummaryrefslogtreecommitdiff
path: root/gcc/integrate.c
AgeCommit message (Expand)AuthorFilesLines
2001-11-14integrate.c (get_hard_reg_initial_reg): New.DJ Delorie1-0/+18
2001-11-11alpha.c (unicosmk_special_name): Prototype.Kaveh R. Ghazi1-1/+4
2001-10-24integrate.c (copy_rtx_and_substitute, case CALL): Fix error in last change.Richard Kenner1-1/+1
2001-10-23alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner1-7/+12
2001-10-19calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.Kaveh R. Ghazi1-3/+0
2001-10-18Install correct version of fileRichard Kenner1-1/+1
2001-10-18emit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array.Richard Kenner1-0/+9
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-29/+29
2001-10-10calls.c: Fix formatting.Kazu Hirata1-1/+1
2001-10-05Makefile.in (c-decl.o): Depend on tree-inline.h.Alexandre Oliva1-19/+26
2001-10-05Makefile.in (OBJS): Added tree-inline.o.Alexandre Oliva1-3/+1
2001-09-21* integrate.c (allocate_initial_values): Eliminate unused arg warning.Richard Kenner1-1/+1
2001-09-21basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka1-3/+3
2001-09-21Table-driven attributes.Joseph Myers1-9/+37
2001-09-21integrate.c (allocate_initial_values): New function.J"orn Rennecke1-0/+34
2001-09-12integrate.c (copy_insn_list): Copy label name from NOTE_INSN_DELETED_LABEL.Richard Henderson1-0/+1
2001-09-05function.c (ggc_mark_struct_function): Mark f->outer.Zack Weinberg1-5/+3
2001-08-31function.c: Remove all_functions.Zack Weinberg1-2/+3
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-13/+13
2001-08-15rtl.h (only_sets_cc0_p): New prototype.John Wehle1-1/+1
2001-08-12gcc.c: Fix comment formatting.Kazu Hirata1-2/+2
2001-08-07alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka1-1/+1
2001-07-20integrate.c (copy_insn_list): handle NOTE_INSN_DELETED_LABEL, as if it were C...Jan Hubicka1-7/+15
2001-07-19Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h.Neil Booth1-1/+1
2001-07-18* integrate.c (output_inline_function): Correct type of debug_hooks.Andreas Jaeger1-1/+1
2001-07-16basic-block.h (CLEANUP_PRE_SIBCALL): New constant.Jan Hubicka1-8/+9
2001-07-15Makefile.in (integrate.o): Add debug.h.Richard Kenner1-1/+7
2001-06-21* integrate.c (mark_hard_reg_initial_vals): Check for NULL.DJ Delorie1-0/+3
2001-06-21integrate.c (ggc.h): Include.DJ Delorie1-0/+141
2001-06-08except.c (get_exception_pointer, [...]): Take a struct function.Richard Henderson1-0/+5
2001-06-04rtlanal.c (operand_preference): Fix preference for objects.Jan Hubicka1-10/+5
2001-05-23* integrate.c (expand_inline_function): Handle CONCAT DECL_RESULT.Richard Henderson1-0/+25
2001-05-17integrate.c (copy_rtx_and_substitute): Use simplify_gen_subreg.Jan Hubicka1-29/+3
2001-05-05* integrate.c (copy_insn_list): Substitute NOTE_EXPECTED_VALUE.Richard Henderson1-0/+5
2001-05-03integrate.h (struct inline_remap): Add leaf_reg_map table.Mark Mitchell1-13/+5
2001-05-01bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".Kaveh R. Ghazi1-1/+1
2001-04-26integrate.c (expand_inline_function): Check for error_mark_node in actual arg...Jakub Jelinek1-1/+2
2001-04-12expmed.c (store_bit_field): Truncate CONST_INTs.Alexandre Oliva1-7/+18
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-11/+26
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-66/+26
2001-03-27integrate.c (copy_insn_list): Use returnjump_p.Richard Henderson1-22/+36
2001-03-27c-common.h (DECL_NUM_STMTS): New macro.Mark Mitchell1-3/+0
2001-03-22mkconfig.sh: Include insn-flags.h.Richard Henderson1-1/+0
2001-03-17integrate.h (struct inline_remap): Add local_return_label.Richard Henderson1-10/+24
2001-03-15varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell1-10/+17
2001-03-12emit-rtl.c (remove_unnecessary_notes): Reverse Richard Kenner's 2001-02-24 wh...Jeffrey Oldham1-6/+5
2001-02-24tree.h (BLOCK_DEAD): New macro.Richard Kenner1-5/+6
2001-02-21tree.h (DECL_UNINLINABLE): Move from C++ frontend.Jason Merrill1-0/+3
2001-02-16dwarf2out.c (add_bound_info): Don't crash if SAVE_EXPR_RTL is NULL.Jason Merrill1-0/+4
2001-02-14Makefile.in (toplev.o): Depend on params.h.Mark Mitchell1-11/+3