OSDN Git Service

d
[pf3gnuchains/gcc-fork.git] / gcc / expr.c
1998-11-24 law * cse.c (fold_rtx): Make autoincrement addressi...
1998-11-19 law * expr.c (STACK_BYTES): Delete unused macro.
1998-11-18 amylaar * expr.c (store_expr): Don't generate load-store pair
1998-10-28 nickcAdd code written by rth to generate use shifts to perfo...
1998-10-23 jason * expr.c (pending_chain): Move up.
1998-10-13 ghaziWarning fixes:
1998-10-13 law * expr.c (push_block): Handle targets where...
1998-10-11 raeburnFine-grained control of -fcheck-memory-usage with new...
1998-10-07 wilsonFix for irix6 -O0 bug, see testcase gcc.c-torture/compi...
1998-10-05 bothner8
1998-10-01 gavin * calls.c (expand_call) : Encapsulate code into
1998-09-30 law * expr.c (expand_expr): Handle COMPONENT_REF...
1998-09-28 mmitchel * c-common.c (c_get_alias_set): Tighten slightly for...
1998-09-24 amylaar * expr.c (store_constructor): When initializing a...
1998-09-15 rth * tree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused...
1998-09-08 law * expr.c: Corrected comment about what MOVE_RAT...
1998-08-30 law * expr.c (expand_expr): Change ">" to ">="...
1998-08-21 bothner
1998-08-18 law * expr.c (emit_block_move): Do not call memcpy...
1998-08-17 law * expr.c (move_by_pieces): No longer static...
1998-08-17 law8
1998-08-14 amylaar * expr.c (store_expr): Don't optimize away load-store...
1998-08-13 jason * expr.c (safe_from_p): Change code to ERROR_MARK...
1998-07-27 brolleyMon Jul 27 17:18:52 1998 Dave Brolley <brolley@cygnus...
1998-07-23 law * expr.c (check_max_integer_computation_mode...
1998-07-23 bothner8
1998-07-13 law * expr.c (expand_expr): Only set MEM_IN_STRUCT_...
1998-07-07 amylaar * expr.c (emit_queue): If emitting a SEQUENCE, set...
1998-07-01 rth * expr.c (emit_group_load, emit_group_store...
1998-07-01 rth * expr.c (expand_assignment, store_constructor...
1998-06-30 rth * rtl.def (CONSTANT_P_RTX): New.
1998-06-29 law * Merge from gcc2 June 9, 1998 snapshot. See...
1998-06-29 ghaziWarning fixes:
1998-06-25 mmitchel * invoke.texi (-fstrict-aliasing): Document.
1998-06-24 law * expr.c (expand_assignment): Rework address...
1998-06-24 jfc * optabs.c: Use gen_rtx_FOO (...) instead of gen_rtx...
1998-06-24 jfc * expr.c (get_memory_rtx): New function.
1998-06-19 law * expr.c (do_jump_by_parts_greater_rtx): Removed.
1998-06-17 jfc * haifa-sched.c (haifa_classify_insn): TRAP_IF is...
1998-06-17 law * expr.c (check_max_integer_computation_mode...
1998-06-12 schwab * expr.c (do_jump, case EQ_EXPR, NE_EXPR): When compar...
1998-06-10 wilsonFix build failure when pointers smaller than integers.
1998-06-08 amacleodThu Jun 8 14:16:15 EDT 1998 Andrew MacLeod <amacleod...
1998-06-08 rth* expr.c (force_operand): Detect PIC address loads...
1998-06-04 djeThu Jun 4 14:35:27 1998 David Edelsohn <edelsohn...
1998-06-04 law * expr.c (safe_from_p): Avoid combinatorial...
1998-06-02 rth * expr.c (store_expr): Revert stray patch associated...
1998-06-02 law * expr.c (emit_move_insn_1): When moving comple...
1998-06-02 law * expr.c (expand_expr, case ADDR_EXPR): Handle...
1998-06-02 law * expr.c (expand_builtin_setjmp): Handle BUILTI...
1998-05-22 rth* expr.c (expand_expr): For {BITFIELD,COMPONENT,ARRAY...
1998-05-19 ghaziWarning Fixes:
1998-05-18 rth* tree.h (TYPE_SIZE_UNIT): New.
1998-05-15 wilsonPatch from Alex Petit-Bianco.
1998-05-13 ghaziWarning fixes:
1998-05-06 lawtypo typo fixes fixes
1998-05-06 wilsonFix irix6 linker warning, multiply defined target_temp_...
1998-05-06 robertlWed May 6 06:35:38 1998 Robert Lipe <robertl@dgii...
1998-05-05 law * Check in merge from gcc2. See ChangeLog...
1998-05-04 wilsonFix bug where storing into const string gives core...
1998-04-28 wilsonFix x86 memset bug, reported by Karl Guenter Wuensch.
1998-04-24 jfc * expr.c (expand_builtin, case MEMSET): Set MEM_IN_STR...
1998-04-16 law * loop.c (regs_patch_p): Add prototype.
1998-04-16 law * expr.c (store_constructor_field): Add prototype.
1998-04-14 meissnerIf -Os, set MOVE_RATIO to 3, not 15
1998-04-08 bothnerd
1998-04-04 law * Check in merge from gcc2. See ChangeLog...
1998-03-20 ghaziMajor cutover to using system.h:
1998-03-18 rthWed Mar 18 13:42:01 1998 Richard Kenner <kenner@vlsi1...
1998-03-18 ghaziFix more warnings...
1998-02-28 ghaziFix warious warnings:
1998-02-12 robertl * expr.c (expand_assignment): Correct typo...
1998-02-11 law * except.c (start_dynamic_cleanup): Remove...
1998-02-07 law * expr.c (clear_pending_stack_adjust): Handle...
1998-02-02 rth * expr.c (expand_builtin_setjmp): Accept two new argum...
1998-02-02 law * expr.c (emit_push_insn): Add code to use movstrti...
1998-02-02 law * expr.c (emit_push_insn): Use same max-move-amount...
1998-02-01 law * expr.c (get_inner_reference): Use sbitsizetyp...
1998-01-23 wilsonRemove rest of bytecode stuff, except for the VMS ...
1998-01-20 lawRemove more bytecode stuff.
1998-01-20 law * Makefile.in: Remove all bytecode support.
1998-01-14 rth* alias.c: Change all uses of gen_rtx(FOO...) to gen_rt...
1998-01-14 lawBring in final gcc-2.8.0 changes.
1998-01-02 rth* c-decl.c (init_decl_processing): Provide proper fallb...
1997-12-29 lawd
1997-12-19 law * expr.c (do_tablejump): Let CASE_VECTOR_PC_REL...
1997-12-15 lawBring over changes from latest gcc-2.8 pre-release.
1997-12-13 bothner* expr.c (expand_builtin): Support BUILT_IN_FMOD ...
1997-12-07 lawMerge from gcc-2.8
1997-12-01 lawO Bring in changes from release branch (egcs_ss_...
1997-11-14 law * expr.c (expand_builtin_setjmp): Set
1997-11-14 wilsonpatch from paul eggert to fix -0.0/0.0 confusion that...
1997-11-02 lawUpdate mainline egcs to gcc2 snapshot 971021.
1997-11-02 law * expr.c (expand_builtin_setjmp): Don't emit...
1997-10-31 amylaar * expr.c (expand_increment): When enqueing a postincre...
1997-10-26 law * expr.c (expand_expr, case INDIRECT_REF):...
1997-10-26 law * expr.c (get_inner_reference): Remove the...
1997-10-18 devans * expr.c (use_group_regs): Don't call use_reg for...
1997-09-27 jason * c-decl.c (init_decl_processing): Add __builtin_dwarf...
1997-09-22 law * combine.c (try_combine): Use NULL_RTX instead...
next