| Commit message (Expand) | Author | Age | Files | Lines |
* | re PR rtl-optimization/13424 (gcc.dg/20031202-1.c is miscompiled) | Jakub Jelinek | 2004-01-29 | 1 | -4/+1 |
* | re PR middle-end/13779 ([3.4 only] powerpc64: incorrect initialization of 'lo... | Fariborz Jahanian | 2004-01-26 | 1 | -0/+3 |
* | alias.c, [...]: Update copyright. | Kazu Hirata | 2004-01-21 | 1 | -1/+1 |
* | defaults.h (CASE_VECTOR_PC_RELATIVE): Provide the default. | Kazu Hirata | 2004-01-19 | 1 | -5/+0 |
* | lang.c (java_estimate_num_insns_1): Fix bug in MODIFY_EXPR cost estimation. | Jan Hubicka | 2004-01-13 | 1 | -24/+0 |
* | * expr.c (expand_expr_real): More curefully expand union casts. | Jan Hubicka | 2004-01-10 | 1 | -1/+6 |
* | expr.h (expand_expr): Make it a macro, not a function. | Mark Mitchell | 2004-01-09 | 1 | -16/+30 |
* | alias.c: Fix comment typos. | Kazu Hirata | 2004-01-06 | 1 | -1/+1 |
* | * expr.c (store_constructor): Fix pasto in previous patch. | Jan Hubicka | 2004-01-02 | 1 | -3/+2 |
* | expmed.c (store_bit_field, [...]): Use new named patterns | Jan Hubicka | 2004-01-01 | 1 | -5/+46 |
* | c-common.c (c_expand_expr): Remove code to return a value different from that... | Mark Mitchell | 2003-12-31 | 1 | -5/+7 |
* | expr.c (check_max_integer_computation_mode): Remove. | Kazu Hirata | 2003-12-20 | 1 | -97/+0 |
* | c-typeck.c: Fix comment typos. | Kazu Hirata | 2003-12-13 | 1 | -1/+1 |
* | expr.c (store_constructor): Only set RTX_UNCHANGING_P for read-only field if ... | Jakub Jelinek | 2003-12-03 | 1 | -1/+4 |
* | re PR middle-end/7847 (pragma pack / attribute(packed): unaligned access to p... | Eric Botcazou | 2003-12-01 | 1 | -5/+7 |
* | ChangeLog.7: Fix comment typos. | Kazu Hirata | 2003-11-21 | 1 | -1/+1 |
* | calls.c (expand_call): Allocate new temp in pass1. | Fariborz Jahanian | 2003-11-20 | 1 | -1/+11 |
* | expr.c (expand_expr): Don't look through constant arrays if they don't bind l... | Richard Henderson | 2003-11-18 | 1 | -1/+2 |
* | expr.c (convert_move): Use GET_MODE_PRECISION instead of bitsize when seeing ... | Richard Kenner | 2003-11-17 | 1 | -2/+2 |
* | Makefile.in (expr.o): Depend on $(TARGET_H). | Richard Sandiford | 2003-11-16 | 1 | -15/+23 |
* | re PR rtl-optimization/12926 (Wrong value after assignment in initialize list... | Eric Botcazou | 2003-11-13 | 1 | -1/+5 |
* | re PR middle-end/11968 (Array reference is incorrectly computed for POINTERS_... | Roger Sayle | 2003-11-01 | 1 | -10/+0 |
* | expr.c (convert_move): Use FLOAT_EXTEND for extensions. | Eric Christopher | 2003-10-22 | 1 | -8/+10 |
* | expr.c (block_move_libcall_safe_for_call_parm): Clean up... | Geoffrey Keating | 2003-10-14 | 1 | -44/+34 |
* | expr.c (expand_expr <PLUS_EXPR>): Let expand_operands call safe_from_p for us... | Roger Sayle | 2003-10-11 | 1 | -9/+9 |
* | expr.c: Follow spelling conventions. | Kazu Hirata | 2003-10-11 | 1 | -1/+1 |
* | stor-layout.c (compute_record_mode): Don't force BLKmode if field is zero-len... | Richard Kenner | 2003-10-10 | 1 | -5/+9 |
* | expr.c (cmpstr_optab, [...]): New. | Zack Weinberg | 2003-10-07 | 1 | -0/+5 |
* | * libfuncs.h (LTI_extendsfdf2, LTI_extendsfxf2, LTI_extendsftf2) | Zack Weinberg | 2003-10-07 | 1 | -471/+58 |
* | expr.c (expand_expr <COND_EXPR>): Handle the void type semantics of COND_EXPR... | Roger Sayle | 2003-10-06 | 1 | -4/+12 |
* | toplev.c (flag_evaluation_order): New global variable. | Roger Sayle | 2003-09-28 | 1 | -0/+4 |
* | expr.c (emit_move_insn_1): If there is no move pattern for the original mode... | Richard Sandiford | 2003-09-26 | 1 | -0/+11 |
* | c-format.c (gcc_diag_char_table): Add %J. | Richard Henderson | 2003-09-20 | 1 | -2/+1 |
* | re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc) | Mark Mitchell | 2003-09-18 | 1 | -14/+3 |
* | tree.def (FFS_EXPR, [...]): Delete unused tree codes. | Roger Sayle | 2003-09-18 | 1 | -37/+0 |
* | c-common.c (handle_warn_unused_result_attribute): New function. | Jason Merrill | 2003-09-16 | 1 | -3/+15 |
* | expr.c (expand_operands): New function to expand an operand pair. | Roger Sayle | 2003-09-07 | 1 | -51/+53 |
* | targhooks.c: New file. | DJ Delorie | 2003-09-03 | 1 | -2/+2 |
* | expr.c (expand_expr): The code following both_summands performs the same task... | Roger Sayle | 2003-09-02 | 1 | -55/+7 |
* | function.c (allocate_struct_function): New, split out of ... | Richard Henderson | 2003-08-29 | 1 | -9/+1 |
* | builtins.c (build_function_call_expr): Don't set TREE_SIDE_EFFECTS here. | Nathan Sidwell | 2003-08-26 | 1 | -2/+0 |
* | re PR c/11369 (too relaxed checking with -Wstrict-prototypes) | Jan Hubicka | 2003-08-23 | 1 | -0/+9 |
* | builtins.c: Fix comment typos. | Kazu Hirata | 2003-08-19 | 1 | -1/+1 |
* | expr.c (expand_expr): If an ABS_EXPR has a complex type, abort. | Roger Sayle | 2003-08-12 | 1 | -2/+2 |
* | Makefile.in (bubblestrap): Don't require a previous full bootstrap. | Jason Merrill | 2003-07-31 | 1 | -3/+2 |
* | Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC. | Gabriel Dos Reis | 2003-07-25 | 1 | -1/+2 |
* | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 2003-07-19 | 1 | -5/+5 |
* | c-common.c (c_estimate_num_insns_1): Don't handle METHOD_CALL_EXPR. | Steven Bosscher | 2003-07-17 | 1 | -4/+0 |
* | expr.c (emit_block_move): Don't move anything if size is const 0. | Jakub Jelinek | 2003-07-16 | 1 | -1/+4 |
* | expr.c (expand_assignment): Remove an unused argument SUGGEST_REG. | Kazu Hirata | 2003-07-15 | 1 | -12/+6 |