aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
AgeCommit message (Expand)AuthorFilesLines
2003-11-14function.c (assign_parms): Use TREE_TYPE to determine the real type of the ar...Jason Merrill1-4/+4
2003-11-14function.c (struct epi_info): New field const_equiv.Richard Kenner1-11/+54
2003-11-12function.c (purge_addressof_1): Add libcall check.Eric Christopher1-23/+24
2003-11-01function.c (assign_parms): Add ATTRIBUTE_UNUSED to variable reg_parm_stack_sp...John David Anglin1-1/+1
2003-10-30function.c (purge_addressof_1): Add case for REG_RETVAL notes when modes are ...Eric Christopher1-1/+4
2003-10-11re PR rtl-optimization/12544 (ICE with large parameters used in nested functi...Eric Botcazou1-5/+7
2003-10-08function.c (pad_to_arg_alignment): Move 'boundary_in_bytes' definition to abo...Geoffrey Keating1-2/+1
2003-10-07function.c (pad_to_arg_alignment): Take STACK_POINTER_OFFSET into account whe...Geoffrey Keating1-8/+21
2003-10-05c-pretty-print.c: Fix comment typos.Kazu Hirata1-1/+1
2003-10-05fold-const.c: Follow spelling conventions.Kazu Hirata1-1/+1
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-2/+2
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-2/+2
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson1-10/+8
2003-09-18re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc)Mark Mitchell1-10/+3
2003-09-14function.c (STACK_BYTES): Move definition to head of file.Richard Sandiford1-21/+50
2003-09-03targhooks.c: New file.DJ Delorie1-28/+46
2003-08-29function.c (allocate_struct_function): New, split out of ...Richard Henderson1-119/+51
2003-08-27calls.c (initialize_argument_information): If an argument has no stack space ...Richard Sandiford1-3/+2
2003-08-19PR c++/10538, PR c/5582Andrew Pinski1-3/+3
2003-07-25Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC.Gabriel Dos Reis1-8/+10
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-15/+14
2003-07-15expr.c (expand_assignment): Remove an unused argument SUGGEST_REG.Kazu Hirata1-1/+1
2003-07-14tm.texi (BLOCK_REG_PADDING): Describe.Alan Modra1-4/+26
2003-07-11function.c (assign_parms): Don't recombine complex args if fnargs is unchange...Richard Henderson1-11/+26
2003-07-07rtl.h (emit_line_note): Take a location_t.Nathan Sidwell1-3/+3
2003-07-01fold-const.c: Convert prototypes to ISO C90.Andreas Jaeger1-384/+193
2003-07-01rtl.h (emit_line_note_after): Remove.Nathan Sidwell1-5/+2
2003-06-27rtl.h (emit_note): Remove FILE parameter.Nathan Sidwell1-8/+9
2003-06-23basic-block.h: Fix comment formatting.Kazu Hirata1-1/+1
2003-06-22* function.c (set_insn_locators): Mark as unused.Andreas Schwab1-1/+1
2003-06-20tree.h (expand_function_end): Remove all parameters.Nathan Sidwell1-14/+3
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi1-1/+1
2003-06-16convert.c, [...]: Replace overly specific references to "GNU C" and "GNU C Co...Nathanael Nerode1-1/+1
2003-06-14tree.h (init_function_start): Remove filename and line paramters.Nathan Sidwell1-8/+7
2003-06-08cfglayout.c (insn_scope): New static functionJan Hubicka1-0/+18
2003-06-04function.c (trampolines_created): New variable.Jakub Jelinek1-0/+4
2003-06-03function.c (assign_parms): Split complex arguments.Aldy Hernandez1-1/+66
2003-05-31Add missed chunk in last commit.Andreas Jaeger1-2/+1
2003-05-31function.c (trampoline_address): Remove ALLOCATE_TRAMPOLINE usage.Andreas Jaeger1-5/+0
2003-05-27tree.h (contains_placeholder_p): Now returns bool.Richard Kenner1-2/+1
2003-05-17* function.c (assign_parms): Check for zero size args.Alan Modra1-0/+3
2003-05-11coverage.h (coverage_counter_alloc): New function.Nathan Sidwell1-2/+0
2003-05-09expr.c (move_block_from_reg): Remove "size" parm.Alan Modra1-10/+44
2003-05-07function.c (assign_parms): Correct reversed reg_parm_stack_space test.Alan Modra1-1/+4
2003-05-03re PR c/10604 (-Wall includes sign conversion warning [3.3 regression])Zack Weinberg1-7/+2
2003-05-02calls.c (struct arg_data): Move offset, slot_offset, size and alignment_pad t...Alan Modra1-135/+156
2003-04-30* function.c (purge_addressof_1): Postpone insn in fewer cases.Zdenek Dvorak1-7/+9
2003-04-22Fix typo in comment.Richard Kenner1-1/+1
2003-04-22function.c (purge_addressof_1): In (mem (addressof (reg))) case for reg notes...J"orn Rennecke1-0/+30
2003-04-18function.c (purge_addressof_1): For ADDRESSOF...Richard Kenner1-1/+9