Age | Commit message (Expand) | Author | Files | Lines |
2004-02-17 | (c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION. | Steven Bosscher | 1 | -3/+3 |
2004-02-12 | * function.c (update_epilogue_consts): Teach about binary operations. | Richard Kenner | 1 | -3/+27 |
2004-02-12 | emit-rtl.c (set_mem_attributes_minus_bitpos): Don't kill previous MEM_VOLATIL... | Richard Kenner | 1 | -0/+6 |
2004-02-10 | emit-rtl.c (set_decl_incoming_rtl): New. | Josef Zlomek | 1 | -7/+9 |
2004-02-07 | * function.c (assign_parms): Fix formatting. | David Edelsohn | 1 | -1/+2 |
2004-02-06 | tm.texi (INIT_CUMULATIVE_ARGS): Update doco. | Alan Modra | 1 | -1/+1 |
2004-02-02 | alias.c (record_set): Use hard_regno_nregs. | Jan Hubicka | 1 | -3/+3 |
2004-01-31 | bt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (". | Kazu Hirata | 1 | -3/+3 |
2004-01-26 | Do not assign long long argument to memory in prologue if loaded in register. | Fariborz Jahanian | 1 | -1/+4 |
2004-01-25 | c-common.h: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-01-22 | function.c (allocate_struct_function): Do not initialize expr, emit and varasm. | Jan Hubicka | 1 | -3/+3 |
2004-01-17 | final.c (SEEN_BB, [...]): Define. | Daniel Jacobowitz | 1 | -2/+3 |
2004-01-13 | re PR c++/13376 (Incorrect dumps of RTL for passes that use current_function_... | Steven Bosscher | 1 | -2/+7 |
2004-01-03 | Fix messed up accidental commit. | Steven Bosscher | 1 | -0/+2 |
2003-12-30 | backport: et-forest.h (et_forest_create, [...]): Declarations removed. | Steven Bosscher | 1 | -2/+0 |
2003-12-23 | function.c (assign_parms): Update max_parm_reg and parm_reg_stack_loc when ad... | David Edelsohn | 1 | -0/+19 |
2003-12-21 | alias.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-12-16 | flow.c (EXIT_IGNORE_STACK): Move to ... | Kazu Hirata | 1 | -9/+7 |
2003-12-13 | c-typeck.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-12-11 | Fix for problem with unnecessary volatile mems. | James E Wilson | 1 | -1/+11 |
2003-12-11 | basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. | Steven Bosscher | 1 | -9/+9 |
2003-12-07 | re PR rtl-optimization/13060 ([g77] ICE in fixup_var_refs_1, at function.c:19... | Eric Botcazou | 1 | -0/+16 |
2003-12-05 | re PR middle-end/11151 (__builtin_return(__builtin_apply(...)) gives wrong re... | Eric Botcazou | 1 | -0/+6 |
2003-12-02 | function.c (assign_parms): Make sure parm PARALLEL combined in reg is compose... | David Edelsohn | 1 | -5/+11 |
2003-12-01 | function.c (update_epilogue_consts): Don't use PARAMS. | Steven Bosscher | 1 | -1/+1 |
2003-11-24 | function.c: Make outer_function-chain external. | Waldek Hebisch | 1 | -1/+1 |
2003-11-20 | calls.c (expand_call): Allocate new temp in pass1. | Fariborz Jahanian | 1 | -3/+18 |
2003-11-14 | function.c (assign_parms): Use TREE_TYPE to determine the real type of the ar... | Jason Merrill | 1 | -4/+4 |
2003-11-14 | function.c (struct epi_info): New field const_equiv. | Richard Kenner | 1 | -11/+54 |
2003-11-12 | function.c (purge_addressof_1): Add libcall check. | Eric Christopher | 1 | -23/+24 |
2003-11-01 | function.c (assign_parms): Add ATTRIBUTE_UNUSED to variable reg_parm_stack_sp... | John David Anglin | 1 | -1/+1 |
2003-10-30 | function.c (purge_addressof_1): Add case for REG_RETVAL notes when modes are ... | Eric Christopher | 1 | -1/+4 |
2003-10-11 | re PR rtl-optimization/12544 (ICE with large parameters used in nested functi... | Eric Botcazou | 1 | -5/+7 |
2003-10-08 | function.c (pad_to_arg_alignment): Move 'boundary_in_bytes' definition to abo... | Geoffrey Keating | 1 | -2/+1 |
2003-10-07 | function.c (pad_to_arg_alignment): Take STACK_POINTER_OFFSET into account whe... | Geoffrey Keating | 1 | -8/+21 |
2003-10-05 | c-pretty-print.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-10-05 | fold-const.c: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2003-09-21 | Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change. | Richard Henderson | 1 | -2/+2 |
2003-09-21 | tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const. | Richard Henderson | 1 | -2/+2 |
2003-09-20 | c-format.c (gcc_diag_char_table): Add %J. | Richard Henderson | 1 | -10/+8 |
2003-09-18 | re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc) | Mark Mitchell | 1 | -10/+3 |
2003-09-14 | function.c (STACK_BYTES): Move definition to head of file. | Richard Sandiford | 1 | -21/+50 |
2003-09-03 | targhooks.c: New file. | DJ Delorie | 1 | -28/+46 |
2003-08-29 | function.c (allocate_struct_function): New, split out of ... | Richard Henderson | 1 | -119/+51 |
2003-08-27 | calls.c (initialize_argument_information): If an argument has no stack space ... | Richard Sandiford | 1 | -3/+2 |
2003-08-19 | PR c++/10538, PR c/5582 | Andrew Pinski | 1 | -3/+3 |
2003-07-25 | Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC. | Gabriel Dos Reis | 1 | -8/+10 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -15/+14 |
2003-07-15 | expr.c (expand_assignment): Remove an unused argument SUGGEST_REG. | Kazu Hirata | 1 | -1/+1 |
2003-07-14 | tm.texi (BLOCK_REG_PADDING): Describe. | Alan Modra | 1 | -4/+26 |