aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-05calls.c (load_register_parameters): Call expand_shift instead of expand_binop...Roger Sayle1-4/+4
2004-07-05expr.c (expand_assignment): Disable the bitfield += optimizations.Jakub Jelinek1-1/+3
2004-07-05c-decl.c, [...]: Don't check TARGET_MEM_FUNCTIONS.Joseph Myers1-92/+30
2004-07-05expr.c (expand_expr_real_1, [...]): Don't check against bounds if bounds aren...Richard Kenner1-8/+12
2004-07-04rtl.def (ADDRESSOF): Remove.Richard Henderson1-11/+3
2004-07-02c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s...Richard Henderson1-178/+44
2004-07-01tree.def (RTL_EXPR): Remove.Richard Henderson1-62/+12
2004-07-01expr.c (expand_assignment): Optimize bitfld += cst for 1 bit bitfields as well.Jakub Jelinek1-17/+39
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-72/+72
2004-07-01function.h (struct function): Remove dont_emit_block_notes.Richard Henderson1-4/+2
2004-06-30re PR tree-optimization/15310 ([tree-ssa] Optimize an addition in a bit field)Jakub Jelinek1-0/+51
2004-06-26c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner1-0/+8
2004-06-22tree.def (VTABLE_REF): Remove.Richard Henderson1-36/+2
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-14/+69
2004-06-19CFG transparent RTL expansion:Jan Hubicka1-89/+0
2004-06-17re PR c++/16015 (xfailed g++.dg/ext/stmtexpr1.C)Jason Merrill1-1/+6
2004-06-16coverage.c: Remove argument to rest_of_compilation.Paolo Bonzini1-0/+91
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-61/+61
2004-05-30c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-05-28re PR rtl-optimization/15649 (ICE with __builtin_isgreater and -ffast-math)Paolo Bonzini1-0/+4
2004-05-27expr.c (store_constructor): Restore sanity check on the size of the type befo...Olivier Hainque1-2/+3
2004-05-19Expanders cleanups after tree-ssa merge, part 1.Steven Bosscher1-21/+23
2004-05-15c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_ho...Steven Bosscher1-9/+7
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-178/+554
2004-05-04expr.c (store_constructor_field): Don't call store_constructor if bitsize is ...Richard Kenner1-0/+3
2004-05-02Revert my previous store_constructor* changeRichard Kenner1-36/+25
2004-05-01re PR middle-end/15054 (Bad code due to overlapping stack temporaries)Ulrich Weigand1-2/+0
2004-05-01tree.h (SET_ARRAY_OR_VECTOR_CHECK): Rename to SET_OR_ARRAY_CHECK and adjust d...Zack Weinberg1-7/+8
2004-04-30expr.c (store_constructor): SIZE operand is now in bits...Richard Kenner1-25/+36
2004-04-25Fix typo in comment.Richard Kenner1-1/+1
2004-04-01expr.c (get_inner_reference): Use DECL_UNSIGNED, not TREE_UNSIGNED.Richard Kenner1-2/+2
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-34/+40
2004-03-27expr.c (store_constructor): Use gen_int_mode to correctly sign-extend CONST_I...Ulrich Weigand1-1/+1
2004-03-22re PR tree-optimization/14470 ([tree-ssa] trouble with post-increment)Eric Botcazou1-6/+37
2004-03-21alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR.Richard Kenner1-132/+15
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-13/+15
2004-03-13re PR tree-optimization/14470 ([tree-ssa] trouble with post-increment)Eric Botcazou1-0/+2
2004-03-08expr.c (highest_pow2_factor_for_type): Rename into highest_pow2_factor_for_ta...Eric Botcazou1-9/+14
2004-03-04expr.c (expand_expr_real, [...]): Get proper type of stack slot for temp used...Richard Kenner1-4/+11
2004-03-04re PR rtl-optimization/14235 (ICE in verify_local_live_at start (flow.c:546))Eric Botcazou1-1/+5
2004-03-03alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini1-2/+2
2004-02-27fold-const.c (fold): Revert 2004-02-25 change.Eric Botcazou1-8/+6
2004-02-27c-decl.c, [...]: Fix comment typos and formatting.Kazu Hirata1-1/+1
2004-02-19expr.c (is_aligning_offset): Check if we are aligning the expressions's addre...Olivier Hainque1-1/+2
2004-02-17loop-iv.c: New file.Zdenek Dvorak1-0/+14
2004-02-12emit-rtl.c (set_mem_attributes_minus_bitpos): Don't kill previous MEM_VOLATIL...Richard Kenner1-2/+3
2004-02-06tm.texi (INIT_CUMULATIVE_ARGS): Update doco.Alan Modra1-1/+1
2004-02-03re PR target/9348 ([HP-UX] error in int to unsigned long multiplication)Roger Sayle1-13/+13
2004-02-02re PR target/13789 ([tree-ssa] ICE on _builtin_expect_addr)Richard Henderson1-1/+5
2004-01-29re PR rtl-optimization/13424 (gcc.dg/20031202-1.c is miscompiled)Jakub Jelinek1-4/+1