aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-31Makefile.in (bubblestrap): Don't require a previous full bootstrap.Jason Merrill1-3/+2
2003-07-25Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC.Gabriel Dos Reis1-1/+2
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-5/+5
2003-07-17c-common.c (c_estimate_num_insns_1): Don't handle METHOD_CALL_EXPR.Steven Bosscher1-4/+0
2003-07-16expr.c (emit_block_move): Don't move anything if size is const 0.Jakub Jelinek1-1/+4
2003-07-15expr.c (expand_assignment): Remove an unused argument SUGGEST_REG.Kazu Hirata1-12/+6
2003-07-14tm.texi (BLOCK_REG_PADDING): Describe.Alan Modra1-26/+46
2003-07-13expr.c (expand_expr, [...]): If reg...Richard Kenner1-28/+30
2003-07-09expr.c (MOVE_MAX_PIECES): Move from here...Geoffrey Keating1-11/+0
2003-07-07re PR rtl-optimization/11059 (empty union optimization ice)Roger Sayle1-10/+25
2003-07-07rtl.h (emit_line_note): Take a location_t.Nathan Sidwell1-1/+1
2003-07-05bt-load.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-05expr.c (expand_expr, [...]): When seeing if should use bitfield operations...Richard Kenner1-1/+4
2003-07-04expr.c (do_store_flag): Pass in the correct result type when calling fold_sin...Jeff Law1-3/+6
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