| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | tm.texi (BLOCK_REG_PADDING): Describe. | Alan Modra | 2003-07-14 | 1 | -26/+46 |
* | expr.c (expand_expr, [...]): If reg... | Richard Kenner | 2003-07-13 | 1 | -28/+30 |
* | expr.c (MOVE_MAX_PIECES): Move from here... | Geoffrey Keating | 2003-07-09 | 1 | -11/+0 |
* | re PR rtl-optimization/11059 (empty union optimization ice) | Roger Sayle | 2003-07-07 | 1 | -10/+25 |
* | rtl.h (emit_line_note): Take a location_t. | Nathan Sidwell | 2003-07-07 | 1 | -1/+1 |
* | bt-load.c: Fix comment typos. | Kazu Hirata | 2003-07-05 | 1 | -1/+1 |
* | expr.c (expand_expr, [...]): When seeing if should use bitfield operations... | Richard Kenner | 2003-07-05 | 1 | -1/+4 |
* | expr.c (do_store_flag): Pass in the correct result type when calling fold_sin... | Jeff Law | 2003-07-04 | 1 | -3/+6 |
* | expr.c (do_store_flag): Remove special case folding for single bit tests. | Jeff Law | 2003-07-02 | 1 | -55/+7 |
* | re PR rtl-optimization/11210 (optimizer drops conditional with typecast from ... | Eric Botcazou | 2003-07-02 | 1 | -0/+3 |
* | * expr.c (clear_by_pieces): Fix prototype. | Ulrich Weigand | 2003-06-29 | 1 | -1/+1 |
* | except.c: Convert prototypes to ISO C90. | Andreas Jaeger | 2003-06-29 | 1 | -311/+149 |
* | expr.c (emit_single_push_insn): If padding is needed downward... | Kazu Hirata | 2003-06-29 | 1 | -0/+36 |
* | rtl.h (emit_note): Remove FILE parameter. | Nathan Sidwell | 2003-06-27 | 1 | -3/+3 |
* | basic-block.h: Fix comment formatting. | Kazu Hirata | 2003-06-23 | 1 | -2/+2 |
* | * expr.c (emit_move_insn_1): Fix a comment typo. | Kazu Hirata | 2003-06-22 | 1 | -2/+2 |
* | expr.c (const_vector_from_tree): Initialize remaining elements to 0. | Aldy Hernandez | 2003-06-19 | 1 | -0/+4 |
* | decl.c, [...]: Don't use the PTR macro. | Kaveh R. Ghazi | 2003-06-16 | 1 | -8/+8 |
* | expr.c (expand_expr <PLUS_EXPR>): If operand_equal_p considers both operands ... | Roger Sayle | 2003-06-16 | 1 | -3/+16 |
* | expr.c (expand_expr <COMPLEX_CST>): Handle the case of expanding a complex co... | Roger Sayle | 2003-06-14 | 1 | -0/+23 |
* | * expr.c (can_move_by_pieces): align argument may be unused. | Ulrich Weigand | 2003-06-11 | 1 | -1/+1 |
* | * expr.c (convert_move): Handle moves between two CONCATs. | J"orn Rennecke | 2003-06-11 | 1 | -0/+7 |
* | expr.h (EXPAND_MEMORY): New. | Richard Henderson | 2003-06-08 | 1 | -3/+9 |
* | expr.c (emit_move_insn_1): Use emit_move_insn to move the parts of a complex ... | Roger Sayle | 2003-06-03 | 1 | -16/+10 |
* | builtins.c (expand_builtin_memcpy): Remove endp argument and endp != 0 handling. | Jakub Jelinek | 2003-06-03 | 1 | -9/+89 |
* | cse.c (cse_insn): Simplify REG_EQUAL note on libcalls when making a substitut... | Roger Sayle | 2003-05-30 | 1 | -5/+8 |
* | tree.h (contains_placeholder_p): Now returns bool. | Richard Kenner | 2003-05-27 | 1 | -4/+4 |
* | Finish correcting inadvertent checkin. | Richard Kenner | 2003-05-22 | 1 | -3/+3 |
* | Remove hunk commited in error. | Richard Kenner | 2003-05-22 | 1 | -1/+1 |
* | expr.c (expand_expr, [...]): Put into memory if constant and EXPAND_CONST_ADD... | Richard Kenner | 2003-05-22 | 1 | -8/+7 |
* | expr.c (move_by_pieces): Honor the alignment of TO and FROM. | DJ Delorie | 2003-05-13 | 1 | -1/+4 |
* | expr.c (move_block_from_reg): Remove "size" parm. | Alan Modra | 2003-05-09 | 1 | -40/+5 |
* | stmt.c (force_label_rtx): New function, based on logic formerly found in expa... | Zack Weinberg | 2003-05-07 | 1 | -17/+9 |
* | expr.c (expand_expr, [...]): Refine the test forcing usage of bitfield instru... | Olivier Hainque | 2003-05-05 | 1 | -5/+7 |
* | expr.c (store_field): Don't clobber TEMP in shift: it might be a variable. | Richard Kenner | 2003-05-04 | 1 | -3/+15 |
* | expr.c (expand_expr, [...]): Don't use gen_lowpart on non-integer modes. | Richard Kenner | 2003-05-03 | 1 | -3/+5 |