aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-10-21expr.c (store_expr): Clean up by renaming want_value to call_param_p.Kazu Hirata1-20/+16
2004-10-20expr.c (store_expr): Remove code that is run when want_value & 1 is nonzero.Kazu Hirata1-93/+15
2004-10-20expr.c (store_field): Remove two arguments value_mode and unsignedp.Kazu Hirata1-64/+12
2004-10-19expr.c (expand_assignment): Remove the last argument.Kazu Hirata1-31/+16
2004-10-19expr.c (expand_expr_real_1): Remove unnecessary assignments to temp.Kazu Hirata1-4/+2
2004-10-18expr.c (expand_expr_real_1): Don't request a value to expand_assignment.Kazu Hirata1-3/+4
2004-10-17* expr.c (expand_expr_real_1): Remove an obsolete comment.Kazu Hirata1-8/+0
2004-10-03expr.c (expand_expr_addr_expr): Only accept Pmode or ptr_mode as valid modes ...Ulrich Weigand1-1/+1
2004-09-28re PR tree-optimization/17531 ([ivopts] ICE compiling gzip deflate.c)Richard Henderson1-14/+19
2004-09-27expr.c (expand_expr_real_1): Handle VEC_COND_EXPR.Devang Patel1-0/+4
2004-09-23tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos1-0/+34
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-14/+20
2004-09-15expr.c (string_constant): Handle also read-only variables initialized to stri...Jakub Jelinek1-17/+73
2004-09-11* expr.c (expand_expr_addr_expr_1) Rename from expand_expr_addr_expr.Richard Henderson1-7/+33
2004-09-10Add CONST1_RTX (vector mode) support.James E Wilson1-1/+1
2004-09-08emit-rtl.c (immed_double_const): Use gcc_assert and gcc_unreachable.Nathan Sidwell1-871/+824