| Commit message (Expand) | Author | Age | Files | Lines |
* | * c-typeck.c: Fix comment typos. | kazu | 2003-12-13 | 1 | -1/+1 |
* | * expr.c (store_constructor): Only set RTX_UNCHANGING_P for | jakub | 2003-12-03 | 1 | -1/+4 |
* | PR middle-end/7847 | ebotcazou | 2003-12-01 | 1 | -5/+7 |
* | * ChangeLog.7: Fix comment typos. | kazu | 2003-11-21 | 1 | -1/+1 |
* | 2003-11-20 Fariborz Jahanian <fjahanian@apple.com> | dje | 2003-11-20 | 1 | -1/+11 |
* | * expr.c (expand_expr): Don't look through constant arrays if | rth | 2003-11-18 | 1 | -1/+2 |
* | * expr.c (convert_move): Use GET_MODE_PRECISION instead of bitsize | kenner | 2003-11-18 | 1 | -2/+2 |
* | * Makefile.in (expr.o): Depend on $(TARGET_H). | rsandifo | 2003-11-16 | 1 | -15/+23 |
* | PR optimization/12926 | ebotcazou | 2003-11-13 | 1 | -1/+5 |
* | PR middle-end/11968 | sayle | 2003-11-01 | 1 | -10/+0 |
* | 2003-10-21 Eric Christopher <echristo@redhat.com> | echristo | 2003-10-22 | 1 | -8/+10 |
* | * expr.c (block_move_libcall_safe_for_call_parm): Clean up, | geoffk | 2003-10-14 | 1 | -44/+34 |
* | * expr.c (expand_expr <PLUS_EXPR>): Let expand_operands call | sayle | 2003-10-11 | 1 | -9/+9 |
* | * expr.c: Follow spelling conventions. | kazu | 2003-10-11 | 1 | -1/+1 |
* | * stor-layout.c (compute_record_mode): Don't force BLKmode if | kenner | 2003-10-10 | 1 | -5/+9 |
* | * expr.c (cmpstr_optab, cmpmem_optab): New. | zack | 2003-10-07 | 1 | -0/+5 |
* | * libfuncs.h (LTI_extendsfdf2, LTI_extendsfxf2, LTI_extendsftf2) | zack | 2003-10-07 | 1 | -471/+58 |
* | * expr.c (expand_expr <COND_EXPR>): Handle the void type semantics | sayle | 2003-10-06 | 1 | -4/+12 |
* | * toplev.c (flag_evaluation_order): New global variable. | sayle | 2003-09-28 | 1 | -0/+4 |
* | * expr.c (emit_move_insn_1): If there is no move pattern for the | rsandifo | 2003-09-26 | 1 | -0/+11 |
* | * c-format.c (gcc_diag_char_table): Add %J. | rth | 2003-09-21 | 1 | -2/+1 |
* | PR target/11184 | mmitchel | 2003-09-18 | 1 | -14/+3 |
* | * tree.def (FFS_EXPR, CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR, | sayle | 2003-09-18 | 1 | -37/+0 |
* | * c-common.c (handle_warn_unused_result_attribute): New function. | jakub | 2003-09-16 | 1 | -3/+15 |
* | * expr.c (expand_operands): New function to expand an operand pair. | sayle | 2003-09-07 | 1 | -51/+53 |
* | * targhooks.c: New file. | dj | 2003-09-04 | 1 | -2/+2 |
* | * expr.c (expand_expr): The code following both_summands performs | sayle | 2003-09-02 | 1 | -55/+7 |
* | * function.c (allocate_struct_function): New, split out of ... | rth | 2003-08-29 | 1 | -9/+1 |
* | * builtins.c (build_function_call_expr): Don't set | nathan | 2003-08-26 | 1 | -2/+0 |
* | PR target/11369 | hubicka | 2003-08-23 | 1 | -0/+9 |
* | * builtins.c: Fix comment typos. | kazu | 2003-08-19 | 1 | -1/+1 |
* | * expr.c (expand_expr): If an ABS_EXPR has a complex type, abort. | sayle | 2003-08-12 | 1 | -2/+2 |
* | * Makefile.in (bubblestrap): Don't require a previous full | jason | 2003-08-01 | 1 | -3/+2 |
* | Remove pedwarn_with_decl, warning_with_decl and error_with_decl | gdr | 2003-07-25 | 1 | -1/+2 |
* | * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.c | ghazi | 2003-07-19 | 1 | -5/+5 |
* | 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 |