aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
2003-10-10stor-layout.c (compute_record_mode): Don't force BLKmode if field is zero-len...Richard Kenner1-5/+9
2003-10-07expr.c (cmpstr_optab, [...]): New.Zack Weinberg1-0/+5
2003-10-07* libfuncs.h (LTI_extendsfdf2, LTI_extendsfxf2, LTI_extendsftf2)Zack Weinberg1-471/+58
2003-10-06expr.c (expand_expr <COND_EXPR>): Handle the void type semantics of COND_EXPR...Roger Sayle1-4/+12
2003-09-28toplev.c (flag_evaluation_order): New global variable.Roger Sayle1-0/+4
2003-09-26expr.c (emit_move_insn_1): If there is no move pattern for the original mode...Richard Sandiford1-0/+11
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson1-2/+1
2003-09-18re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc)Mark Mitchell1-14/+3
2003-09-18tree.def (FFS_EXPR, [...]): Delete unused tree codes.Roger Sayle1-37/+0
2003-09-16c-common.c (handle_warn_unused_result_attribute): New function.Jason Merrill1-3/+15
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