aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)Author
2005-07-27This commit was manufactured by cvs2svn to create branchno-author
2003-10-222003-10-21 Eric Christopher <echristo@redhat.com>Eric Christopher
2003-10-14 * expr.c (block_move_libcall_safe_for_call_parm): Clean up,Geoffrey Keating
2003-10-11 * expr.c (expand_expr <PLUS_EXPR>): Let expand_operands callRoger Sayle
2003-10-11 * expr.c: Follow spelling conventions.Kazu Hirata
2003-10-10 * stor-layout.c (compute_record_mode): Don't force BLKmode ifRichard Kenner
2003-10-07 * expr.c (cmpstr_optab, cmpmem_optab): New.Zack Weinberg
2003-10-07 * libfuncs.h (LTI_extendsfdf2, LTI_extendsfxf2, LTI_extendsftf2)Zack Weinberg
2003-10-06 * expr.c (expand_expr <COND_EXPR>): Handle the void type semanticsRoger Sayle
2003-09-28 * toplev.c (flag_evaluation_order): New global variable.Roger Sayle
2003-09-26 * expr.c (emit_move_insn_1): If there is no move pattern for theRichard Sandiford
2003-09-21 * c-format.c (gcc_diag_char_table): Add %J.Richard Henderson
2003-09-18 PR target/11184Mark Mitchell
2003-09-18 * tree.def (FFS_EXPR, CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR,Roger Sayle
2003-09-16 * c-common.c (handle_warn_unused_result_attribute): New function.Jason Merrill
2003-09-07 * expr.c (expand_operands): New function to expand an operand pair.Roger Sayle
2003-09-04 * targhooks.c: New file.DJ Delorie
2003-09-02 * expr.c (expand_expr): The code following both_summands performsRoger Sayle
2003-08-29 * function.c (allocate_struct_function): New, split out of ...Richard Henderson
2003-08-26 * builtins.c (build_function_call_expr): Don't setNathan Sidwell
2003-08-23 PR target/11369Jan Hubicka
2003-08-19 * builtins.c: Fix comment typos.Kazu Hirata
2003-08-12 * expr.c (expand_expr): If an ABS_EXPR has a complex type, abort.Roger Sayle
2003-08-01 * Makefile.in (bubblestrap): Don't require a previous fullJason Merrill
2003-07-25 Remove pedwarn_with_decl, warning_with_decl and error_with_declGabriel Dos Reis
2003-07-19 * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cKaveh Ghazi
2003-07-172003-07-17 Steven Bosscher <steven@gcc.gnu.org>Steven Bosscher
2003-07-16 * expr.c (emit_block_move): Don't move anything if size is const 0.Jakub Jelinek
2003-07-15 * expr.c (expand_assignment): Remove an unused argumentKazu Hirata
2003-07-14 * doc/tm.texi (BLOCK_REG_PADDING): Describe.Alan Modra
2003-07-13 * expr.c (expand_expr, case COMPONENT_REF): If reg, copy OP0 to MEMRichard Kenner
2003-07-09 * expr.c (MOVE_MAX_PIECES): Move from here...Geoffrey Keating
2003-07-07 PR optimization/11059Roger Sayle
2003-07-07 * rtl.h (emit_line_note): Take a location_t.Nathan Sidwell
2003-07-05 * bt-load.c: Fix comment typos.Kazu Hirata
2003-07-05 * expr.c (expand_expr, case COMPONENT_REF): When seeing if should useRichard Kenner
2003-07-04 * expr.c (do_store_flag): Pass in the correct result typeJeff Law
2003-07-03 * expr.c (do_store_flag): Remove special case folding forJeff Law
2003-07-02 PR optimization/11210Eric Botcazou
2003-06-29 * expr.c (clear_by_pieces): Fix prototype.Ulrich Weigand
2003-06-29 * except.c: Convert prototypes to ISO C90.Andreas Jaeger
2003-06-29 * expr.c (emit_single_push_insn): If padding is neededKazu Hirata
2003-06-27 * rtl.h (emit_note): Remove FILE parameter.Nathan Sidwell
2003-06-23 * basic-block.h: Fix comment formatting.Kazu Hirata
2003-06-22 * expr.c (emit_move_insn_1): Fix a comment typo.Kazu Hirata
2003-06-192003-06-19 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez
2003-06-16cp:Kaveh Ghazi
2003-06-16 * expr.c (expand_expr <PLUS_EXPR>): If operand_equal_p considersRoger Sayle
2003-06-14 * expr.c (expand_expr <COMPLEX_CST>): Handle the case ofRoger Sayle
2003-06-11 * expr.c (can_move_by_pieces): align argument may be unused.Ulrich Weigand