summaryrefslogtreecommitdiff
path: root/gcc/integrate.c
Commit message (Expand)AuthorAgeFilesLines
* integrate.c (copy_rtx_and_substitute, case CALL): Fix error in last change.Richard Kenner2001-10-241-1/+1
* alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner2001-10-231-7/+12
* calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.Kaveh R. Ghazi2001-10-191-3/+0
* Install correct version of fileRichard Kenner2001-10-181-1/+1
* emit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array.Richard Kenner2001-10-181-0/+9
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-29/+29
* calls.c: Fix formatting.Kazu Hirata2001-10-101-1/+1
* Makefile.in (c-decl.o): Depend on tree-inline.h.Alexandre Oliva2001-10-051-19/+26
* Makefile.in (OBJS): Added tree-inline.o.Alexandre Oliva2001-10-051-3/+1
* * integrate.c (allocate_initial_values): Eliminate unused arg warning.Richard Kenner2001-09-211-1/+1
* basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka2001-09-211-3/+3
* Table-driven attributes.Joseph Myers2001-09-211-9/+37
* integrate.c (allocate_initial_values): New function.J"orn Rennecke2001-09-211-0/+34
* integrate.c (copy_insn_list): Copy label name from NOTE_INSN_DELETED_LABEL.Richard Henderson2001-09-121-0/+1
* function.c (ggc_mark_struct_function): Mark f->outer.Zack Weinberg2001-09-051-5/+3
* function.c: Remove all_functions.Zack Weinberg2001-08-311-2/+3
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-13/+13
* rtl.h (only_sets_cc0_p): New prototype.John Wehle2001-08-151-1/+1
* gcc.c: Fix comment formatting.Kazu Hirata2001-08-121-2/+2
* alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka2001-08-071-1/+1
* integrate.c (copy_insn_list): handle NOTE_INSN_DELETED_LABEL, as if it were C...Jan Hubicka2001-07-201-7/+15
* Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h.Neil Booth2001-07-191-1/+1
* * integrate.c (output_inline_function): Correct type of debug_hooks.Andreas Jaeger2001-07-181-1/+1
* basic-block.h (CLEANUP_PRE_SIBCALL): New constant.Jan Hubicka2001-07-161-8/+9
* Makefile.in (integrate.o): Add debug.h.Richard Kenner2001-07-151-1/+7
* * integrate.c (mark_hard_reg_initial_vals): Check for NULL.DJ Delorie2001-06-211-0/+3
* integrate.c (ggc.h): Include.DJ Delorie2001-06-211-0/+141
* except.c (get_exception_pointer, [...]): Take a struct function.Richard Henderson2001-06-081-0/+5
* rtlanal.c (operand_preference): Fix preference for objects.Jan Hubicka2001-06-041-10/+5
* * integrate.c (expand_inline_function): Handle CONCAT DECL_RESULT.Richard Henderson2001-05-231-0/+25
* integrate.c (copy_rtx_and_substitute): Use simplify_gen_subreg.Jan Hubicka2001-05-171-29/+3
* * integrate.c (copy_insn_list): Substitute NOTE_EXPECTED_VALUE.Richard Henderson2001-05-051-0/+5
* integrate.h (struct inline_remap): Add leaf_reg_map table.Mark Mitchell2001-05-031-13/+5
* bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".Kaveh R. Ghazi2001-05-011-1/+1
* integrate.c (expand_inline_function): Check for error_mark_node in actual arg...Jakub Jelinek2001-04-261-1/+2
* expmed.c (store_bit_field): Truncate CONST_INTs.Alexandre Oliva2001-04-121-7/+18
* Use byte offsets in SUBREGs instead of words.Jakub Jelinek2001-04-031-11/+26
* IA-64 ABI Exception Handling.Richard Henderson2001-03-281-66/+26
* integrate.c (copy_insn_list): Use returnjump_p.Richard Henderson2001-03-271-22/+36
* c-common.h (DECL_NUM_STMTS): New macro.Mark Mitchell2001-03-271-3/+0
* mkconfig.sh: Include insn-flags.h.Richard Henderson2001-03-221-1/+0
* integrate.h (struct inline_remap): Add local_return_label.Richard Henderson2001-03-171-10/+24
* varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell2001-03-151-10/+17
* emit-rtl.c (remove_unnecessary_notes): Reverse Richard Kenner's 2001-02-24 wh...Jeffrey Oldham2001-03-121-6/+5
* tree.h (BLOCK_DEAD): New macro.Richard Kenner2001-02-241-5/+6
* tree.h (DECL_UNINLINABLE): Move from C++ frontend.Jason Merrill2001-02-211-0/+3
* dwarf2out.c (add_bound_info): Don't crash if SAVE_EXPR_RTL is NULL.Jason Merrill2001-02-161-0/+4
* Makefile.in (toplev.o): Depend on params.h.Mark Mitchell2001-02-141-11/+3
* integrate.h (struct inline_remap): Add compare_src, compare_mode.Jakub Jelinek2001-01-231-4/+64
* integrate.c (copy_rtx_and_substitute): When copying an ignored return value, ...J"orn Rennecke2001-01-061-3/+12