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