summaryrefslogtreecommitdiff
path: root/gcc/expr.c
Commit message (Expand)AuthorAgeFilesLines
* * bt-load.c, cfgexpand.c, dwarf2out.c, emit-rtl.c, expr.c,kazu2005-04-281-3/+3
* * dojump.c: Fix comment typos. emit-rtl.c, expmed.c, expr.c,kazu2005-04-271-14/+14
* * builtins.c (gimplify_va_arg_expr): Reword comments to avoidnathan2005-04-221-8/+7
* Fix for latent bug in splitting arguments exposed byfjahanian2005-04-211-2/+3
* PR middle-end/14311rth2005-04-141-0/+24
* gcc:tromey2005-03-301-1/+0
* PR rtl-optimization/20306dje2005-03-111-11/+17
* * expr.c (expand_expr_real_1): If possible, use a conditionalsteven2005-03-101-7/+48
* * expr.c (expand_assignment): Remove orig_to_rtx.kazu2005-03-091-2/+1
* PR middle-end/18029 and PR middle-end/18030kazu2005-03-021-0/+35
* PR middle-end/19689rth2005-01-301-6/+12
* PR middle-end/19687rth2005-01-301-19/+23
* For real this time...rth2005-01-271-1/+15
* Revert last change.rth2005-01-261-15/+1
* PR middle-end/18008rth2005-01-261-1/+15
* PR middle-end/19515rth2005-01-261-8/+48
* * alias.c, c-common.h, c-incpath.c, c-incpath.h, expr.c,kazu2005-01-231-2/+2
* PR middle-end/19304rth2005-01-201-24/+22
* * basic-block.h, c-common.c, c-cppbuiltin.c, c-lang.c,kazu2005-01-181-1/+1
* * expr.c (store_constructor): Use rtvec_alloc instead ofrth2005-01-111-6/+6
* * target.h (targetm.calls.arg_partial_bytes): New.rth2004-12-301-20/+12
* * expr.c (clear_storage): Validate CONST0_RTX extant. Special caserth2004-12-261-17/+36
* PR middle-end/17746ebotcazou2004-12-231-11/+26
* * optabs.h (OTI_movmisalign, movmisalign_optab): New.rth2004-12-231-4/+27
* * expr.c (emit_group_load_1): Return the source if the moveebotcazou2004-12-211-0/+5
* PR middle-end/18776ebotcazou2004-12-201-7/+39
* gcc/steven2004-12-201-13/+30
* PR middle-end/18548sayle2004-12-181-1/+6
* * expr.c (emit_move_change_mode): New.rth2004-12-121-29/+38
* 2004-12-12 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-12-121-19/+0
* * tree.def (SET_TYPE): Remove.nathan2004-12-091-183/+1
* gcc/kazu2004-12-071-1/+1
* * expr.c (expand_expr_real_1): Remove an "if" whose conditionkazu2004-12-061-6/+0
* * expr.c (expand_expr_real_1): Abort on COND_EXPR ofkazu2004-12-061-15/+4
* * alias.c (component_uses_parent_alias_set): Rename fromrth2004-12-041-2/+1
* * expr.c (write_complex_part): Use simplify_gen_subreg when therth2004-12-021-6/+34
* * expr.c (expand_assignment): Handle CONCAT both as a finalrth2004-12-021-2/+10
* * expr.c (get_inner_reference): Fix thinko in REAL/IMAGPART_EXPRrth2004-12-011-2/+2
* PR rtl-opt/15289rth2004-12-011-358/+401
* * expr.c (optimize_bitfield_assignment_op): Split out from ...rth2004-12-011-137/+143
* * expr.c (get_inner_reference): Handle REAL/IMAGPART_EXPR.rth2004-11-301-53/+81
* * expr.c (emit_group_load_1): Don't die on const_int orig_src.amodra2004-11-301-2/+4
* * expr.c (expand_expr_real_1, case NOP_EXPR): Properly handlekenner2004-11-301-17/+20
* * expr.c (expand_expr_real_1, case ARRAY_REF): Properly fold withkenner2004-11-291-24/+6
* * expr.c (categorize_ctor_elements_1, case STRING_CST): New case.kenner2004-11-291-0/+6
* gcc/steven2004-11-241-2/+0
* * rtl.h (validate_subreg): Declare.rth2004-11-241-44/+31
* * cselib.c, expr.c: Fix comment typos.kazu2004-11-141-1/+1
* * calls.c (precompute_register_parameters): Force all PARALLELsrth2004-11-141-12/+81
* * expr.c (emit_group_load) <CONCAT>: Use extract_bit_fieldebotcazou2004-11-121-2/+3