Age | Commit message (Expand) | Author | Files | Lines |
2001-11-19 | tree.def (VIEW_CONVERT_EXPR): New tree code. | Richard Kenner | 1 | -4/+115 |
2001-11-18 | expr.c (expand_expr, [...]): Update alignment of DECL_RTL after re-laying out... | Richard Kenner | 1 | -1/+2 |
2001-11-18 | tree.h (TYPE_ALIGN_OK): New flag. | Richard Kenner | 1 | -16/+25 |
2001-11-16 | expr.c (expand_expr, [...]): Refine test for when to copy misaligned data. | Richard Kenner | 1 | -5/+13 |
2001-11-16 | expr.c (expand_expr, [...]): Only copy for misaligned if BLKmode. | Richard Kenner | 1 | -1/+2 |
2001-11-16 | * expr.c (expand_expr, case COMPONENT_REF): Fix variable ref. | Stan Shebs | 1 | -1/+1 |
2001-11-15 | alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P. | Richard Kenner | 1 | -487/+123 |
2001-11-13 | emit-rtl.c (adjust_address_1): Add ADJUST argument. | Jakub Jelinek | 1 | -12/+6 |
2001-11-13 | Makefile.in (expr.o): Depends on insn-attr.h. | Richard Kenner | 1 | -28/+29 |
2001-11-11 | expmed.c (extract_bit_field): No longer pass in alignment. | Richard Kenner | 1 | -122/+72 |
2001-11-08 | expr.c (emit_block_move): If X is readonly emit CLOBBER for it. | Richard Kenner | 1 | -0/+12 |
2001-11-06 | expr.c (store_field): When making temp object for unaligned component, set it... | Richard Kenner | 1 | -0/+1 |
2001-11-03 | expr.c (expand_expr, [...]): If at top level, don't call force_const_mem. | Richard Kenner | 1 | -0/+8 |
2001-11-02 | expr.c (convert_move): Use simplify_gen_subreg to make SUBREG so we avoid SUB... | Aldy Hernandez | 1 | -2/+2 |
2001-10-30 | emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or REG_EQUIV notes f... | Jakub Jelinek | 1 | -2/+1 |
2001-10-28 | expr.c (emit_group_load): Support CONCATs by storing them to memory and reloa... | Jan Hubicka | 1 | -0/+8 |
2001-10-28 | * expr.c (store_constructor_field): Only call adjust_address on MEM. | Richard Kenner | 1 | -6/+7 |
2001-10-27 | expr.c (stor_constructor_field): Always call adjust_address. | Richard Kenner | 1 | -16/+50 |
2001-10-25 | alias.c (can_address_p): No longer static. | Richard Kenner | 1 | -12/+37 |
2001-10-23 | builtins.c (expand_builtin_setjmp): Only call convert_memory_address if needed. | Richard Kenner | 1 | -8/+10 |
2001-10-23 | alias.c (can_address_p): Compnonents are not addressable if the containing ty... | Richard Kenner | 1 | -49/+26 |
2001-10-19 | langhooks.h (LANG_HOOKS_HONOR_READONLY): New macro. | Richard Kenner | 1 | -7/+0 |
2001-10-18 | emit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array. | Richard Kenner | 1 | -41/+85 |
2001-10-17 | Makefile.in (print-rtl.o): Depend on TREE_H. | Richard Kenner | 1 | -6/+15 |
2001-10-11 | rtl.h (REG_VTABLE_REF): New. | Richard Henderson | 1 | -0/+37 |
2001-10-11 | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 1 | -44/+44 |
2001-10-10 | calls.c: Fix formatting. | Kazu Hirata | 1 | -2/+2 |
2001-10-09 | c-common.c: Fix comment typos. | Kazu Hirata | 1 | -3/+3 |
2001-10-08 | expr.c (store_expr): When converting a CONST_INT for storage in a SUBREG... | Richard Henderson | 1 | -3/+7 |
2001-10-01 | alias.c (get_alias_set): Try to replace PLACEHOLDER_EXPR. | Richard Kenner | 1 | -68/+86 |
2001-09-21 | tree.def (FDESC_EXPR): New. | Richard Henderson | 1 | -0/+5 |
2001-09-20 | c-typeck.c (really_start_incremental_init): Discriminate between zero-length ... | DJ Delorie | 1 | -1/+3 |
2001-09-06 | Remove TYPE_NONCOPIED_PARTS. | Nathan Sidwell | 1 | -113/+7 |
2001-09-02 | expr.c (push_block): Make sane use of STACK_GROWS_DOWNWARD. | Geoffrey Keating | 1 | -9/+3 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -12/+12 |
2001-08-21 | stmt.c: Don't include insn-codes.h. | Zack Weinberg | 1 | -5/+134 |
2001-08-18 | optabs.h (OTI_flodiv, [...]): Kill. | Zack Weinberg | 1 | -1/+1 |
2001-08-13 | expr.h: Split out optab- and libfunc-related code to... | Zack Weinberg | 1 | -0/+2 |
2001-08-09 | expr.c (emit_single_push_insn): Only exists ifdef PUSH_ROUNDING. | Richard Kenner | 1 | -11/+18 |
2001-08-08 | dbxout.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2001-08-06 | * expr.c (store_constructor): Don't clobber memory targets. | Richard Henderson | 1 | -1/+1 |
2001-08-05 | Prefer a temporary register over directly storing into memory. | Bernd Schmidt | 1 | -2/+2 |
2001-07-31 | *** empty log message *** | Alexandre Petit-Bianco | 1 | -7/+7 |
2001-07-20 | rtlanal.c (set_noop_p): Return true for noop jumps. | Jan Hubicka | 1 | -2/+14 |
2001-07-17 | expr.c (epxand_expr): Convert divisions into multiplications by reciprocals i... | Jan Hubicka | 1 | -0/+10 |
2001-07-11 | alias.c (set_mem_alias_set): New function. | Richard Kenner | 1 | -10/+9 |
2001-07-10 | expr.c (expand_expr, [...]): Don't force using bitfield extraction if no dire... | Richard Kenner | 1 | -1/+3 |
2001-07-10 | regmove.c (replace_in_call_usage): Fix warnings. | Jan van Male | 1 | -3/+3 |
2001-07-09 | [multiple changes] | Richard Kenner | 1 | -33/+16 |
2001-07-04 | emit-rtl.c (replace_equiv_address): New function. | Richard Kenner | 1 | -38/+33 |