aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
AgeCommit message (Expand)Author
2004-05-16backport: re PR middle-end/15054 (Bad code due to overlapping stack temporaries)Gabriel Dos Reis
2004-03-10re PR middle-end/14289 (ICE in a register array)Roger Sayle
2004-03-10re PR rtl-optimization/14381 (sched2 moving "may throw" instructions into epi...Andrew Haley
2003-12-11backport: re PR rtl-optimization/13060 ([g77] ICE in fixup_var_refs_1, at fun...Eric Botcazou
2003-11-14backport: [multiple changes]Matthias Klose
2003-10-11re PR rtl-optimization/12544 (ICE with large parameters used in nested functi...Eric Botcazou
2003-04-10re PR inline-asm/8803 (Internal compiler error in instantiate_virtual_regs_1,...Jan Hubicka
2003-04-07re PR rtl-optimization/8634 (incorrect code for inlining of memcpy under -O2)Richard Henderson
2003-03-24function.c (put_var_into_stack): Change bool parameter to int.Mark Mitchell
2003-03-24re PR c++/7086 (compile time regression)Mark Mitchell
2003-03-21re PR rtl-optimization/2001 (Inordinately long compile times in reload CSE regs)Richard Henderson
2003-03-21re PR inline-asm/7916 (ICE in instantiate_virtual_register_1)Jan Hubicka
2003-03-17function.c (thread_prologue_and_epilogue_insns): Set delete_unused argument t...Michael Hayes
2003-03-15re PR rtl-optimization/9387 (jump threading bug)Michael Hayes
2003-03-07re PR rtl-optimization/8726 ([3.2.1/3.3] gcc -O2 miscompiles Samba 2.2.7 on 3...Eric Botcazou
2003-01-27re PR rtl-optimization/9090 ([3.2/3.3/3.4 regression?] arm ICE with >= -O2; r...Richard Earnshaw
2002-12-13c-decl.c: Fix a comment typo.Kazu Hirata
2002-11-27expr.c (gen_group_rtx, [...]): New functions.John David Anglin
2002-10-14re PR rtl-optimization/6631 (Miscompiled structure access)Mark Mitchell
2002-10-11re PR c/7344 (performance regression on huge case statements)Jan Hubicka
2002-10-11decl.c (typename_hash): Use htab_hash_pointer.Kaveh R. Ghazi
2002-09-22dbxout.c: Follow spelling conventions.Kazu Hirata
2002-09-17calls.c (store_one_arg): Set default alignment for BLKmode arguments to BITS_...John David Anglin
2002-09-16ABOUT-NLS: Follow spelling conventions.Kazu Hirata
2002-08-29expr.h (enum block_op_methods): New.Richard Henderson
2002-08-06* function.c (TRAMPOLINE_ALIGNMENT): Always defined.Neil Booth
2002-08-04Index: ChangeLogGeoffrey Keating
2002-07-26function.c (assign_parms): Handle frontend-directed pass by invisible reference.Jason Merrill
2002-07-21gengenrtl.c (gencode): Don't define obstack_alloc_rtx.Neil Booth
2002-07-16varargs.h: Replace with stub which issues #error.Zack Weinberg
2002-06-22re PR middle-end/6963 (Linux kernel miscompile due to clobbered MEM_SIZE)Ulrich Weigand
2002-06-17function.h (struct function): Rename profile_label_no.Richard Henderson
2002-06-17function.c (epilogue_done): Correctly build a sequence of insns for a sibcall...Richard Earnshaw
2002-06-13alias.c (argument_registers): Remove.Jeff Law
2002-06-11Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller
2002-06-10alias.c (static_reg_base_value): New to hold RTL for items allocated once per...Jeff Law
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating
2002-05-21bb-reorder.c (make_reorder_chain_1): Modified.Zdenek Dvorak
2002-05-17final.c: Fix formatting.Kazu Hirata
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson
2002-05-16Basic block renumbering removal.Zdenek Dvorak
2002-05-15invoke.texi (-malign-double): Re-add lost warning.Jan Hubicka
2002-05-09final.c (end_final): Use C trees to output data structures for profiling.Jan Hubicka
2002-05-03* function.c: Fix formatting.Kazu Hirata
2002-04-30cpplex.c: Fix comment formatting.Kazu Hirata
2002-04-23re PR target/6413 (PROFILE_HOOK label_no)Alan Modra
2002-04-22re PR fortran/6138 (Incorrect access of integer*1 variables on PA)Mark Mitchell
2002-04-20Makefile.in: Update.Neil Booth
2002-04-19re PR c/6358 (GCC 3.1 ICE on statement expressions)Jakub Jelinek
2002-04-18* function.c: Revert patch for c/6358.Richard Henderson