OSDN Git Service

gcc/ChangeLog:
[pf3gnuchains/gcc-fork.git] / gcc / expr.c
2004-07-07 aolivagcc/ChangeLog:
2004-07-06 dberlin2004-07-06 Daniel Berlin <dberlin@dberlin.org>
2004-07-06 kenner * langhooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TY...
2004-07-05 sayle * calls.c (load_register_parameters): Call expand_shif...
2004-07-05 jakub * expr.c (expand_assignment): Disable the bitfield...
2004-07-05 jsm28 * c-decl.c, config/m32r/m32r.c, expr.c, optabs.c:...
2004-07-05 kenner * expr.c (expand_expr_real_1, case SWITCH_EXPR): Don...
2004-07-04 rth * rtl.def (ADDRESSOF): Remove.
2004-07-03 rth * c-decl.c (grokdeclarator): Don't frob current...
2004-07-02 rth * tree.def (RTL_EXPR): Remove.
2004-07-01 jakub * expr.c (expand_assignment): Optimize bitfld += cst...
2004-07-01 jlquinn2004-07-01 Jerry Quinn <jlquinn@optonline.net>
2004-07-01 rth * function.h (struct function): Remove dont_emi...
2004-06-30 jakub * simplify-rtx.c (simplify_binary_operation): Simplify
2004-06-26 kenner2004-06-26 Richard Kenner <kenner@vlsi1.ultra.nyu...
2004-06-23 rth * tree.def (VTABLE_REF): Remove.
2004-06-22 kenner * alias.c (adjust_offset_for_component_ref): Use
2004-06-19 hubicka CFG transparent RTL expansion:
2004-06-17 jason PR c++/16015
2004-06-16 bonzinigcc/ChangeLog:
2004-06-15 jlquinn2004-06-15 Jerry Quinn <jlquinn@optonline.net>
2004-05-30 kazu * c-common.c, calls.c, cfgcleanup.c, cgraph.c, cgraphu...
2004-05-28 bonzinigcc/ChangeLog:
2004-05-27 ebotcazou * expr.c (store_constructor): Restore sanity check on
2004-05-19 steven2004-05-19 Steven Bosscher <stevenb@suse.de>
2004-05-15 steven * c-gimplify.c (c_genericize):
2004-05-13 dnovilloMerge tree-ssa-20020619-branch into mainline.
2004-05-04 kenner * expr.c (store_constructor_field): Don't call store_c...
2004-05-02 kennerRevert my previous store_constructor* change
2004-05-01 uweigand PR middle-end/15054
2004-05-01 zack * tree.h (SET_ARRAY_OR_VECTOR_CHECK): Rename to SET_OR...
2004-04-30 kenner * expr.c (store_constructor): SIZE operand is now...
2004-04-25 kennerFix typo in comment.
2004-04-01 kenner * expr.c (get_inner_reference): Use DECL_UNSIGNED...
2004-04-01 kenner * builtins.c, c-aux-info.c, c-common.c, c-cppbuiltin...
2004-03-27 uweigand * expr.c (store_constructor): Use gen_int_mode to...
2004-03-22 ebotcazou PR middle-end/14470
2004-03-21 kenner * alias.c (get_alias_set): Remove handling of PLACEHOL...
2004-03-14 sayle * alias.c (get_alias_set): Replace calls via (*lang_ho...
2004-03-13 ebotcazou PR middle-end/14470
2004-03-08 ebotcazou * expr.c (highest_pow2_factor_for_type): Rename into
2004-03-04 kenner * expr.c (expand_expr_real, case COMPONENT_REF): Get...
2004-03-04 ebotcazou PR optimization/14235
2004-03-03 bonzini2004-02-07 Paolo Bonzini <bonzini@gnu.org>
2004-02-27 ebotcazou * fold-const.c (fold): Revert 2004-02-25 change. ...
2004-02-27 kazu * c-decl.c, c-ppoutput.c, combine.c, cppfiles.c, dwarf...
2004-02-19 ebotcazou * expr.c (is_aligning_offset): Check if we are alignin...
2004-02-17 rakdver * loop-iv.c: New file.
2004-02-12 kenner * emit-rtl.c (set_mem_attributes_minus_bitpos): Don...
2004-02-06 amodra * doc/tm.texi (INIT_CUMULATIVE_ARGS): Update doco.
2004-02-03 sayle PR target/9348
2004-02-03 rth PR target/13789
2004-01-29 jakub PR optimization/13424
2004-01-26 fjahanianPR middle-end/13779
2004-01-21 kazu * alias.c, basic-block.h, c-common.c, c-common.h,
2004-01-19 kazu * defaults.h (CASE_VECTOR_PC_RELATIVE): Provide the...
2004-01-13 hubicka * lang.c (java_estimate_num_insns_1): Fix bug in MODIF...
2004-01-10 hubicka * expr.c (expand_expr_real): More curefully expand...
2004-01-09 mmitchel * expr.h (expand_expr): Make it a macro, not a function.
2004-01-06 kazu * alias.c: Fix comment typos.
2004-01-02 hubicka * expr.c (store_constructor): Fix pasto in previous...
2004-01-01 hubicka * expmed.c (store_bit_field, extract_bit_field): Use...
2003-12-31 mmitchel * c-common.c (c_expand_expr): Remove code to return...
2003-12-20 kazu * expr.c (check_max_integer_computation_mode): Remove.
2003-12-13 kazu * c-typeck.c: Fix comment typos.
2003-12-03 jakub * expr.c (store_constructor): Only set RTX_UNCHANGING_...
2003-12-01 ebotcazou PR middle-end/7847
2003-11-21 kazu * ChangeLog.7: Fix comment typos.
2003-11-20 dje2003-11-20 Fariborz Jahanian <fjahanian@apple.com>
2003-11-18 rth * expr.c (expand_expr): Don't look through...
2003-11-18 kenner * expr.c (convert_move): Use GET_MODE_PRECISION instea...
2003-11-16 rsandifo * Makefile.in (expr.o): Depend on $(TARGET_H).
2003-11-13 ebotcazou PR optimization/12926
2003-11-01 sayle PR middle-end/11968
2003-10-22 echristo2003-10-21 Eric Christopher <echristo@redhat.com>
2003-10-14 geoffk * expr.c (block_move_libcall_safe_for_call_parm):...
2003-10-11 sayle * expr.c (expand_expr <PLUS_EXPR>): Let expand_operand...
2003-10-11 kazu * expr.c: Follow spelling conventions.
2003-10-10 kenner * stor-layout.c (compute_record_mode): Don't force...
2003-10-07 zack * expr.c (cmpstr_optab, cmpmem_optab): New.
2003-10-07 zack * libfuncs.h (LTI_extendsfdf2, LTI_extendsfxf2, LTI_ex...
2003-10-06 sayle * expr.c (expand_expr <COND_EXPR>): Handle the void...
2003-09-28 sayle * toplev.c (flag_evaluation_order): New global variable.
2003-09-26 rsandifo * expr.c (emit_move_insn_1): If there is no move patte...
2003-09-21 rth * c-format.c (gcc_diag_char_table): Add %J.
2003-09-18 mmitchel PR target/11184
2003-09-18 sayle * tree.def (FFS_EXPR, CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR,
2003-09-16 jakub * c-common.c (handle_warn_unused_result_attribute...
2003-09-07 sayle * expr.c (expand_operands): New function to expand...
2003-09-04 dj * targhooks.c: New file.
2003-09-02 sayle * expr.c (expand_expr): The code following both_summan...
2003-08-29 rth * function.c (allocate_struct_function): New...
2003-08-26 nathan * builtins.c (build_function_call_expr): Don't set
2003-08-23 hubicka PR target/11369
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>
next