OSDN Git Service

* machmode.def: Add BImode. Add a column for bitsize.
[pf3gnuchains/gcc-fork.git] / gcc / function.c
2000-09-17 cruxBring back equal forms for libcalls
2000-09-01 geoffk* stmt.c (expand_asm_operands): Twiddle generating_concat_p
2000-08-25 wilsonFix x86-x-ia64 abort while compiling glibc ldbl2mpn.c.
2000-08-18 kenner * function.c (fixup_var_refs_1, case MEM): Update...
2000-08-16 kenner * calls.c (calls_function_1, expand_call): Only test
2000-08-16 kenner * calls.c (ECF_SP_DEPRESSED): New macro.
2000-08-14 law * cse.c: Fix formatting.
2000-08-14 geoffk* flow.c (attempt_auto_inc): Remove unused variable...
2000-08-11 rth * function.c (put_reg_into_stack): Allow type...
2000-08-04 amylaar * function.c (schedule_fixup_var_refs): New function...
2000-08-04 law * alias.c (mark_constant_function): Use INSN_P.
2000-07-30 hubicka * function.c (assign_stack_local_1, assign_stack_temp_...
2000-06-21 law * function.c (round_down): Delete obsolete prototype.
2000-06-19 kenner * function.c (put_var_into_stack): Don't reference...
2000-06-05 kenner * function.c (assign_parms): Add missing argument...
2000-06-03 kenner * alias.c (struct alias_set_entry): New field has_zero...
2000-05-31 kenner * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.
2000-05-29 rth * function.c (emit_return_into_block): New...
2000-05-28 rth * function.c (diddle_return_value): A pcc-style...
2000-05-27 rth * function.c (thread_prologue_epilogue_insns...
2000-05-23 rth * function.c (thread_prologue_and_epilogue_insn...
2000-05-17 cagneyAdd options -Wunused-variable, -Wunused-function, ...
2000-05-09 zacktop level:
2000-05-04 ghazi * bb-reorder.c (get_next_bb_note, get_prev_bb_note...
2000-05-04 kenner * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGIN...
2000-04-27 hubicka * function.c (epilogue_done): Pass whole insn to recor...
2000-04-21 kenner * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_I...
2000-04-18 mmitchel * function.c (expand_function_start): Use hard_functio...
2000-04-12 rthJeffrey A Law (law@cygnus.com)
2000-04-12 mmitchel * function.c (aggregate_value_p): VOID_TYPE nodes...
2000-04-06 mmitchel * final.c (final): Use xcalloc to allocate line_note_e...
2000-03-30 law * function.c (expand_function_end): Pass alignm...
2000-03-30 kenner * calls.c (expand_call): Pass bit alignment to mark_re...
2000-03-30 kenner * builtins.c (get_pointer_alignment): Use host_integer...
2000-03-29 hubicka Convert ACCUMULATE_OUTGOING_ARGS to an expression.
2000-03-28 kenner * expr.c (store_constructor): SIZE now signed.
2000-03-25 kenner * Rework fields used to describe positions of bitfield...
2000-03-23 mmitchel * builtin.c (get_pointer_alignment): Use DECL_P...
2000-03-23 jason Implement dwarf2 exception handling for the...
2000-03-21 nathangcc
2000-03-19 loewis * emit-rtl.c (push_to_full_sequence, end_full_sequence...
2000-03-19 mmitchel * emit-rtl.c (remove_unncessary_notes): Check that all
2000-03-17 rthSibling call optimizations.
2000-03-14 rearnsha* function.c (prepare_function_start): Correctly initialize
2000-03-13 jason * function.c (put_var_into_stack): Use type_for...
2000-03-09 jason * except.c (can_throw): See through a SEQUENCE.
2000-03-06 mmitchel * function.c (free_temps_for_rtl_expr): Don't free...
2000-03-05 mmitchel * tree.def (RTL_EXPR): Update documentation.
2000-03-05 mmitchel Revert this patch:
2000-03-05 mmitchel * function.h (struct sequence_stack): Remove rtl_expr.
2000-02-28 kenner * function.c (number_blocks): Reset next_block_index...
2000-02-28 mmitchel * emit-rtl.c (remove_unncessary_notes): Remove notes...
2000-02-27 kenner * builtins.c (c_strlen): Use size_diffop and return...
2000-02-26 lawFix copyrights.
2000-02-19 kenner * bitmap.c (bitmap_operation): Avoid using -1 for...
2000-02-17 mmitchel * function.c (thread_prologue_and_epilogue_insns)...
2000-02-11 geoffk * function.c (thread_prologue_and_epilogue_insns)...
2000-02-10 hubicka * function.c (assign_temp): Change zero-sized arrays...
2000-02-10 cpopetz * function.c (thread_prologue_and_epilogue_insns)...
2000-02-10 cpopetz * function.c (thread_prologue_and_epilogue_insns)...
2000-02-08 cpopetz * function.c (thread_prologue_and_epilogue_insn...
2000-02-08 hp * function.c (emit_return_into_block): Wrap in #ifdef...
2000-02-07 hubicka * calls.c (compute_argument_block_size): New argument
2000-02-06 rth * flow.c (flow_delete_insn, make_edge, remove_e...
2000-02-04 rth * function.c (diddle_return_value): Rework...
2000-01-28 rth * flow.c (find_basic_blocks): Remove do_cleanup...
2000-01-27 geoffk* emit-rtl.c (unshare_all_rtl): Unshare virtual paramet...
2000-01-19 rth * stupid.c: Die die die.
2000-01-14 ghazi * eh-common.h: PROTO -> PARAMS.
2000-01-13 ghazi * calls.c (emit_call_1): Wrap varaible `struct_...
2000-01-09 ghazi * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses...
2000-01-04 ghazi * builtins.c (expand_builtin_strlen): Initialize varia...
2000-01-01 kenner * function.c (update_temp_slot_address): Handle case...
1999-12-27 rth * alias.c (nonlocal_reference_p): Add else...
1999-12-20 cruxcurrent_function -> cfun
1999-12-16 mmitchel * Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H.
1999-12-16 jason * function.c (retrofit_block): Abort if we...
1999-12-15 hubicka * function.c (PREFERRED_STACK_BOUDNARY): Provide defau...
1999-12-05 mmitchel * function.h (insert_block_after_note): Declare.
1999-12-04 geoffk* c-common.c (enum attrs): Add A_NO_LIMIT_STACK.
1999-11-18 mmitchel * except.h (struct eh_entry): Add goto_entry_p.
1999-11-16 rth * explow.c (hard_function_value): Add outgoing...
1999-11-13 law * function.c (diddle_return_value): Set REG_FUN...
1999-11-12 law * function.c (diddle_return_value): Only clal...
1999-11-12 law * function.c (diddle_return_value): Use hard_fu...
1999-11-08 mmitchel * cse.c (delete_trivially_dead_insns): Replace alloca...
1999-11-05 nickcoops - add missing return values
1999-11-05 nickcIf purge_addressof_1 fails to remove addressofs in...
1999-11-05 law * function.c (pad_to_arg_alignment): Only updat...
1999-11-05 rth * function.c (diddle_return_value): New.
1999-11-01 kennerFri Oct 29 15:25:07 1999 Arnaud Charlet <charlet...
1999-10-31 pcgSun Oct 31 13:32:15 CET 1999 Marc Lehmann <pcg@goof...
1999-10-29 clmFix up last patch.
1999-10-29 clmRemove stray comment.
1999-10-29 clm * expr.c (emit_push_insn): New argument alignme...
1999-10-29 mmitchel * except.c (free_eh_nesting_info): Free the info itself.
1999-10-27 rthReorg reg-stack to use the standard CFG.
1999-10-21 ghazi * calls.c: Include tm_p.h later, so everything...
1999-10-21 ghazi * function.c (record_insns, contains): Always...
1999-10-03 ghazi * cpplib.c (if_directive_nameo): Add static prototype.
next