summaryrefslogtreecommitdiff
path: root/gcc/expr.c
Commit message (Expand)AuthorAgeFilesLines
* expr.c (expand_operands): New function to expand an operand pair.Roger Sayle2003-09-071-51/+53
* targhooks.c: New file.DJ Delorie2003-09-031-2/+2
* expr.c (expand_expr): The code following both_summands performs the same task...Roger Sayle2003-09-021-55/+7
* function.c (allocate_struct_function): New, split out of ...Richard Henderson2003-08-291-9/+1
* builtins.c (build_function_call_expr): Don't set TREE_SIDE_EFFECTS here.Nathan Sidwell2003-08-261-2/+0
* re PR c/11369 (too relaxed checking with -Wstrict-prototypes)Jan Hubicka2003-08-231-0/+9
* builtins.c: Fix comment typos.Kazu Hirata2003-08-191-1/+1
* expr.c (expand_expr): If an ABS_EXPR has a complex type, abort.Roger Sayle2003-08-121-2/+2
* Makefile.in (bubblestrap): Don't require a previous full bootstrap.Jason Merrill2003-07-311-3/+2
* Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC.Gabriel Dos Reis2003-07-251-1/+2
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-5/+5
* c-common.c (c_estimate_num_insns_1): Don't handle METHOD_CALL_EXPR.Steven Bosscher2003-07-171-4/+0
* expr.c (emit_block_move): Don't move anything if size is const 0.Jakub Jelinek2003-07-161-1/+4
* expr.c (expand_assignment): Remove an unused argument SUGGEST_REG.Kazu Hirata2003-07-151-12/+6
* tm.texi (BLOCK_REG_PADDING): Describe.Alan Modra2003-07-141-26/+46
* expr.c (expand_expr, [...]): If reg...Richard Kenner2003-07-131-28/+30
* expr.c (MOVE_MAX_PIECES): Move from here...Geoffrey Keating2003-07-091-11/+0
* re PR rtl-optimization/11059 (empty union optimization ice)Roger Sayle2003-07-071-10/+25
* rtl.h (emit_line_note): Take a location_t.Nathan Sidwell2003-07-071-1/+1
* bt-load.c: Fix comment typos.Kazu Hirata2003-07-051-1/+1
* expr.c (expand_expr, [...]): When seeing if should use bitfield operations...Richard Kenner2003-07-051-1/+4
* expr.c (do_store_flag): Pass in the correct result type when calling fold_sin...Jeff Law2003-07-041-3/+6
* expr.c (do_store_flag): Remove special case folding for single bit tests.Jeff Law2003-07-021-55/+7
* re PR rtl-optimization/11210 (optimizer drops conditional with typecast from ...Eric Botcazou2003-07-021-0/+3
* * expr.c (clear_by_pieces): Fix prototype.Ulrich Weigand2003-06-291-1/+1
* except.c: Convert prototypes to ISO C90.Andreas Jaeger2003-06-291-311/+149
* expr.c (emit_single_push_insn): If padding is needed downward...Kazu Hirata2003-06-291-0/+36
* rtl.h (emit_note): Remove FILE parameter.Nathan Sidwell2003-06-271-3/+3
* basic-block.h: Fix comment formatting.Kazu Hirata2003-06-231-2/+2
* * expr.c (emit_move_insn_1): Fix a comment typo.Kazu Hirata2003-06-221-2/+2
* expr.c (const_vector_from_tree): Initialize remaining elements to 0.Aldy Hernandez2003-06-191-0/+4
* decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi2003-06-161-8/+8
* expr.c (expand_expr <PLUS_EXPR>): If operand_equal_p considers both operands ...Roger Sayle2003-06-161-3/+16
* expr.c (expand_expr <COMPLEX_CST>): Handle the case of expanding a complex co...Roger Sayle2003-06-141-0/+23
* * expr.c (can_move_by_pieces): align argument may be unused.Ulrich Weigand2003-06-111-1/+1
* * expr.c (convert_move): Handle moves between two CONCATs.J"orn Rennecke2003-06-111-0/+7
* expr.h (EXPAND_MEMORY): New.Richard Henderson2003-06-081-3/+9
* expr.c (emit_move_insn_1): Use emit_move_insn to move the parts of a complex ...Roger Sayle2003-06-031-16/+10
* builtins.c (expand_builtin_memcpy): Remove endp argument and endp != 0 handling.Jakub Jelinek2003-06-031-9/+89
* cse.c (cse_insn): Simplify REG_EQUAL note on libcalls when making a substitut...Roger Sayle2003-05-301-5/+8
* tree.h (contains_placeholder_p): Now returns bool.Richard Kenner2003-05-271-4/+4
* Finish correcting inadvertent checkin.Richard Kenner2003-05-221-3/+3
* Remove hunk commited in error.Richard Kenner2003-05-221-1/+1
* expr.c (expand_expr, [...]): Put into memory if constant and EXPAND_CONST_ADD...Richard Kenner2003-05-221-8/+7
* expr.c (move_by_pieces): Honor the alignment of TO and FROM.DJ Delorie2003-05-131-1/+4
* expr.c (move_block_from_reg): Remove "size" parm.Alan Modra2003-05-091-40/+5
* stmt.c (force_label_rtx): New function, based on logic formerly found in expa...Zack Weinberg2003-05-071-17/+9
* expr.c (expand_expr, [...]): Refine the test forcing usage of bitfield instru...Olivier Hainque2003-05-051-5/+7
* expr.c (store_field): Don't clobber TEMP in shift: it might be a variable.Richard Kenner2003-05-041-3/+15
* expr.c (expand_expr, [...]): Don't use gen_lowpart on non-integer modes.Richard Kenner2003-05-031-3/+5