aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-07expr.c (expand_operands): New function to expand an operand pair.Roger Sayle1-51/+53
2003-09-03targhooks.c: New file.DJ Delorie1-2/+2
2003-09-02expr.c (expand_expr): The code following both_summands performs the same task...Roger Sayle1-55/+7
2003-08-29function.c (allocate_struct_function): New, split out of ...Richard Henderson1-9/+1
2003-08-26builtins.c (build_function_call_expr): Don't set TREE_SIDE_EFFECTS here.Nathan Sidwell1-2/+0
2003-08-23re PR c/11369 (too relaxed checking with -Wstrict-prototypes)Jan Hubicka1-0/+9
2003-08-19builtins.c: Fix comment typos.Kazu Hirata1-1/+1
2003-08-12expr.c (expand_expr): If an ABS_EXPR has a complex type, abort.Roger Sayle1-2/+2
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