| Commit message (Expand) | Author | Age | Files | Lines |
* | 2003-07-17 Steven Bosscher <steven@gcc.gnu.org> | steven | 2003-07-17 | 1 | -4/+0 |
* | * expr.c (emit_block_move): Don't move anything if size is const 0. | jakub | 2003-07-16 | 1 | -1/+4 |
* | * expr.c (expand_assignment): Remove an unused argument | kazu | 2003-07-15 | 1 | -12/+6 |
* | * doc/tm.texi (BLOCK_REG_PADDING): Describe. | amodra | 2003-07-14 | 1 | -26/+46 |
* | * expr.c (expand_expr, case COMPONENT_REF): If reg, copy OP0 to MEM | kenner | 2003-07-13 | 1 | -28/+30 |
* | * expr.c (MOVE_MAX_PIECES): Move from here... | geoffk | 2003-07-09 | 1 | -11/+0 |
* | PR optimization/11059 | sayle | 2003-07-07 | 1 | -10/+25 |
* | * rtl.h (emit_line_note): Take a location_t. | nathan | 2003-07-07 | 1 | -1/+1 |
* | * bt-load.c: Fix comment typos. | kazu | 2003-07-05 | 1 | -1/+1 |
* | * expr.c (expand_expr, case COMPONENT_REF): When seeing if should use | kenner | 2003-07-05 | 1 | -1/+4 |
* | * expr.c (do_store_flag): Pass in the correct result type | law | 2003-07-04 | 1 | -3/+6 |
* | * expr.c (do_store_flag): Remove special case folding for | law | 2003-07-03 | 1 | -55/+7 |
* | PR optimization/11210 | ebotcazou | 2003-07-02 | 1 | -0/+3 |
* | * expr.c (clear_by_pieces): Fix prototype. | uweigand | 2003-06-29 | 1 | -1/+1 |
* | * except.c: Convert prototypes to ISO C90. | aj | 2003-06-29 | 1 | -311/+149 |
* | * expr.c (emit_single_push_insn): If padding is needed | kazu | 2003-06-29 | 1 | -0/+36 |
* | * rtl.h (emit_note): Remove FILE parameter. | nathan | 2003-06-27 | 1 | -3/+3 |
* | * basic-block.h: Fix comment formatting. | kazu | 2003-06-23 | 1 | -2/+2 |
* | * expr.c (emit_move_insn_1): Fix a comment typo. | kazu | 2003-06-22 | 1 | -2/+2 |
* | 2003-06-19 Aldy Hernandez <aldyh@redhat.com> | aldyh | 2003-06-19 | 1 | -0/+4 |
* | cp: | ghazi | 2003-06-16 | 1 | -8/+8 |
* | * expr.c (expand_expr <PLUS_EXPR>): If operand_equal_p considers | sayle | 2003-06-16 | 1 | -3/+16 |
* | * expr.c (expand_expr <COMPLEX_CST>): Handle the case of | sayle | 2003-06-14 | 1 | -0/+23 |
* | * expr.c (can_move_by_pieces): align argument may be unused. | uweigand | 2003-06-11 | 1 | -1/+1 |
* | * expr.c (convert_move): Handle moves between two CONCATs. | amylaar | 2003-06-11 | 1 | -0/+7 |
* | * expr.h (EXPAND_MEMORY): New. | rth | 2003-06-09 | 1 | -3/+9 |
* | * expr.c (emit_move_insn_1): Use emit_move_insn to move the parts | sayle | 2003-06-03 | 1 | -16/+10 |
* | * builtins.c (expand_builtin_memcpy): Remove endp argument and endp | jakub | 2003-06-03 | 1 | -9/+89 |
* | * cse.c (cse_insn): Simplify REG_EQUAL note on libcalls when | sayle | 2003-05-30 | 1 | -5/+8 |
* | * tree.h (contains_placeholder_p): Now returns bool. | kenner | 2003-05-27 | 1 | -4/+4 |
* | Finish correcting inadvertent checkin. | kenner | 2003-05-23 | 1 | -3/+3 |
* | Remove hunk commited in error. | kenner | 2003-05-23 | 1 | -1/+1 |
* | * expr.c (expand_expr, case CONSTRUCTOR): Put into memory if | kenner | 2003-05-22 | 1 | -8/+7 |
* | * expr.c (move_by_pieces): Honor the alignment of TO and FROM. | dj | 2003-05-13 | 1 | -1/+4 |
* | * expr.c (move_block_from_reg): Remove "size" parm. Localize vars. | amodra | 2003-05-09 | 1 | -40/+5 |
* | * stmt.c (force_label_rtx): New function, based on logic | zack | 2003-05-07 | 1 | -17/+9 |
* | * expr.c (expand_expr, case BIT_FIELD_REF): Refine the test forcing | kenner | 2003-05-05 | 1 | -5/+7 |
* | * expr.c (store_field): Don't clobber TEMP in shift: it might be | kenner | 2003-05-04 | 1 | -3/+15 |
* | * expr.c (expand_expr, case VIEW_CONVERT_EXPR): Don't use | kenner | 2003-05-03 | 1 | -3/+5 |
* | * emit-rtl.c (last_call_insn, add_function_usage_to): New functions. | kenner | 2003-05-03 | 1 | -27/+39 |
* | * c-decl.c (pending_invalid_xref_file): Remove. | nathan | 2003-05-03 | 1 | -4/+2 |
* | * input.h (lineno): Rename to ... | nathan | 2003-05-01 | 1 | -4/+4 |
* | 2003-04-29 Aldy Hernandez <aldyh@redhat.com> | aldyh | 2003-04-30 | 1 | -0/+13 |
* | * c-decl.c (finish_decl): When prototype with asmspec is found | jakub | 2003-04-28 | 1 | -20/+50 |
* | * expr.c (expand_expr <COMPLEX_CST, STRING_CST>): Always call | zack | 2003-04-28 | 1 | -20/+15 |
* | * expr.c (store_field): When making temporary for store, don't | kenner | 2003-04-26 | 1 | -5/+3 |
* | PR 8866 | rth | 2003-04-22 | 1 | -0/+1 |
* | * expr.c (store_constructor): Set RTX_UNCHANGING_P if readonly_field_p | kenner | 2003-04-21 | 1 | -1/+9 |
* | * expr.c (store_field): Force usage of bitfield instructions when | kenner | 2003-04-16 | 1 | -5/+5 |
* | * expr.c (highest_pow2_factor): Return unsigned. | kenner | 2003-04-14 | 1 | -6/+9 |