OSDN Git Service

* longlong.h (umul_ppmm): Add ColdFire support.
[pf3gnuchains/gcc-fork.git] / gcc / expr.c
2003-08-19 kazu * builtins.c: Fix comment typos.
2003-08-12 sayle * expr.c (expand_expr): If an ABS_EXPR has a complex...
2003-08-01 jason * Makefile.in (bubblestrap): Don't require...
2003-07-25 gdr Remove pedwarn_with_decl, warning_with_decl...
2003-07-19 ghazi * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c...
2003-07-17 steven2003-07-17 Steven Bosscher <steven@gcc.gnu.org>
2003-07-16 jakub * expr.c (emit_block_move): Don't move anything if...
2003-07-15 kazu * expr.c (expand_assignment): Remove an unused argument
2003-07-14 amodra * doc/tm.texi (BLOCK_REG_PADDING): Describe.
2003-07-13 kenner * expr.c (expand_expr, case COMPONENT_REF): If reg...
2003-07-09 geoffk * expr.c (MOVE_MAX_PIECES): Move from here...
2003-07-07 sayle PR optimization/11059
2003-07-07 nathan * rtl.h (emit_line_note): Take a location_t.
2003-07-05 kazu * bt-load.c: Fix comment typos.
2003-07-05 kenner * expr.c (expand_expr, case COMPONENT_REF): When seein...
2003-07-04 law * expr.c (do_store_flag): Pass in the correct...
2003-07-03 law * expr.c (do_store_flag): Remove special case folding for
2003-07-02 ebotcazou PR optimization/11210
2003-06-29 uweigand * expr.c (clear_by_pieces): Fix prototype.
2003-06-29 aj * except.c: Convert prototypes to ISO C90.
2003-06-29 kazu * expr.c (emit_single_push_insn): If padding is needed
2003-06-27 nathan * rtl.h (emit_note): Remove FILE parameter.
2003-06-23 kazu * basic-block.h: Fix comment formatting.
2003-06-22 kazu * expr.c (emit_move_insn_1): Fix a comment typo.
2003-06-19 aldyh2003-06-19 Aldy Hernandez <aldyh@redhat.com>
2003-06-16 ghazicp:
2003-06-16 sayle * expr.c (expand_expr <PLUS_EXPR>): If operand_equal_p...
2003-06-14 sayle * expr.c (expand_expr <COMPLEX_CST>): Handle the case of
2003-06-11 uweigand * expr.c (can_move_by_pieces): align argument may...
2003-06-11 amylaar * expr.c (convert_move): Handle moves between two...
2003-06-09 rth * expr.h (EXPAND_MEMORY): New.
2003-06-03 sayle * expr.c (emit_move_insn_1): Use emit_move_insn to...
2003-06-03 jakub * builtins.c (expand_builtin_memcpy): Remove endp...
2003-05-30 sayle * cse.c (cse_insn): Simplify REG_EQUAL note on libcall...
2003-05-27 kenner * tree.h (contains_placeholder_p): Now returns bool.
2003-05-23 kennerFinish correcting inadvertent checkin.
2003-05-23 kennerRemove hunk commited in error.
2003-05-22 kenner * expr.c (expand_expr, case CONSTRUCTOR): Put into...
2003-05-13 dj* expr.c (move_by_pieces): Honor the alignment of TO...
2003-05-09 amodra * expr.c (move_block_from_reg): Remove "size" parm...
2003-05-07 zack * stmt.c (force_label_rtx): New function, based on...
2003-05-05 kenner * expr.c (expand_expr, case BIT_FIELD_REF)...
2003-05-04 kenner * expr.c (store_field): Don't clobber TEMP in shift...
2003-05-03 kenner * expr.c (expand_expr, case VIEW_CONVERT_EXPR): Don...
2003-05-03 kenner * emit-rtl.c (last_call_insn, add_function_usage_to...
2003-05-03 nathan * c-decl.c (pending_invalid_xref_file): Remove.
2003-05-01 nathan * input.h (lineno): Rename to ...
2003-04-30 aldyh2003-04-29 Aldy Hernandez <aldyh@redhat.com>
2003-04-28 jakub * c-decl.c (finish_decl): When prototype with asmspec...
2003-04-28 zack * expr.c (expand_expr <COMPLEX_CST, STRING_CST...
2003-04-26 kenner * expr.c (store_field): When making temporary for...
2003-04-22 rth PR 8866
2003-04-21 kenner * expr.c (store_constructor): Set RTX_UNCHANGING_P...
2003-04-16 kenner * expr.c (store_field): Force usage of bitfield...
2003-04-14 kenner * expr.c (highest_pow2_factor): Return unsigned.
2003-04-11 rth PR c++/10202
2003-04-11 rth * libfuncs.h (LTI_setbits, LTI_gcov_flush,...
2003-04-11 rth PR c/10201
2003-04-10 sje * expr.c (expand_assignment): Extend offset_rtx with...
2003-04-08 rth PR c/9516
2003-04-01 aldyh * testsuite/gcc.c-torture/execute/simd-3.c...
2003-03-24 mmitchel PR c++/7086
2003-03-18 jason PR c++/10091
2003-03-15 sayle * c-cppbuiltin.c (builtin_define_with_value_n): Fix...
2003-03-13 ansgar2003-03-13 Ansgar Esztermann <ansgar@thphy.uni-duesse...
2003-03-12 jason PR c++/7050
2003-03-09 hp * optabs.c (gen_move_insn): Move logic for synthesizin...
2003-03-05 sje * expr.c (convert_modes): Check for legal hard register.
2003-03-04 sje * expr.c (expand_expr): Call promote_mode to set unsig...
2003-02-26 hubicka * objc-act.c: Include cgraph.h
2003-02-23 amodra * calls.c (store_one_arg): Revert 1999-02-16 change...
2003-02-19 drow * expr.c (expand_expr): Use gen_int_mode for the argument
2003-02-01 rth2003-02-01 Richard Henderson <rth@redhat.com>
2003-01-31 rth * expr.c (store_expr): Promote all MEM intermed...
2003-01-26 aoliva* expr.c (emit_group_store): Initialize dst with CONST0_RTX
2003-01-17 kazu * et-forest.c: Fix comment typos.
2003-01-11 amodra * expr.c (expand_expr <RDIV_EXPR>): Correct recursive...
2002-12-23 dje * expr.c (expand_assignment): Apply special...
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-12-13 kazu * c-decl.c: Fix a comment typo.
2002-12-09 rth * target.h (gcc_target): Add cannot_force_const...
2002-12-09 sje * doc/tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove...
2002-12-06 jakub * expr.c (expand_expr) <case COND_EXPR>: Never modify...
2002-11-27 danglin * expr.c (gen_group_rtx, emit_group_move): New functions.
2002-11-20 sje * emit-rtl.c (gen_reg_rtx): Simplify mapping of Comple...
2002-11-11 hjl2002-11-10 H.J. Lu <hjl@gnu.org>
2002-11-01 hubicka * expr.c (emit_move_insn): Use SCALAR_FLOAT_MODE_P
2002-10-29 rth * expr.c (expand_expr) [PLUS]: Don't use simpli...
2002-10-24 sje * expr.c (convert_move): If unsignedp is less then...
2002-10-15 hubicka * expr.c (do_tablejump): Fix typo in my previous commit.
2002-10-15 hubicka * i386.md (movv2di_internal): New pattern.
2002-10-07 rth PR c/7411
2002-09-26 uweigand * expr.c (expand_expr) [MINUS_EXPR]: Convert A - const to
2002-09-22 kazu * dbxout.c: Follow spelling conventions.
2002-09-17 rth * expr.c (emit_block_move): Set memory block...
2002-09-04 danglin * expr.c (emit_group_load): Revise to allow splitting...
2002-09-03 grahams * expr.c (expand_expr): Remove extraneous comment...
2002-08-31 rth * expr.c (block_move_libcall_safe_for_call_parm...
2002-08-29 rth * expr.h (enum block_op_methods): New.
2002-08-20 rth * expr.c (TARGET_MEM_FUNCTIONS): Transform...
next