aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
2004-10-03expr.c (expand_expr_addr_expr): Only accept Pmode or ptr_mode as valid modes ...Ulrich Weigand1-1/+1
2004-09-28re PR tree-optimization/17531 ([ivopts] ICE compiling gzip deflate.c)Richard Henderson1-14/+19
2004-09-27expr.c (expand_expr_real_1): Handle VEC_COND_EXPR.Devang Patel1-0/+4
2004-09-23tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos1-0/+34
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-14/+20
2004-09-15expr.c (string_constant): Handle also read-only variables initialized to stri...Jakub Jelinek1-17/+73
2004-09-11* expr.c (expand_expr_addr_expr_1) Rename from expand_expr_addr_expr.Richard Henderson1-7/+33
2004-09-10Add CONST1_RTX (vector mode) support.James E Wilson1-1/+1
2004-09-08emit-rtl.c (immed_double_const): Use gcc_assert and gcc_unreachable.Nathan Sidwell1-871/+824
2004-09-07builtins.c (fold_builtin_strchr): Use build_int_cst, not fold_convert.Nathan Sidwell1-1/+1
2004-09-05c-common.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-09-05tree-ssa-loop-ivopts.c: New file.Zdenek Dvorak1-1/+10
2004-08-31c-common.c (c_alignof_expr): Use DECL_ALIGN_UNIT and TYPE_ALIGN_UNIT.Richard Kenner1-3/+3
2004-08-30expr.c (array_ref_element_size): Force aligned_size back to sizetype.Richard Henderson1-4/+16
2004-08-30expr.c (expand_expr_addr_expr): New.Richard Henderson1-129/+138
2004-08-25target-def.h (TARGET_SCALAR_MODE_SUPPORTED_P): New.Richard Henderson1-1/+1
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-11/+9
2004-08-24defaults.h (VECTOR_MODE_SUPPORTED_P): Remove macro.Eric Christopher1-10/+10
2004-08-22tree.h (SAVE_EXPR_RESOLVED_P): New.Richard Henderson1-1/+3
2004-08-18emit-rtl.c (gen_const_mem): New.Richard Henderson1-3/+1
2004-08-18rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson1-54/+2
2004-08-17Makefile.in: Regenerate.Paolo Bonzini1-4/+2
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-11/+18
2004-08-12expr.c (move_by_pieces): Set alignment for move to minimum of MOVE_MAX_PIECES...David Edelsohn1-13/+66
2004-08-10builtins.def (BUILT_IN_STACK_ALLOC): Remove.Richard Henderson1-14/+2
2004-08-10re PR libgcj/3144 (java.lang.Date.compareTo() not supported)Jakub Jelinek1-9/+15
2004-08-10expr.c (expand_expr_real_1): Add back code that was not dead.Paolo Bonzini1-0/+26
2004-08-09Makefile.in (GTFILES): Remove stmt.cPaolo Bonzini1-22/+2
2004-08-09expr.c (expand_expr_real_1): Use optab_for_tree_code.Paolo Bonzini1-22/+11
2004-08-09expr.c (var_rtx): Remove.Paolo Bonzini1-458/+71
2004-08-06expr.c (expand_expr_real_1): Remove.Paolo Bonzini1-3/+0
2004-08-05re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating1-11/+5
2004-08-01expr.c (expand_expr_real_1): Fix crash with variable sized types.Richard Henderson1-2/+2
2004-07-28c-common.c (c_common_unsafe_for_reeval): Delete.Eric Christopher1-9/+0
2004-07-27expr.c (expand_expr_real_1, [...]): Remove obsolete error check.Richard Kenner1-8/+0
2004-07-25convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN.Roger Sayle1-29/+31
2004-07-23expr.c (expand_expr_real_1): Don't handle non-local variables.Richard Henderson1-26/+8
2004-07-22* expr.c (emit_push_insn): Don't use set_mem_attributes.Richard Henderson1-19/+14
2004-07-21builtins.c (expand_builtin_setjmp_receiver): Fix comment for code removal.Eric Christopher1-63/+17
2004-07-21c-common.c (vector_types_convertible_p): Use vector types' TYPE_SIZE and TREE...Paolo Bonzini1-70/+144
2004-07-20c-common.h (check_case_value): Remove prototype.Steven Bosscher1-56/+8
2004-07-17cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreac...Steven Bosscher1-14/+6
2004-07-16builtins.c (std_expand_builtin_va_arg): Remove.Richard Henderson1-3/+1
2004-07-16tree-def (WITH_SIZE_EXPR): New.Richard Henderson1-0/+6
2004-07-15expr.c (expand_assignment): Reenable bitfield += optimizations.Jakub Jelinek1-21/+61
2004-07-14expmed.c: Remove more references to QUEUED in the comments.Paolo Bonzini1-8/+1
2004-07-14expr.c (enqueue_insn, [...]): Remove.Paolo Bonzini1-545/+21
2004-07-11expr.c (store_expr): Don't fiddle subreg promotion for types with precision s...Richard Henderson1-1/+4
2004-07-10expr.h (store_bit_field, [...]): Remove last argument.Jakub Jelinek1-12/+7
2004-07-10tree-ssa-loop-im.c: New file.Zdenek Dvorak1-0/+17