Age | Commit message (Expand) | Author | Files | Lines |
2002-04-30 | cpplex.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2002-04-25 | integrate.c (function_attribute_inlinable_p): Simplify. | Neil Booth | 1 | -18/+10 |
2002-04-22 | rtl.h (RTX_FLAG): New macro. | Janis Johnson | 1 | -4/+4 |
2002-04-12 | integrate.c (compare_blocks): Make comparisons safe for when sizeof(int) < si... | DJ Delorie | 1 | -4/+12 |
2002-03-21 | Makefile.in (fold-const.o, [...]): Update. | Neil Booth | 1 | -1/+1 |
2002-03-12 | Makefile.in (debug.o): Depend on debug.h. | Kaveh R. Ghazi | 1 | -1/+1 |
2002-02-28 | Makefile.in (integrate.o): Update. | Neil Booth | 1 | -2/+2 |
2002-02-19 | i386.md ("mmx_uavgv8qi3"): Use const_vector. | Aldy Hernandez | 1 | -0/+2 |
2002-01-23 | elf.h: New file. | Bob Wilson | 1 | -6/+44 |
2002-01-16 | calls.c (try_to_integrate): Use "(size_t)" intermediate cast and when casting... | Graham Stott | 1 | -2/+2 |
2002-01-05 | c-decl.c (c_expand_body): Don't call outlining_inline_function. | Richard Henderson | 1 | -5/+1 |
2001-12-30 | integrate.c (copy_rtx_and_substitute): Fix error last change: we need to unco... | Richard Henderson | 1 | -3/+3 |
2001-12-29 | expr.c (store_field): Use adjust_address, not PUT_MODE. | Richard Kenner | 1 | -4/+3 |
2001-12-27 | integrate.c (copy_rtx_and_substitute, case MEM): If inlining and not for LHS,... | Richard Kenner | 1 | -0/+7 |
2001-12-27 | integrate.c (copy_insn_notes): Don't adjust REG_EH_REGION note if special value. | Richard Kenner | 1 | -1/+2 |
2001-11-14 | integrate.c (get_hard_reg_initial_reg): New. | DJ Delorie | 1 | -0/+18 |
2001-11-11 | alpha.c (unicosmk_special_name): Prototype. | Kaveh R. Ghazi | 1 | -1/+4 |
2001-10-24 | integrate.c (copy_rtx_and_substitute, case CALL): Fix error in last change. | Richard Kenner | 1 | -1/+1 |
2001-10-23 | alias.c (can_address_p): Compnonents are not addressable if the containing ty... | Richard Kenner | 1 | -7/+12 |
2001-10-19 | calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED. | Kaveh R. Ghazi | 1 | -3/+0 |
2001-10-18 | Install correct version of file | Richard Kenner | 1 | -1/+1 |
2001-10-18 | emit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array. | Richard Kenner | 1 | -0/+9 |
2001-10-11 | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 1 | -29/+29 |
2001-10-10 | calls.c: Fix formatting. | Kazu Hirata | 1 | -1/+1 |
2001-10-05 | Makefile.in (c-decl.o): Depend on tree-inline.h. | Alexandre Oliva | 1 | -19/+26 |
2001-10-05 | Makefile.in (OBJS): Added tree-inline.o. | Alexandre Oliva | 1 | -3/+1 |
2001-09-21 | * integrate.c (allocate_initial_values): Eliminate unused arg warning. | Richard Kenner | 1 | -1/+1 |
2001-09-21 | basic-block.h (flow_delete_insn, [...]): Kill. | Jan Hubicka | 1 | -3/+3 |
2001-09-21 | Table-driven attributes. | Joseph Myers | 1 | -9/+37 |
2001-09-21 | integrate.c (allocate_initial_values): New function. | J"orn Rennecke | 1 | -0/+34 |
2001-09-12 | integrate.c (copy_insn_list): Copy label name from NOTE_INSN_DELETED_LABEL. | Richard Henderson | 1 | -0/+1 |
2001-09-05 | function.c (ggc_mark_struct_function): Mark f->outer. | Zack Weinberg | 1 | -5/+3 |
2001-08-31 | function.c: Remove all_functions. | Zack Weinberg | 1 | -2/+3 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -13/+13 |
2001-08-15 | rtl.h (only_sets_cc0_p): New prototype. | John Wehle | 1 | -1/+1 |
2001-08-12 | gcc.c: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2001-08-07 | alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_P | Jan Hubicka | 1 | -1/+1 |
2001-07-20 | integrate.c (copy_insn_list): handle NOTE_INSN_DELETED_LABEL, as if it were C... | Jan Hubicka | 1 | -7/+15 |
2001-07-19 | Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h. | Neil Booth | 1 | -1/+1 |
2001-07-18 | * integrate.c (output_inline_function): Correct type of debug_hooks. | Andreas Jaeger | 1 | -1/+1 |
2001-07-16 | basic-block.h (CLEANUP_PRE_SIBCALL): New constant. | Jan Hubicka | 1 | -8/+9 |
2001-07-15 | Makefile.in (integrate.o): Add debug.h. | Richard Kenner | 1 | -1/+7 |
2001-06-21 | * integrate.c (mark_hard_reg_initial_vals): Check for NULL. | DJ Delorie | 1 | -0/+3 |
2001-06-21 | integrate.c (ggc.h): Include. | DJ Delorie | 1 | -0/+141 |
2001-06-08 | except.c (get_exception_pointer, [...]): Take a struct function. | Richard Henderson | 1 | -0/+5 |
2001-06-04 | rtlanal.c (operand_preference): Fix preference for objects. | Jan Hubicka | 1 | -10/+5 |
2001-05-23 | * integrate.c (expand_inline_function): Handle CONCAT DECL_RESULT. | Richard Henderson | 1 | -0/+25 |
2001-05-17 | integrate.c (copy_rtx_and_substitute): Use simplify_gen_subreg. | Jan Hubicka | 1 | -29/+3 |
2001-05-05 | * integrate.c (copy_insn_list): Substitute NOTE_EXPECTED_VALUE. | Richard Henderson | 1 | -0/+5 |
2001-05-03 | integrate.h (struct inline_remap): Add leaf_reg_map table. | Mark Mitchell | 1 | -13/+5 |