summaryrefslogtreecommitdiff
path: root/gcc/function.c
Commit message (Expand)AuthorAgeFilesLines
* * function.c (keep_stack_depressed): Don't use delete_insn.kenner2001-10-011-10/+22
* * Makefile.in (cfgrtl.o): Add.hubicka2001-09-251-19/+5
* * function.c (pop_function_context_from): var_refs_queuekenner2001-09-231-55/+33
* * function.c (fix_lexical_address): Use set_mem_alias_set.kenner2001-09-221-2/+2
* * basic-block.h (flow_delete_insn, flow_delete_insn_chain): Kill.hubicka2001-09-211-2/+2
* * basic-block.h (free_bb_for_insn): Declare.hubicka2001-09-161-14/+1
* * function.c (ggc_mark_struct_function): Mark f->outer.zack2001-09-051-0/+2
* * function.h (struct function): Add arg_pointer_save_area_init.rth2001-09-031-11/+14
* * function.c: Remove all_functions. Make outer_function_chainzack2001-08-311-58/+60
* * function.c (expand_function_end): Don't init arg_pointer_save_area.rth2001-08-271-19/+36
* * function.c (thread_prologue_and_epilogue_insns): Avoidhubicka2001-08-231-0/+1
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * expmed.c (mode_for_extraction): New function.zack2001-08-221-21/+13
* * function.c (gen_mem_addressof): Don't call get_alias_set if no decl.rth2001-08-191-1/+1
* * optabs.h (OTI_flodiv, flodiv_optab): Kill.zack2001-08-181-14/+15
* Install the proper patch.hubicka2001-08-171-13/+17
* * expr.h: Split out optab- and libfunc-related code to...zack2001-08-131-0/+2
* * defaults.h: Define PREFERRED_STACK_BOUNDARY tozack2001-08-121-4/+0
* * calls.c, function.c: Always define PREFERRED_STACK_BOUNDARYzack2001-08-101-8/+1
* * stmt.c (expand_null_return_1): Remove code to generate simple returnsdanglin2001-08-101-12/+0
* * dbxout.c: Fix comment formatting.kazu2001-08-081-2/+2
* * alias.c (get_alias_set): Return a previously calculatedjason2001-08-081-1/+4
* * config/i386/i386.h (FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN): New.rth2001-08-061-2/+27
* * rs6000.md (define_splits): Kill unused constraints.hubicka2001-08-011-13/+7
* * function.c (pad_below): Revert 2001-07-26 patch.grahams2001-07-311-4/+1
* * i386.c (ix86_output_main_function_alignment_hack): New function.hubicka2001-07-301-1/+2
* * dwarf2out.c (dw_val_class_offset): New.rth2001-07-291-33/+94
* * function.c (locate_and_pad_parm): Also pad initial offsetgrahams2001-07-261-1/+4
* * alias.c (set_mem_alias_set): New function.kenner2001-07-111-7/+4
* 2001-07-10 Jan van Male <jan.vanmale@fenk.wau.nl>aj2001-07-101-1/+3
* Mon Jul 9 06:41:07 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>kenner2001-07-091-13/+3
* * emit-rtl.c (replace_equiv_address): New function.kenner2001-07-041-1/+1
* * emit-rtl.c (adjust_address): New function.kenner2001-07-021-11/+9
* Trivial whitespace changeskenner2001-07-011-0/+1
* * integrate.c (ggc.h): Include.dj2001-06-211-0/+3
* * function.c (gen_mem_addressof): Handle case where DECL is SAVE_EXPR.kenner2001-06-151-1/+4
* * function.c (diddle_return_value): Kill code to determinehubicka2001-06-081-38/+21
* * function.c (clobber_return_register): Clobber the pseudo returnhubicka2001-06-081-0/+11
* * c-tree.h (lang_decl): Add pending_sizes fields.mmitchel2001-06-051-8/+24
* * function.c (expand_function_start): Don't abort on PARALLELrth2001-05-251-10/+12
* * function.c (expand_function_start): Always use a pseudorth2001-05-231-22/+3
* * function.c (expand_function_start): Avoid creating BLKmodemmitchel2001-05-181-14/+18
* * function.c (fixup_var_regs_1, case SUBREG): Use promoted modekenner2001-05-021-1/+1
* * bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".ghazi2001-05-011-7/+7
* * function.c (purge_addressof_1): Remove the duplicatezack2001-04-271-19/+11
* * function.c (expand_function_end): Always clobber thegeoffk2001-04-261-19/+17
* * gcse.c (gcse_main): Fix comment typo.jakub2001-04-201-1/+1
* Fix ia64 libffi build failure.wilson2001-04-151-0/+4
* 2001-04-10 Andrew MacLeod <amacleod@redhat.com>amacleod2001-04-101-1/+1
* * function.h (virtuals_instantiated): Declare.dj2001-04-051-2/+4