Age | Commit message (Expand) | Author | Files | Lines |
2005-07-07 | expr.c: (set_storage_via_setmem): Convert opchar to mode defined by back-end. | Adrian Straetling | 1 | -5/+11 |
2005-07-06 | Removal of -fforce-mem. | Fariborz Jahanian | 1 | -3/+0 |
2005-07-02 | re PR target/21742 (unrecognized insn for struct-layout-1 tests with complex ... | David Edelsohn | 1 | -10/+21 |
2005-06-28 | builtins.c: (expand_builtin_memset): Rewrite to support 'set_storage_via_setm... | Adrian Straetling | 1 | -60/+64 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-21 | genopinit.c (vec_shl_optab, [...]): Initialize new optabs. | Dorit Nuzman | 1 | -0/+7 |
2005-06-18 | expr.c (store_constructor): Use store of 0 to indicate value death instead of... | Richard Henderson | 1 | -2/+2 |
2005-06-18 | tree.def (REDUC_MAX_EXPR, [...]): New tree-codes. | Dorit Nuzman | 1 | -0/+10 |
2005-06-07 | tree-ssa-address.c: New file. | Zdenek Dvorak | 1 | -5/+13 |
2005-06-06 | expr.c (do_store_flag): Remove check for non-negative BRANCH_COST. | Eric Christopher | 1 | -2/+1 |
2005-06-04 | cfgexpand.c (expand_one_var): Use DECL_HAS_VALUE_EXPR_P. | Daniel Berlin | 1 | -1/+1 |
2005-05-31 | expr.c (convert_move): When a partial_int requires multiple conversion steps... | DJ Delorie | 1 | -4/+12 |
2005-05-17 | Makefile.in: Add tree-ssa-math-opts.c. | Paolo Bonzini | 1 | -12/+0 |
2005-05-04 | re PR middle-end/21265 (GCC fails to optimize tail call to memset) | Jakub Jelinek | 1 | -12/+19 |
2005-04-28 | bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN... | Kazu Hirata | 1 | -3/+3 |
2005-04-27 | dojump.c: Fix comment typos. | Kazu Hirata | 1 | -14/+14 |
2005-04-22 | builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'. | Nathan Sidwell | 1 | -8/+7 |
2005-04-21 | Fix for latent bug in splitting arguments exposed by rs6000_arg_partial_bytes... | Alan Modra | 1 | -2/+3 |
2005-04-14 | re PR middle-end/14311 (builtins for atomic operations needed) | Richard Henderson | 1 | -0/+24 |
2005-03-30 | tree.def (FILE_TYPE): Removed. | Tom Tromey | 1 | -1/+0 |
2005-03-11 | re PR rtl-optimization/20306 (FP complex modes moved via GPRs) | David Edelsohn | 1 | -11/+17 |
2005-03-10 | expr.c (expand_expr_real_1): If possible, use a conditional move for expandin... | Steven Bosscher | 1 | -7/+48 |
2005-03-09 | * expr.c (expand_assignment): Remove orig_to_rtx. | Kazu Hirata | 1 | -2/+1 |
2005-03-02 | PR middle-end/18029 and PR middle-end/18030 | Kazu Hirata | 1 | -0/+35 |
2005-01-29 | re PR middle-end/19689 (ICE in store_bit_field, at expmed.c) | Richard Henderson | 1 | -6/+12 |
2005-01-29 | re PR middle-end/19687 (ICE with union initializer) | Richard Henderson | 1 | -19/+23 |
2005-01-26 | For real this time... | Richard Henderson | 1 | -1/+15 |
2005-01-26 | Revert last change. | Richard Henderson | 1 | -15/+1 |
2005-01-26 | re PR middle-end/18008 (Duplicate mask on bitfield insertion) | Richard Henderson | 1 | -1/+15 |
2005-01-26 | re PR middle-end/19515 (Violation of C99 6.7.8 ยง21 for unions) | Richard Henderson | 1 | -8/+48 |
2005-01-23 | alias.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2005-01-19 | re PR middle-end/19304 (wrong code for spec test from emit_move_change_mode) | Richard Henderson | 1 | -24/+22 |
2005-01-18 | basic-block.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-11 | expr.c (store_constructor): Use rtvec_alloc instead of alloca+gen_rtvec_v... | Richard Henderson | 1 | -6/+6 |
2004-12-29 | target.h (targetm.calls.arg_partial_bytes): New. | Richard Henderson | 1 | -20/+12 |
2004-12-25 | expr.c (clear_storage): Validate CONST0_RTX extant. | Richard Henderson | 1 | -17/+36 |
2004-12-23 | re PR middle-end/17746 (ICE when building the Ada RTS) | Eric Botcazou | 1 | -11/+26 |
2004-12-22 | optabs.h (OTI_movmisalign, [...]): New. | Richard Henderson | 1 | -4/+27 |
2004-12-21 | expr.c (emit_group_load_1): Return the source if the move is a regular move b... | Eric Botcazou | 1 | -0/+5 |
2004-12-20 | re PR middle-end/18776 (Libgfortran doesn't build again) | Eric Botcazou | 1 | -7/+39 |
2004-12-20 | re PR middle-end/18191 (Struct member is not getting default-initialized) | Steven Bosscher | 1 | -13/+30 |
2004-12-18 | re PR middle-end/18548 (Miscompiles code generated by Gambit-C Scheme->C comp... | Roger Sayle | 1 | -1/+6 |
2004-12-12 | expr.c (emit_move_change_mode): New. | Richard Henderson | 1 | -29/+38 |
2004-12-12 | re PR tree-optimization/18040 (ICE in for_each_index, at tree-ssa-loop-im.c:178) | Andrew Pinski | 1 | -19/+0 |
2004-12-09 | tree.def (SET_TYPE): Remove. | Nathan Sidwell | 1 | -183/+1 |
2004-12-07 | c-common.c, [...]: Replace uses of first_rtl_op with TREE_CODE_LENGTH. | Kazu Hirata | 1 | -1/+1 |
2004-12-06 | expr.c (expand_expr_real_1): Remove an "if" whose condition is always false. | Kazu Hirata | 1 | -6/+0 |
2004-12-06 | expr.c (expand_expr_real_1): Abort on COND_EXPR of VOID_TYPE. | Kazu Hirata | 1 | -15/+4 |
2004-12-03 | alias.c (component_uses_parent_alias_set): Rename from can_address_p. | Richard Henderson | 1 | -2/+1 |
2004-12-02 | expr.c (write_complex_part): Use simplify_gen_subreg when the submode is at l... | Richard Henderson | 1 | -6/+34 |