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