aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
2003-05-13expr.c (move_by_pieces): Honor the alignment of TO and FROM.DJ Delorie1-1/+4
2003-05-09expr.c (move_block_from_reg): Remove "size" parm.Alan Modra1-40/+5
2003-05-07stmt.c (force_label_rtx): New function, based on logic formerly found in expa...Zack Weinberg1-17/+9
2003-05-05expr.c (expand_expr, [...]): Refine the test forcing usage of bitfield instru...Olivier Hainque1-5/+7
2003-05-04expr.c (store_field): Don't clobber TEMP in shift: it might be a variable.Richard Kenner1-3/+15
2003-05-03expr.c (expand_expr, [...]): Don't use gen_lowpart on non-integer modes.Richard Kenner1-3/+5
2003-05-03emit-rtl.c (last_call_insn, [...]): New functions.Olivier Hainque1-27/+39
2003-05-03c-decl.c (pending_invalid_xref_file): Remove.Nathan Sidwell1-4/+2
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-4/+4
2003-04-30expr.c (emit_group_load): Dump parallels of simd types to memory.Aldy Hernandez1-0/+13
2003-04-28c-decl.c (finish_decl): When prototype with asmspec is found for built-in...Jakub Jelinek1-20/+50
2003-04-28expr.c (expand_expr <COMPLEX_CST, [...]): Always call output_constant_def, us...Zack Weinberg1-20/+15
2003-04-26expr.c (store_field): When making temporary for store, don't make it TYPE_QUA...Richard Kenner1-5/+3
2003-04-22re PR middle-end/8866 (Bug in switch statement code generation -- missing label)Richard Henderson1-0/+1
2003-04-21expr.c (store_constructor): Set RTX_UNCHANGING_P if readonly_field_p before c...Richard Kenner1-1/+9
2003-04-16expr.c (store_field): Force usage of bitfield instructions when the field pos...Olivier Hainque1-5/+5
2003-04-14expr.c (highest_pow2_factor): Return unsigned.Olivier Hainque1-6/+9
2003-04-11re PR c++/10202 ([IA64] ICE in int_mode_for_mode, at stor-layout.c)Richard Henderson1-1/+2
2003-04-11libfuncs.h (LTI_setbits, [...]): New.Richard Henderson1-2/+2
2003-04-11re PR c/10201 ([IA64] ICE in int_mode_for_mode, at stor-layout.c)Richard Henderson1-15/+1
2003-04-10expr.c (expand_assignment): Extend offset_rtx with convert_to_mode not with c...Steve Ellcey1-6/+7
2003-04-07re PR c/9516 (Internal error when using a big array)Christian Ehrhardt1-9/+18
2003-04-01simd-3.c: New.Aldy Hernandez1-1/+42
2003-03-24re PR c++/7086 (compile time regression)Mark Mitchell1-5/+7
2003-03-17re PR c++/10091 ([parisc] ICE in cp_expr_size, at cp/cp-lang.c:307)Jason Merrill1-8/+17
2003-03-15c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.Roger Sayle1-1/+1
2003-03-13Makefile.in (dojump.o): New target.Ansgar Esztermann1-979/+1
2003-03-12re PR c++/7050 (g++ segfaults on: (i ? get_string() : throw))Andrew Lewycky1-0/+10
2003-03-09optabs.c (gen_move_insn): Move logic for synthesizing MODE_CC moves from here...Hans-Peter Nilsson1-0/+55
2003-03-05* expr.c (convert_modes): Check for legal hard register.Steve Ellcey1-0/+2
2003-03-04* expr.c (expand_expr): Call promote_mode to set unsignedp.Steve Ellcey1-2/+2
2003-02-26objc-act.c: Include cgraph.hJan Hubicka1-1/+10
2003-02-24calls.c (store_one_arg): Revert 1999-02-16 change.Alan Modra1-57/+143
2003-02-19expr.c (expand_expr): Use gen_int_mode for the argument to gen_rtx_MULT.Daniel Jacobowitz1-3/+5
2003-02-01[multiple changes]Richard Henderson1-0/+28
2003-01-30* expr.c (store_expr): Promote all MEM intermediates to regs.Richard Henderson1-6/+6
2003-01-26expr.c (emit_group_store): Initialize dst with CONST0_RTX for the appropriate...Alexandre Oliva1-1/+1
2003-01-17et-forest.c: Fix comment typos.Kazu Hirata1-1/+1
2003-01-12* expr.c (expand_expr <RDIV_EXPR>): Correct recursive call args.Alan Modra1-2/+2
2002-12-23expr.c (expand_assignment): Apply special treatment to ARRAY_TYPE.David Edelsohn1-1/+2
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-17/+19
2002-12-13c-decl.c: Fix a comment typo.Kazu Hirata1-1/+1
2002-12-09target.h (gcc_target): Add cannot_force_const_mem.Richard Henderson1-0/+6
2002-12-09tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove definition.Steve Ellcey1-16/+4
2002-12-06expr.c (expand_expr): Never modify exp in place.Jakub Jelinek1-15/+7
2002-11-27expr.c (gen_group_rtx, [...]): New functions.John David Anglin1-0/+56
2002-11-20emit-rtl.c (gen_reg_rtx): Simplify mapping of Complex type to component type ...Steve Ellcey1-5/+1
2002-11-10calls.c (PUSH_ARGS_REVERSED): Define only if not defined.H.J. Lu1-0/+2
2002-11-01expr.c (emit_move_insn): Use SCALAR_FLOAT_MODE_PJan Hubicka1-1/+1
2002-10-29expr.c (expand_expr): Don't use simplify_binary_operation; check for zero ope...Eric Botcazou1-3/+4