| Commit message (Expand) | Author | Age | Files | Lines |
* | * expr.c (expand_expr_real_1): If possible, use a conditional | steven | 2005-03-10 | 1 | -7/+48 |
* | * expr.c (expand_assignment): Remove orig_to_rtx. | kazu | 2005-03-09 | 1 | -2/+1 |
* | PR middle-end/18029 and PR middle-end/18030 | kazu | 2005-03-02 | 1 | -0/+35 |
* | PR middle-end/19689 | rth | 2005-01-30 | 1 | -6/+12 |
* | PR middle-end/19687 | rth | 2005-01-30 | 1 | -19/+23 |
* | For real this time... | rth | 2005-01-27 | 1 | -1/+15 |
* | Revert last change. | rth | 2005-01-26 | 1 | -15/+1 |
* | PR middle-end/18008 | rth | 2005-01-26 | 1 | -1/+15 |
* | PR middle-end/19515 | rth | 2005-01-26 | 1 | -8/+48 |
* | * alias.c, c-common.h, c-incpath.c, c-incpath.h, expr.c, | kazu | 2005-01-23 | 1 | -2/+2 |
* | PR middle-end/19304 | rth | 2005-01-20 | 1 | -24/+22 |
* | * basic-block.h, c-common.c, c-cppbuiltin.c, c-lang.c, | kazu | 2005-01-18 | 1 | -1/+1 |
* | * expr.c (store_constructor): Use rtvec_alloc instead of | rth | 2005-01-11 | 1 | -6/+6 |
* | * target.h (targetm.calls.arg_partial_bytes): New. | rth | 2004-12-30 | 1 | -20/+12 |
* | * expr.c (clear_storage): Validate CONST0_RTX extant. Special case | rth | 2004-12-26 | 1 | -17/+36 |
* | PR middle-end/17746 | ebotcazou | 2004-12-23 | 1 | -11/+26 |
* | * optabs.h (OTI_movmisalign, movmisalign_optab): New. | rth | 2004-12-23 | 1 | -4/+27 |
* | * expr.c (emit_group_load_1): Return the source if the move | ebotcazou | 2004-12-21 | 1 | -0/+5 |
* | PR middle-end/18776 | ebotcazou | 2004-12-20 | 1 | -7/+39 |
* | gcc/ | steven | 2004-12-20 | 1 | -13/+30 |
* | PR middle-end/18548 | sayle | 2004-12-18 | 1 | -1/+6 |
* | * expr.c (emit_move_change_mode): New. | rth | 2004-12-12 | 1 | -29/+38 |
* | 2004-12-12 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2004-12-12 | 1 | -19/+0 |
* | * tree.def (SET_TYPE): Remove. | nathan | 2004-12-09 | 1 | -183/+1 |
* | gcc/ | kazu | 2004-12-07 | 1 | -1/+1 |
* | * expr.c (expand_expr_real_1): Remove an "if" whose condition | kazu | 2004-12-06 | 1 | -6/+0 |
* | * expr.c (expand_expr_real_1): Abort on COND_EXPR of | kazu | 2004-12-06 | 1 | -15/+4 |
* | * alias.c (component_uses_parent_alias_set): Rename from | rth | 2004-12-04 | 1 | -2/+1 |
* | * expr.c (write_complex_part): Use simplify_gen_subreg when the | rth | 2004-12-02 | 1 | -6/+34 |
* | * expr.c (expand_assignment): Handle CONCAT both as a final | rth | 2004-12-02 | 1 | -2/+10 |
* | * expr.c (get_inner_reference): Fix thinko in REAL/IMAGPART_EXPR | rth | 2004-12-01 | 1 | -2/+2 |
* | PR rtl-opt/15289 | rth | 2004-12-01 | 1 | -358/+401 |
* | * expr.c (optimize_bitfield_assignment_op): Split out from ... | rth | 2004-12-01 | 1 | -137/+143 |
* | * expr.c (get_inner_reference): Handle REAL/IMAGPART_EXPR. | rth | 2004-11-30 | 1 | -53/+81 |
* | * expr.c (emit_group_load_1): Don't die on const_int orig_src. | amodra | 2004-11-30 | 1 | -2/+4 |
* | * expr.c (expand_expr_real_1, case NOP_EXPR): Properly handle | kenner | 2004-11-30 | 1 | -17/+20 |
* | * expr.c (expand_expr_real_1, case ARRAY_REF): Properly fold with | kenner | 2004-11-29 | 1 | -24/+6 |
* | * expr.c (categorize_ctor_elements_1, case STRING_CST): New case. | kenner | 2004-11-29 | 1 | -0/+6 |
* | gcc/ | steven | 2004-11-24 | 1 | -2/+0 |
* | * rtl.h (validate_subreg): Declare. | rth | 2004-11-24 | 1 | -44/+31 |
* | * cselib.c, expr.c: Fix comment typos. | kazu | 2004-11-14 | 1 | -1/+1 |
* | * calls.c (precompute_register_parameters): Force all PARALLELs | rth | 2004-11-14 | 1 | -12/+81 |
* | * expr.c (emit_group_load) <CONCAT>: Use extract_bit_field | ebotcazou | 2004-11-12 | 1 | -2/+3 |
* | * expr.c (mostly_zero_p): Make it static. | kazu | 2004-11-04 | 1 | -1/+1 |
* | PR middle-end/18163 | rth | 2004-10-28 | 1 | -2/+4 |
* | * expr.c (emit_group_store): Do not treat floats as BLKmode. | aldyh | 2004-10-26 | 1 | -2/+4 |
* | * expr.c (emit_group_load): Handle floats. | aldyh | 2004-10-26 | 1 | -0/+31 |
* | * expr.c (store_expr): Remove dont_store_target. | kazu | 2004-10-21 | 1 | -2/+0 |
* | * expr.c (store_expr): Clean up by renaming want_value to | kazu | 2004-10-21 | 1 | -20/+16 |
* | * expr.c (store_expr): Remove code that is run when | kazu | 2004-10-20 | 1 | -93/+15 |