aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-02expr.c (do_store_flag): Remove special case folding for single bit tests.Jeff Law1-55/+7
2003-07-02re PR rtl-optimization/11210 (optimizer drops conditional with typecast from ...Eric Botcazou1-0/+3
2003-06-29* expr.c (clear_by_pieces): Fix prototype.Ulrich Weigand1-1/+1
2003-06-29except.c: Convert prototypes to ISO C90.Andreas Jaeger1-311/+149
2003-06-29expr.c (emit_single_push_insn): If padding is needed downward...Kazu Hirata1-0/+36
2003-06-27rtl.h (emit_note): Remove FILE parameter.Nathan Sidwell1-3/+3
2003-06-23basic-block.h: Fix comment formatting.Kazu Hirata1-2/+2
2003-06-22* expr.c (emit_move_insn_1): Fix a comment typo.Kazu Hirata1-2/+2
2003-06-19expr.c (const_vector_from_tree): Initialize remaining elements to 0.Aldy Hernandez1-0/+4
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi1-8/+8
2003-06-16expr.c (expand_expr <PLUS_EXPR>): If operand_equal_p considers both operands ...Roger Sayle1-3/+16
2003-06-14expr.c (expand_expr <COMPLEX_CST>): Handle the case of expanding a complex co...Roger Sayle1-0/+23
2003-06-11* expr.c (can_move_by_pieces): align argument may be unused.Ulrich Weigand1-1/+1
2003-06-11* expr.c (convert_move): Handle moves between two CONCATs.J"orn Rennecke1-0/+7
2003-06-08expr.h (EXPAND_MEMORY): New.Richard Henderson1-3/+9
2003-06-03expr.c (emit_move_insn_1): Use emit_move_insn to move the parts of a complex ...Roger Sayle1-16/+10
2003-06-03builtins.c (expand_builtin_memcpy): Remove endp argument and endp != 0 handling.Jakub Jelinek1-9/+89
2003-05-30cse.c (cse_insn): Simplify REG_EQUAL note on libcalls when making a substitut...Roger Sayle1-5/+8
2003-05-27tree.h (contains_placeholder_p): Now returns bool.Richard Kenner1-4/+4
2003-05-22Finish correcting inadvertent checkin.Richard Kenner1-3/+3
2003-05-22Remove hunk commited in error.Richard Kenner1-1/+1
2003-05-22expr.c (expand_expr, [...]): Put into memory if constant and EXPAND_CONST_ADD...Richard Kenner1-8/+7
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