summaryrefslogtreecommitdiff
path: root/gcc/function.c
Commit message (Expand)AuthorAgeFilesLines
* re PR rtl-optimization/12544 (ICE with large parameters used in nested functi...Eric Botcazou2003-10-111-5/+7
* function.c (pad_to_arg_alignment): Move 'boundary_in_bytes' definition to abo...Geoffrey Keating2003-10-081-2/+1
* function.c (pad_to_arg_alignment): Take STACK_POINTER_OFFSET into account whe...Geoffrey Keating2003-10-071-8/+21
* c-pretty-print.c: Fix comment typos.Kazu Hirata2003-10-051-1/+1
* fold-const.c: Follow spelling conventions.Kazu Hirata2003-10-051-1/+1
* Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson2003-09-211-2/+2
* tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson2003-09-211-2/+2
* c-format.c (gcc_diag_char_table): Add %J.Richard Henderson2003-09-201-10/+8
* re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc)Mark Mitchell2003-09-181-10/+3
* function.c (STACK_BYTES): Move definition to head of file.Richard Sandiford2003-09-141-21/+50
* targhooks.c: New file.DJ Delorie2003-09-031-28/+46
* function.c (allocate_struct_function): New, split out of ...Richard Henderson2003-08-291-119/+51
* calls.c (initialize_argument_information): If an argument has no stack space ...Richard Sandiford2003-08-271-3/+2
* PR c++/10538, PR c/5582Andrew Pinski2003-08-191-3/+3
* Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC.Gabriel Dos Reis2003-07-251-8/+10
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-15/+14
* expr.c (expand_assignment): Remove an unused argument SUGGEST_REG.Kazu Hirata2003-07-151-1/+1
* tm.texi (BLOCK_REG_PADDING): Describe.Alan Modra2003-07-141-4/+26
* function.c (assign_parms): Don't recombine complex args if fnargs is unchange...Richard Henderson2003-07-111-11/+26
* rtl.h (emit_line_note): Take a location_t.Nathan Sidwell2003-07-071-3/+3
* fold-const.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-011-384/+193
* rtl.h (emit_line_note_after): Remove.Nathan Sidwell2003-07-011-5/+2
* rtl.h (emit_note): Remove FILE parameter.Nathan Sidwell2003-06-271-8/+9
* basic-block.h: Fix comment formatting.Kazu Hirata2003-06-231-1/+1
* * function.c (set_insn_locators): Mark as unused.Andreas Schwab2003-06-221-1/+1
* tree.h (expand_function_end): Remove all parameters.Nathan Sidwell2003-06-201-14/+3
* decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi2003-06-161-1/+1
* convert.c, [...]: Replace overly specific references to "GNU C" and "GNU C Co...Nathanael Nerode2003-06-161-1/+1
* tree.h (init_function_start): Remove filename and line paramters.Nathan Sidwell2003-06-141-8/+7
* cfglayout.c (insn_scope): New static functionJan Hubicka2003-06-081-0/+18
* function.c (trampolines_created): New variable.Jakub Jelinek2003-06-041-0/+4
* function.c (assign_parms): Split complex arguments.Aldy Hernandez2003-06-031-1/+66
* Add missed chunk in last commit.Andreas Jaeger2003-05-311-2/+1
* function.c (trampoline_address): Remove ALLOCATE_TRAMPOLINE usage.Andreas Jaeger2003-05-311-5/+0
* tree.h (contains_placeholder_p): Now returns bool.Richard Kenner2003-05-271-2/+1
* * function.c (assign_parms): Check for zero size args.Alan Modra2003-05-171-0/+3
* coverage.h (coverage_counter_alloc): New function.Nathan Sidwell2003-05-111-2/+0
* expr.c (move_block_from_reg): Remove "size" parm.Alan Modra2003-05-091-10/+44
* function.c (assign_parms): Correct reversed reg_parm_stack_space test.Alan Modra2003-05-071-1/+4
* re PR c/10604 (-Wall includes sign conversion warning [3.3 regression])Zack Weinberg2003-05-031-7/+2
* calls.c (struct arg_data): Move offset, slot_offset, size and alignment_pad t...Alan Modra2003-05-021-135/+156
* * function.c (purge_addressof_1): Postpone insn in fewer cases.Zdenek Dvorak2003-04-301-7/+9
* Fix typo in comment.Richard Kenner2003-04-221-1/+1
* function.c (purge_addressof_1): In (mem (addressof (reg))) case for reg notes...J"orn Rennecke2003-04-221-0/+30
* function.c (purge_addressof_1): For ADDRESSOF...Richard Kenner2003-04-181-1/+9
* libfuncs.h (LTI_setbits, [...]): New.Richard Henderson2003-04-111-2/+1
* c-decl.c (struct binding_level): Add shadowed_tags and function_body...Zack Weinberg2003-04-111-4/+10
* re PR inline-asm/8803 (Internal compiler error in instantiate_virtual_regs_1,...Jan Hubicka2003-04-101-0/+6
* function.c (purge_addressof): Use free_INSN_LIST_node instead of free_EXPR_LI...Zdenek Dvorak2003-04-091-1/+1
* function.c (postponed_insns): New.Zdenek Dvorak2003-04-081-12/+41