aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-08except.c (expand_eh_region_start, [...]): Remove.Richard Henderson1-8/+6
2004-07-05langhooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_P): Extra arg.Richard Kenner1-7/+3
2004-07-05tree.h (DECL_SEEN_IN_BIND_EXPR_P): New macro.Richard Kenner1-35/+44
2004-07-03gimplify.c (gimplify_conversion): Remove stripping useless conversions from h...Richard Kenner1-14/+14
2004-07-01* gimplify.c (gimplify_one_sizepos): Don't do anything if any VAR_DECL.Richard Kenner1-1/+5
2004-06-30gimplify.c (gimplify_compound_lval): Take fallback argument instead of want_l...Richard Henderson1-26/+27
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-12/+8
2004-06-29gimplify.c (gimplify_modify_expr_rhs): Move immediately before gimplify_modif...Richard Henderson1-367/+424
2004-06-26c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner1-1/+71
2004-06-26c-typeck.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-06-25gimplify.c (lookup_tmp_var): Set TREE_READONLY in is_formal case.Richard Kenner1-90/+68
2004-06-25gimplify.c (gimplify_compound_lval): Reset TREE_SIDE_EFFECTS after gimplifyin...Jeff Law1-0/+16
2004-06-24c-gimplify.c (gimplify_for_stmt): Use gimplify_and_add.Richard Kenner1-13/+9
2004-06-24gimplify.c (voidify_wrapper_expr): Allow TARGET_EXPR.Richard Kenner1-1/+2
2004-06-24Update whitespace and commentsRichard Kenner1-10/+10
2004-06-24* gimplify.c: Remove unneeded forward declarations.Richard Kenner1-62/+2
2004-06-24gimplify.c (append_to_compound_expr): Deleted.Richard Kenner1-14/+0
2004-06-24c-decl.c (c_in_iteration_stmt, [...]): Remove.Richard Henderson1-2/+6
2004-06-24* gimplify.c (gimplify_body): Watch for body vanishing.Richard Henderson1-1/+3
2004-06-23gimplify.c (gimplify_compound_lval): Don't set ARRAY_REF or COMPONENT_REF var...Richard Henderson1-6/+7
2004-06-23c-gimplify.c (gimplify_decl_stmt): Update gimplify_type_sizes call.Richard Henderson1-60/+54
2004-06-22tree.def (VTABLE_REF): Remove.Richard Henderson1-7/+10
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-195/+576
2004-06-21c-common.c (verify_sequence_points): Export.Richard Henderson1-14/+27
2004-06-19c-common.c, c-common.h (lang_gimplify_stmt): Remove.Richard Henderson1-4/+14
2004-06-18re PR c++/16036 (Spurious "may be used uninitialized in this function" warning)Richard Henderson1-0/+7
2004-06-17re PR c++/16015 (xfailed g++.dg/ext/stmtexpr1.C)Jason Merrill1-1/+2
2004-06-15c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson1-29/+40
2004-06-10gimplify.c (gimplify_modify_expr): Don't force a temporary of an aggregate_va...Jason Merrill1-6/+10
2004-06-09Gimplify VA_ARG_EXPR into simpler forms.Jason Merrill1-46/+20
2004-06-08gimple-low.c (struct lower_data): Replace the_return_label and one_return_stm...Richard Henderson1-7/+35
2004-06-08gimplify.c (copy_if_shared_r): Revert: 2004-05-21 Richard Henderson <rth@redh...Alexandre Oliva1-1/+13
2004-06-07gimple-low.c (struct lower_data): Add the_return_label and one_return_stmt.Richard Henderson1-46/+3
2004-05-30bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-05-30gimplify.c (sort_case_labels): New.Steven Bosscher1-2/+33
2004-05-30c-common.c, [...]: Fix comment typos.Kazu Hirata1-4/+4
2004-05-29gimplify.c (gimplify_expr): Don't build a statement list if no gimplification...Jason Merrill1-10/+13
2004-05-26gimplify.c (compare_case_labels): New function.Steven Bosscher1-17/+33
2004-05-21gimplify.c (mostly_copy_tree_r): Don't attempt to copy decls.Richard Henderson1-14/+30
2004-05-20re PR tree-optimization/15454 (tree-ccp generates wrong code for nested funct...Richard Henderson1-1/+1
2004-05-15c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_ho...Steven Bosscher1-5/+5
2004-05-13tree-gimple.c: Rename from tree-simple.c.Diego Novillo1-2/+2
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+3754