aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-28builtins.c: (expand_builtin_memset): Rewrite to support 'set_storage_via_setm...Adrian Straetling1-60/+64
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-21genopinit.c (vec_shl_optab, [...]): Initialize new optabs.Dorit Nuzman1-0/+7
2005-06-18expr.c (store_constructor): Use store of 0 to indicate value death instead of...Richard Henderson1-2/+2
2005-06-18tree.def (REDUC_MAX_EXPR, [...]): New tree-codes.Dorit Nuzman1-0/+10
2005-06-07tree-ssa-address.c: New file.Zdenek Dvorak1-5/+13
2005-06-06expr.c (do_store_flag): Remove check for non-negative BRANCH_COST.Eric Christopher1-2/+1
2005-06-04cfgexpand.c (expand_one_var): Use DECL_HAS_VALUE_EXPR_P.Daniel Berlin1-1/+1
2005-05-31expr.c (convert_move): When a partial_int requires multiple conversion steps...DJ Delorie1-4/+12
2005-05-17Makefile.in: Add tree-ssa-math-opts.c.Paolo Bonzini1-12/+0
2005-05-04re PR middle-end/21265 (GCC fails to optimize tail call to memset)Jakub Jelinek1-12/+19
2005-04-28bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN...Kazu Hirata1-3/+3
2005-04-27dojump.c: Fix comment typos.Kazu Hirata1-14/+14
2005-04-22builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'.Nathan Sidwell1-8/+7
2005-04-21Fix for latent bug in splitting arguments exposed by rs6000_arg_partial_bytes...Alan Modra1-2/+3
2005-04-14re PR middle-end/14311 (builtins for atomic operations needed)Richard Henderson1-0/+24
2005-03-30tree.def (FILE_TYPE): Removed.Tom Tromey1-1/+0
2005-03-11re PR rtl-optimization/20306 (FP complex modes moved via GPRs)David Edelsohn1-11/+17
2005-03-10expr.c (expand_expr_real_1): If possible, use a conditional move for expandin...Steven Bosscher1-7/+48
2005-03-09* expr.c (expand_assignment): Remove orig_to_rtx.Kazu Hirata1-2/+1
2005-03-02PR middle-end/18029 and PR middle-end/18030Kazu Hirata1-0/+35
2005-01-29re PR middle-end/19689 (ICE in store_bit_field, at expmed.c)Richard Henderson1-6/+12
2005-01-29re PR middle-end/19687 (ICE with union initializer)Richard Henderson1-19/+23
2005-01-26For real this time...Richard Henderson1-1/+15
2005-01-26Revert last change.Richard Henderson1-15/+1
2005-01-26re PR middle-end/18008 (Duplicate mask on bitfield insertion)Richard Henderson1-1/+15
2005-01-26re PR middle-end/19515 (Violation of C99 6.7.8 ยง21 for unions)Richard Henderson1-8/+48
2005-01-23alias.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2005-01-19re PR middle-end/19304 (wrong code for spec test from emit_move_change_mode)Richard Henderson1-24/+22
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-11expr.c (store_constructor): Use rtvec_alloc instead of alloca+gen_rtvec_v...Richard Henderson1-6/+6
2004-12-29target.h (targetm.calls.arg_partial_bytes): New.Richard Henderson1-20/+12
2004-12-25expr.c (clear_storage): Validate CONST0_RTX extant.Richard Henderson1-17/+36
2004-12-23re PR middle-end/17746 (ICE when building the Ada RTS)Eric Botcazou1-11/+26
2004-12-22optabs.h (OTI_movmisalign, [...]): New.Richard Henderson1-4/+27
2004-12-21expr.c (emit_group_load_1): Return the source if the move is a regular move b...Eric Botcazou1-0/+5
2004-12-20re PR middle-end/18776 (Libgfortran doesn't build again)Eric Botcazou1-7/+39
2004-12-20re PR middle-end/18191 (Struct member is not getting default-initialized)Steven Bosscher1-13/+30
2004-12-18re PR middle-end/18548 (Miscompiles code generated by Gambit-C Scheme->C comp...Roger Sayle1-1/+6
2004-12-12expr.c (emit_move_change_mode): New.Richard Henderson1-29/+38
2004-12-12re PR tree-optimization/18040 (ICE in for_each_index, at tree-ssa-loop-im.c:178)Andrew Pinski1-19/+0
2004-12-09tree.def (SET_TYPE): Remove.Nathan Sidwell1-183/+1
2004-12-07c-common.c, [...]: Replace uses of first_rtl_op with TREE_CODE_LENGTH.Kazu Hirata1-1/+1
2004-12-06expr.c (expand_expr_real_1): Remove an "if" whose condition is always false.Kazu Hirata1-6/+0
2004-12-06expr.c (expand_expr_real_1): Abort on COND_EXPR of VOID_TYPE.Kazu Hirata1-15/+4
2004-12-03alias.c (component_uses_parent_alias_set): Rename from can_address_p.Richard Henderson1-2/+1
2004-12-02expr.c (write_complex_part): Use simplify_gen_subreg when the submode is at l...Richard Henderson1-6/+34
2004-12-01expr.c (expand_assignment): Handle CONCAT both as a final destination and as ...Richard Henderson1-2/+10
2004-12-01expr.c (get_inner_reference): Fix thinko in REAL/IMAGPART_EXPR offsetting.Richard Henderson1-2/+2
2004-12-01re PR rtl-optimization/15289 (reload error with non-lowpart subregs)Richard Henderson1-358/+401