aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-27re PR rtl-optimization/9090 ([3.2/3.3/3.4 regression?] arm ICE with >= -O2; r...Richard Earnshaw1-4/+1
2003-01-25builtins.c (purge_builtin_constant_p): Scan insn stream sequentially rather t...Roger Sayle1-2/+1
2003-01-25function.h (struct function): New field calls_constant_p.Roger Sayle1-0/+2
2003-01-24emit-rtl.c (reg_attrs_htab): New static variable.Jan Hubicka1-9/+0
2003-01-24Rename -W to -Wextra.Phil Edwards1-2/+3
2003-01-16arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned warning.Kaveh R. Ghazi1-1/+1
2003-01-10Merge from pch-branch.Geoffrey Keating1-1/+1
2003-01-09function.c (assign_parms): Don't set pretend_args_size if REG_PARM_STACK_SPACE.Dale Johannesen1-0/+6
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-74/+3
2002-12-13c-decl.c: Fix a comment typo.Kazu Hirata1-1/+1
2002-11-27expr.c (gen_group_rtx, [...]): New functions.John David Anglin1-12/+19
2002-10-14re PR rtl-optimization/6631 (Miscompiled structure access)Mark Mitchell1-1/+2
2002-10-11re PR c/7344 (performance regression on huge case statements)Jan Hubicka1-0/+2
2002-10-11decl.c (typename_hash): Use htab_hash_pointer.Kaveh R. Ghazi1-1/+1
2002-09-22dbxout.c: Follow spelling conventions.Kazu Hirata1-6/+6
2002-09-17calls.c (store_one_arg): Set default alignment for BLKmode arguments to BITS_...John David Anglin1-7/+20
2002-09-16ABOUT-NLS: Follow spelling conventions.Kazu Hirata1-1/+1
2002-08-29expr.h (enum block_op_methods): New.Richard Henderson1-1/+1
2002-08-06* function.c (TRAMPOLINE_ALIGNMENT): Always defined.Neil Booth1-6/+1
2002-08-04Index: ChangeLogGeoffrey Keating1-3/+0
2002-07-26function.c (assign_parms): Handle frontend-directed pass by invisible reference.Jason Merrill1-0/+9
2002-07-21gengenrtl.c (gencode): Don't define obstack_alloc_rtx.Neil Booth1-1/+0
2002-07-16varargs.h: Replace with stub which issues #error.Zack Weinberg1-30/+3
2002-06-22re PR middle-end/6963 (Linux kernel miscompile due to clobbered MEM_SIZE)Ulrich Weigand1-13/+11
2002-06-17function.h (struct function): Rename profile_label_no.Richard Henderson1-4/+5
2002-06-17function.c (epilogue_done): Correctly build a sequence of insns for a sibcall...Richard Earnshaw1-1/+2
2002-06-13alias.c (argument_registers): Remove.Jeff Law1-3/+0
2002-06-11Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller1-64/+72
2002-06-10alias.c (static_reg_base_value): New to hold RTL for items allocated once per...Jeff Law1-0/+3
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-216/+77
2002-05-21bb-reorder.c (make_reorder_chain_1): Modified.Zdenek Dvorak1-1/+1
2002-05-17final.c: Fix formatting.Kazu Hirata1-5/+5
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson1-1/+1
2002-05-16Basic block renumbering removal.Zdenek Dvorak1-1/+1
2002-05-15invoke.texi (-malign-double): Re-add lost warning.Jan Hubicka1-0/+4
2002-05-09final.c (end_final): Use C trees to output data structures for profiling.Jan Hubicka1-0/+2
2002-05-03* function.c: Fix formatting.Kazu Hirata1-33/+33
2002-04-30cpplex.c: Fix comment formatting.Kazu Hirata1-1/+1
2002-04-23re PR target/6413 (PROFILE_HOOK label_no)Alan Modra1-2/+8
2002-04-22re PR fortran/6138 (Incorrect access of integer*1 variables on PA)Mark Mitchell1-30/+54
2002-04-20Makefile.in: Update.Neil Booth1-18/+6
2002-04-19re PR c/6358 (GCC 3.1 ICE on statement expressions)Jakub Jelinek1-15/+34
2002-04-18* function.c: Revert patch for c/6358.Richard Henderson1-33/+14
2002-04-18re PR c/6358 (GCC 3.1 ICE on statement expressions)Jakub Jelinek1-14/+33
2002-04-12function.c (fixup_var_refs_1): For paradoxical (subreg VAR), replace VAR, don...Hans-Peter Nilsson1-8/+22
2002-04-02function.c (assign_temp): Accept either type or decl argument.Eric Botcazou1-5/+30
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-3/+3
2002-03-20Makefile.in: Update.Neil Booth1-1/+2
2002-03-12re PR target/5901 ([IA64] misplaced .body)Richard Henderson1-44/+48
2002-03-09emit-rtl.c (copy_most_rtx): Accept EXPR_LIST for may_share.Richard Kenner1-48/+74