aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-12-01expr.c (optimize_bitfield_assignment_op): Split out from ...Richard Henderson1-137/+143
2004-11-29expr.c (get_inner_reference): Handle REAL/IMAGPART_EXPR.Richard Henderson1-53/+81
2004-11-30* expr.c (emit_group_load_1): Don't die on const_int orig_src.Alan Modra1-2/+4
2004-11-29expr.c (expand_expr_real_1, [...]): Properly handle REDUCE_BIT_FIELD by apply...Richard Kenner1-17/+20
2004-11-28expr.c (expand_expr_real_1, [...]): Properly fold with non-zero lower bound.Richard Kenner1-24/+6
2004-11-28* expr.c (categorize_ctor_elements_1, case STRING_CST): New case.Richard Kenner1-0/+6
2004-11-24expr.c (expand_expr_real_1): Remove cases for EXIT_BLOCK_EXPR and LABELED_BLO...Steven Bosscher1-2/+0
2004-11-23rtl.h (validate_subreg): Declare.Richard Henderson1-44/+31
2004-11-14* cselib.c, expr.c: Fix comment typos.Kazu Hirata1-1/+1
2004-11-13calls.c (precompute_register_parameters): Force all PARALLELs into pseudo reg...Richard Henderson1-12/+81
2004-11-12expr.c (emit_group_load): Use extract_bit_field to load from the stack.Eric Botcazou1-2/+3
2004-11-04expr.c (mostly_zero_p): Make it static.Kazu Hirata1-1/+1
2004-10-27re PR middle-end/18163 (libffi test case ICE's on darwin)Richard Henderson1-2/+4
2004-10-26expr.c (emit_group_store): Do not treat floats as BLKmode.Aldy Hernandez1-2/+4
2004-10-26expr.c (emit_group_load): Handle floats.Aldy Hernandez1-0/+31
2004-10-21* expr.c (store_expr): Remove dont_store_target.Kazu Hirata1-2/+0